Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 163) sorted by relevance

1234567

/linux-4.19.296/include/linux/
Dsmp.h20 smp_call_func_t func; member
143 static inline int up_smp_call_function(smp_call_func_t func, void *info) in up_smp_call_function()
147 #define smp_call_function(func, info, wait) \ argument
152 #define smp_call_function_many(mask, func, info, wait) \ argument
157 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, in smp_call_function_any()
Dframe.h14 #define STACK_FRAME_NON_STANDARD(func) \ argument
20 #define STACK_FRAME_NON_STANDARD(func) argument
Donce.h46 #define DO_ONCE(func, ...) \ argument
64 #define DO_ONCE_SLOW(func, ...) \ argument
Dtask_work.h11 init_task_work(struct callback_head *twork, task_work_func_t func) in init_task_work()
/linux-4.19.296/drivers/media/mmc/siano/
Dsmssdio.c82 struct sdio_func *func; member
128 static void smssdio_interrupt(struct sdio_func *func) in smssdio_interrupt()
241 static int smssdio_probe(struct sdio_func *func, in smssdio_probe()
326 static void smssdio_remove(struct sdio_func *func) in smssdio_remove()
/linux-4.19.296/drivers/pci/hotplug/
Dacpiphp_glue.c154 struct acpiphp_func *func, *tmp; in free_bridge() local
341 struct acpiphp_func *func; in cleanup_bridge() local
395 struct acpiphp_func *func; in acpiphp_set_acpi_region() local
414 struct acpiphp_func *func; in check_hotplug_bridge() local
430 struct acpiphp_func *func; in acpiphp_rescan_slot() local
484 struct acpiphp_func *func; in enable_slot() local
558 struct acpiphp_func *func; in disable_slot() local
603 struct acpiphp_func *func; in get_slot_status() local
787 struct acpiphp_func *func = &context->func; in hotplug_event() local
1007 struct acpiphp_func *func; in acpiphp_disable_and_eject_slot() local
Dcpqphp_ctrl.c58 struct pci_func *func; in handle_switch_change() local
133 struct pci_func *func; in handle_presence_change() local
225 struct pci_func *func; in handle_power_fault() local
1070 struct pci_func *func; in cpqhp_slot_find() local
1096 static int is_bridge(struct pci_func *func) in is_bridge()
1256 static u32 board_replaced(struct pci_func *func, struct controller *ctrl) in board_replaced()
1407 static u32 board_added(struct pci_func *func, struct controller *ctrl) in board_added()
1612 static u32 remove_board(struct pci_func *func, u32 replace_flag, struct controller *ctrl) in remove_board()
1792 struct pci_func *func; in interrupt_event_handler() local
1914 struct pci_func *func; in cpqhp_pushbutton_thread() local
[all …]
Dcpqphp_pci.c70 int cpqhp_configure_device(struct controller *ctrl, struct pci_func *func) in cpqhp_configure_device()
114 int cpqhp_unconfigure_device(struct pci_func *func) in cpqhp_unconfigure_device()
548 int cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func *func) in cpqhp_save_base_addr_length()
685 int cpqhp_save_used_resources(struct controller *ctrl, struct pci_func *func) in cpqhp_save_used_resources()
948 int cpqhp_configure_board(struct controller *ctrl, struct pci_func *func) in cpqhp_configure_board()
1026 int cpqhp_valid_replace(struct controller *ctrl, struct pci_func *func) in cpqhp_valid_replace()
1175 struct pci_func *func = NULL; in cpqhp_find_available_resources() local
1418 int cpqhp_return_board_resources(struct pci_func *func, struct resource_lists *resources) in cpqhp_return_board_resources()
1521 void cpqhp_destroy_board_resources(struct pci_func *func) in cpqhp_destroy_board_resources()
Dacpiphp.h106 struct acpiphp_func func; member
116 static inline struct acpiphp_context *func_to_context(struct acpiphp_func *func) in func_to_context()
121 static inline struct acpi_device *func_to_acpi_device(struct acpiphp_func *func) in func_to_acpi_device()
126 static inline acpi_handle func_to_handle(struct acpiphp_func *func) in func_to_handle()
Dibmphp_pci.c67 int ibmphp_configure_card(struct pci_func *func, u8 slotno) in ibmphp_configure_card()
330 static int configure_device(struct pci_func *func) in configure_device()
573 struct pci_func *func = *func_passed; in configure_bridge() local
1047 static struct res_needed *scan_behind_bridge(struct pci_func *func, u8 busno) in scan_behind_bridge()
/linux-4.19.296/drivers/xen/xen-pciback/
Dpci_stub.c156 int slot, int func) in pcistub_device_find_locked()
174 int slot, int func) in pcistub_device_find()
212 int slot, int func) in pcistub_get_pci_dev_by_slot()
1009 int *slot, int *func) in str_to_slot()
1046 *slot, int *func, int *reg, int *size, int *mask) in str_to_quirk()
1065 static int pcistub_device_id_add(int domain, int bus, int slot, int func) in pcistub_device_id_add()
1105 static int pcistub_device_id_remove(int domain, int bus, int slot, int func) in pcistub_device_id_remove()
1134 static int pcistub_reg_add(int domain, int bus, int slot, int func, in pcistub_reg_add()
1179 int domain, bus, slot, func; in new_slot_store() local
1198 int domain, bus, slot, func; in remove_slot_store() local
[all …]
Dxenbus.c226 int domain, int bus, int slot, int func, in xen_pcibk_export_device()
273 int domain, int bus, int slot, int func) in xen_pcibk_remove_device()
366 int domain, bus, slot, func; in xen_pcibk_reconfigure() local
564 int domain, bus, slot, func; in xen_pcibk_setup_backend() local
/linux-4.19.296/drivers/misc/
Dvexpress-syscfg.c56 static int vexpress_syscfg_exec(struct vexpress_syscfg_func *func, in vexpress_syscfg_exec()
120 struct vexpress_syscfg_func *func = context; in vexpress_syscfg_read() local
128 struct vexpress_syscfg_func *func = context; in vexpress_syscfg_write() local
150 struct vexpress_syscfg_func *func; in vexpress_syscfg_regmap_init() local
229 struct vexpress_syscfg_func *func, *tmp; in vexpress_syscfg_regmap_exit() local
/linux-4.19.296/drivers/bluetooth/
Dbtsdio.c60 struct sdio_func *func; member
174 static void btsdio_interrupt(struct sdio_func *func) in btsdio_interrupt()
281 static int btsdio_probe(struct sdio_func *func, in btsdio_probe()
349 static void btsdio_remove(struct sdio_func *func) in btsdio_remove()
Dbtmrvl_sdio.c884 static void btmrvl_sdio_interrupt(struct sdio_func *func) in btmrvl_sdio_interrupt()
921 struct sdio_func *func; in btmrvl_sdio_register_dev() local
1220 u8 loop, func, data; in btmrvl_sdio_dump_regs() local
1316 struct sdio_func *func = dev_to_sdio_func(dev); in btmrvl_sdio_coredump() local
1497 static int btmrvl_sdio_probe(struct sdio_func *func, in btmrvl_sdio_probe()
1571 static void btmrvl_sdio_remove(struct sdio_func *func) in btmrvl_sdio_remove()
1596 struct sdio_func *func = dev_to_sdio_func(dev); in btmrvl_sdio_suspend() local
1664 struct sdio_func *func = dev_to_sdio_func(dev); in btmrvl_sdio_resume() local
/linux-4.19.296/drivers/media/rc/img-ir/
Dimg-ir-sony.c18 unsigned int dev, subdev, func; in img_ir_sony_scancode() local
60 unsigned int dev, subdev, func; in img_ir_sony_filter() local
/linux-4.19.296/include/linux/pinctrl/
Dmachine.h88 #define PIN_MAP_MUX_GROUP(dev, state, pinctrl, grp, func) \ argument
100 #define PIN_MAP_MUX_GROUP_DEFAULT(dev, pinctrl, grp, func) \ argument
103 #define PIN_MAP_MUX_GROUP_HOG(dev, state, grp, func) \ argument
106 #define PIN_MAP_MUX_GROUP_HOG_DEFAULT(dev, grp, func) \ argument
/linux-4.19.296/drivers/s390/char/
Dhmcdrv_cache.c115 hmcdrv_cache_ftpfunc func) in hmcdrv_cache_do()
178 hmcdrv_cache_ftpfunc func) in hmcdrv_cache_cmd()
/linux-4.19.296/include/linux/sched/
Dcpufreq.h18 void (*func)(struct update_util_data *data, u64 time, unsigned int flags); member
/linux-4.19.296/lib/
Dratelimit.c28 int ___ratelimit(struct ratelimit_state *rs, const char *func) in ___ratelimit()
/linux-4.19.296/drivers/ptp/
Dptp_chardev.c32 enum ptp_pin_function func, unsigned int chan) in ptp_disable_pinfunc()
62 enum ptp_pin_function func, unsigned int chan) in ptp_set_pinfunc()
/linux-4.19.296/drivers/misc/lkdtm/
Dperms.c48 void (*func)(void) = dst; in execute_location() local
67 void (*func)(void) = dst; in execute_user_location() local
/linux-4.19.296/drivers/media/radio/
Dradio-si476x.c496 enum si476x_func func) in si476x_radio_init_vtable()
535 enum si476x_func func) in si476x_radio_pretune()
567 enum si476x_func func) in si476x_radio_do_post_powerup_init()
626 enum si476x_func func) in si476x_radio_change_func()
717 const enum si476x_func func = (band == SI476X_BAND_AM) ? in si476x_radio_s_frequency() local
761 enum si476x_func func; in si476x_radio_s_hw_freq_seek() local
/linux-4.19.296/include/uapi/linux/
Dpci.h31 #define PCI_DEVFN(slot, func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
/linux-4.19.296/fs/btrfs/
Dasync-thread.h21 btrfs_func_t func; member

1234567