/linux/arch/x86/include/asm/ |
H A D | idtentry.h | 34 #define DECLARE_IDTENTRY(vector, func) \ argument 53 #define DEFINE_IDTENTRY(func) \ argument 86 #define DECLARE_IDTENTRY_ERRORCODE(vector, func) \ argument 98 #define DEFINE_IDTENTRY_ERRORCODE(func) \ argument 124 #define DECLARE_IDTENTRY_RAW(vector, func) \ argument 141 #define DEFINE_IDTENTRY_RAW(func) \ argument 152 #define DEFINE_FREDENTRY_RAW(func) \ argument 163 #define DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func) \ argument 180 #define DEFINE_IDTENTRY_RAW_ERRORCODE(func) \ argument 191 #define DECLARE_IDTENTRY_IRQ(vector, func) \ argument [all …]
|
/linux/drivers/mmc/core/ |
H A D | sdio_io.c | 27 void sdio_claim_host(struct sdio_func *func) in sdio_claim_host() 43 void sdio_release_host(struct sdio_func *func) in sdio_release_host() 59 int sdio_enable_func(struct sdio_func *func) in sdio_enable_func() 110 int sdio_disable_func(struct sdio_func *func) in sdio_disable_func() 159 int sdio_set_block_size(struct sdio_func *func, unsigned blksz) in sdio_set_block_size() 189 static inline unsigned int sdio_max_byte_size(struct sdio_func *func) in sdio_max_byte_size() 233 unsigned int sdio_align_size(struct sdio_func *func, unsigned int sz) in sdio_align_size() 315 static int sdio_io_rw_ext_helper(struct sdio_func *func, int write, in sdio_io_rw_ext_helper() 380 u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret) in sdio_readb() 412 void sdio_writeb(struct sdio_func *func, u8 b, unsigned int addr, int *err_ret) in sdio_writeb() [all …]
|
H A D | sdio_bus.c | 81 static const struct sdio_device_id *sdio_match_one(struct sdio_func *func, in sdio_match_one() 93 static const struct sdio_device_id *sdio_match_device(struct sdio_func *func, in sdio_match_device() 113 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_match() local 125 const struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_uevent() local 156 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_probe() local 210 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_remove() local 295 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_release_func() local 316 struct sdio_func *func; in sdio_alloc_func() local 350 static void sdio_acpi_set_handle(struct sdio_func *func) in sdio_acpi_set_handle() 358 static inline void sdio_acpi_set_handle(struct sdio_func *func) {} in sdio_acpi_set_handle() [all …]
|
H A D | sdio_cis.c | 25 static int cistpl_vers_1(struct mmc_card *card, struct sdio_func *func, in cistpl_vers_1() 83 static int cistpl_manfid(struct mmc_card *card, struct sdio_func *func, in cistpl_manfid() 120 static int cis_tpl_parse(struct mmc_card *card, struct sdio_func *func, in cis_tpl_parse() 155 static int cistpl_funce_common(struct mmc_card *card, struct sdio_func *func, in cistpl_funce_common() 172 static int cistpl_funce_func(struct mmc_card *card, struct sdio_func *func, in cistpl_funce_func() 222 static int cistpl_funce(struct mmc_card *card, struct sdio_func *func, in cistpl_funce() 243 static int sdio_read_cis(struct mmc_card *card, struct sdio_func *func) in sdio_read_cis() 398 int sdio_read_func_cis(struct sdio_func *func) in sdio_read_func_cis() 418 void sdio_free_func_cis(struct sdio_func *func) in sdio_free_func_cis()
|
/linux/tools/bpf/bpftool/ |
H A D | cfg.c | 48 #define func_prev(func) list_prev_entry(func, l) argument 49 #define func_next(func) list_next_entry(func, l) argument 52 #define entry_bb(func) func_first_bb(func) argument 53 #define exit_bb(func) func_last_bb(func) argument 58 #define func_first_bb(func) \ argument 60 #define func_last_bb(func) \ argument 65 struct func_node *new_func, *func; in cfg_append_func() local 88 static struct bb_node *func_append_bb(struct func_node *func, in func_append_bb() 134 struct func_node *func, *last_func; in cfg_partition_funcs() local 165 static bool func_partition_bb_head(struct func_node *func) in func_partition_bb_head() [all …]
|
/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | sdio_ops_linux.c | 10 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed() 39 struct sdio_func *func; in _sd_cmd52_read() local 70 struct sdio_func *func; in sd_cmd52_read() local 103 struct sdio_func *func; in _sd_cmd52_write() local 134 struct sdio_func *func; in sd_cmd52_write() local 162 struct sdio_func *func; in sd_read8() local 189 struct sdio_func *func; in sd_read32() local 241 struct sdio_func *func; in sd_write8() local 266 struct sdio_func *func; in sd_write32() local 334 struct sdio_func *func; in _sd_read() local [all …]
|
/linux/lib/ |
H A D | min_heap.c | 24 const struct min_heap_callbacks *func, void *args) in __min_heap_sift_down() 31 const struct min_heap_callbacks *func, void *args) in __min_heap_sift_up() 38 const struct min_heap_callbacks *func, void *args) in __min_heapify_all() 45 const struct min_heap_callbacks *func, void *args) in __min_heap_pop() 52 const struct min_heap_callbacks *func, void *args) in __min_heap_pop_push() 59 const struct min_heap_callbacks *func, void *args) in __min_heap_push() 66 const struct min_heap_callbacks *func, void *args) in __min_heap_del()
|
/linux/arch/x86/pci/ |
H A D | early.c | 11 u32 read_pci_config(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config() 19 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_byte() 27 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_16() 35 void write_pci_config(u8 bus, u8 slot, u8 func, u8 offset, in write_pci_config() 42 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) in write_pci_config_byte() 48 void write_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset, u16 val) in write_pci_config_16()
|
/linux/arch/powerpc/include/asm/ |
H A D | interrupt.h | 407 #define DECLARE_INTERRUPT_HANDLER_RAW(func) \ argument 433 #define DEFINE_INTERRUPT_HANDLER_RAW(func) \ argument 456 #define DECLARE_INTERRUPT_HANDLER(func) \ argument 468 #define DEFINE_INTERRUPT_HANDLER(func) \ argument 488 #define DECLARE_INTERRUPT_HANDLER_RET(func) \ argument 501 #define DEFINE_INTERRUPT_HANDLER_RET(func) \ argument 524 #define DECLARE_INTERRUPT_HANDLER_ASYNC(func) \ argument 536 #define DEFINE_INTERRUPT_HANDLER_ASYNC(func) \ argument 556 #define DECLARE_INTERRUPT_HANDLER_NMI(func) \ argument 569 #define DEFINE_INTERRUPT_HANDLER_NMI(func) \ argument
|
/linux/kernel/livepatch/ |
H A D | patch.c | 28 struct klp_func *func; in klp_find_ops() local 46 struct klp_func *func; in klp_ftrace_handler() local 127 static void klp_unpatch_func(struct klp_func *func) in klp_unpatch_func() 160 static int klp_patch_func(struct klp_func *func) in klp_patch_func() 232 struct klp_func *func; in __klp_unpatch_object() local 254 struct klp_func *func; in klp_patch_object() local
|
/linux/include/linux/ |
H A D | smp.h | 25 smp_call_func_t func; member 69 static inline void on_each_cpu(smp_call_func_t func, void *info, int wait) in on_each_cpu() 91 smp_call_func_t func, void *info, bool wait) in on_each_cpu_mask() 103 smp_call_func_t func, void *info, bool wait) in on_each_cpu_cond() 199 static inline void up_smp_call_function(smp_call_func_t func, void *info) in up_smp_call_function() 202 #define smp_call_function(func, info, wait) \ argument 206 #define smp_call_function_many(mask, func, info, wait) \ argument 211 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, in smp_call_function_any()
|
H A D | async.h | 52 static inline async_cookie_t async_schedule(async_func_t func, void *data) in async_schedule() 69 async_schedule_domain(async_func_t func, void *data, in async_schedule_domain() 88 async_schedule_dev(async_func_t func, struct device *dev) in async_schedule_dev() 111 async_schedule_dev_domain(async_func_t func, struct device *dev, in async_schedule_dev_domain()
|
/linux/arch/sparc/include/asm/ |
H A D | smp_32.h | 66 static inline void xc0(void *func) in xc0() 71 static inline void xc1(void *func, unsigned long arg1) in xc1() 75 static inline void xc2(void *func, unsigned long arg1, unsigned long arg2) in xc2() 80 static inline void xc3(void *func, unsigned long arg1, unsigned long arg2, in xc3() 87 static inline void xc4(void *func, unsigned long arg1, unsigned long arg2, in xc4()
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | sdio.c | 49 static void b43_sdio_interrupt_dispatcher(struct sdio_func *func) in b43_sdio_interrupt_dispatcher() 66 struct sdio_func *func = bus->host_sdio; in b43_sdio_request_irq() local 82 struct sdio_func *func = bus->host_sdio; in b43_sdio_free_irq() local 92 static int b43_sdio_probe(struct sdio_func *func, in b43_sdio_probe() 170 static void b43_sdio_remove(struct sdio_func *func) in b43_sdio_remove()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv04.c | 760 bool (*func)(struct nvkm_device *, u32, u32); in nv03_gr_mthd_gdi() local 776 bool (*func)(struct nvkm_device *, u32, u32); in nv04_gr_mthd_gdi() local 793 bool (*func)(struct nvkm_device *, u32, u32); in nv01_gr_mthd_blit() local 812 bool (*func)(struct nvkm_device *, u32, u32); in nv04_gr_mthd_blit() local 831 bool (*func)(struct nvkm_device *, u32, u32); in nv04_gr_mthd_iifc() local 850 bool (*func)(struct nvkm_device *, u32, u32); in nv01_gr_mthd_ifc() local 868 bool (*func)(struct nvkm_device *, u32, u32); in nv04_gr_mthd_ifc() local 887 bool (*func)(struct nvkm_device *, u32, u32); in nv03_gr_mthd_sifc() local 904 bool (*func)(struct nvkm_device *, u32, u32); in nv04_gr_mthd_sifc() local 922 bool (*func)(struct nvkm_device *, u32, u32); in nv03_gr_mthd_sifm() local [all …]
|
/linux/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 58 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 1069 struct pci_func *func; in cpqhp_slot_find() local 1095 static int is_bridge(struct pci_func *func) in is_bridge() 1253 static u32 board_replaced(struct pci_func *func, struct controller *ctrl) in board_replaced() 1404 static u32 board_added(struct pci_func *func, struct controller *ctrl) in board_added() 1608 static u32 remove_board(struct pci_func *func, u32 replace_flag, struct controller *ctrl) in remove_board() 1769 struct pci_func *func; in interrupt_event_handler() local 1885 struct pci_func *func; in cpqhp_pushbutton_thread() local [all …]
|
H A D | acpiphp_glue.c | 154 struct acpiphp_func *func, *tmp; in free_bridge() local 342 struct acpiphp_func *func; in cleanup_bridge() local 396 struct acpiphp_func *func; in acpiphp_set_acpi_region() local 408 struct acpiphp_func *func; in check_hotplug_bridge() local 432 struct acpiphp_func *func; in acpiphp_rescan_slot() local 486 struct acpiphp_func *func; in enable_slot() local 557 struct acpiphp_func *func; in disable_slot() local 602 struct acpiphp_func *func; in get_slot_status() local 786 struct acpiphp_func *func = &context->func; in hotplug_event() local 1006 struct acpiphp_func *func; in acpiphp_disable_and_eject_slot() local
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crc.c | 130 const struct nv50_crc_func *func, in nv50_crc_get_entries() 158 const struct nv50_crc_func *func = in nv50_crc_handle_vblank() local 221 const struct nv50_crc_func *func, in nv50_crc_wait_ctx_finished() 296 const struct nv50_crc_func *func = in nv50_crc_atomic_release_notifier_contexts() local 456 const struct nv50_crc_func *func = nv50_disp(dev)->core->func->crc; in nv50_crc_atomic_set() local 474 const struct nv50_crc_func *func = in nv50_crc_atomic_clr() local 547 const struct nv50_crc_func *func = nv50_disp(dev)->core->func->crc; in nv50_crc_set_source() local 663 const struct nv50_crc_func *func = in nv50_crc_debugfs_flip_threshold_set() local 710 const struct nv50_crc_func *func = in nv50_head_crc_late_register() local 725 nv50_crc_init_head(struct nv50_disp *disp, const struct nv50_crc_func *func, in nv50_crc_init_head() [all …]
|
/linux/drivers/media/mmc/siano/ |
H A D | smssdio.c | 77 struct sdio_func *func; member 123 static void smssdio_interrupt(struct sdio_func *func) in smssdio_interrupt() 236 static int smssdio_probe(struct sdio_func *func, in smssdio_probe() 321 static void smssdio_remove(struct sdio_func *func) in smssdio_remove()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | base.c | 41 nvkm_gpio_reset(struct nvkm_gpio *gpio, u8 func) in nvkm_gpio_reset() 49 struct dcb_gpio_func *func) in nvkm_gpio_find() 82 struct dcb_gpio_func func; in nvkm_gpio_set() local 98 struct dcb_gpio_func func; in nvkm_gpio_get() local 178 struct dcb_gpio_func func; in nvkm_gpio_init() local 225 nvkm_gpio_new_(const struct nvkm_gpio_func *func, struct nvkm_device *device, in nvkm_gpio_new_()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/ |
H A D | lsfw.c | 59 nvkm_acr_lsfw_add(const struct nvkm_acr_lsf_func *func, struct nvkm_acr *acr, in nvkm_acr_lsfw_add() 91 const struct nvkm_acr_lsf_func *func, in nvkm_acr_lsfw_load_sig_image_desc_() 145 const struct nvkm_acr_lsf_func *func) in nvkm_acr_lsfw_load_sig_image_desc() 165 const struct nvkm_acr_lsf_func *func) in nvkm_acr_lsfw_load_sig_image_desc_v1() 185 const struct nvkm_acr_lsf_func *func) in nvkm_acr_lsfw_load_sig_image_desc_v2() 253 const struct nvkm_acr_lsf_func *func) in nvkm_acr_lsfw_load_bl_inst_data_sig() 329 const struct nvkm_acr_lsf_func *func, in nvkm_acr_lsfw_load_bl_sig_net()
|
/linux/drivers/scsi/qedi/ |
H A D | qedi_dbg.c | 11 qedi_dbg_err(struct qedi_dbg_ctx *qedi, const char *func, u32 line, in qedi_dbg_err() 32 qedi_dbg_warn(struct qedi_dbg_ctx *qedi, const char *func, u32 line, in qedi_dbg_warn() 57 qedi_dbg_notice(struct qedi_dbg_ctx *qedi, const char *func, u32 line, in qedi_dbg_notice() 83 qedi_dbg_info(struct qedi_dbg_ctx *qedi, const char *func, u32 line, in qedi_dbg_info()
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | pfunc_core.c | 73 struct pmf_function *func; member 579 static int pmf_parse_one(struct pmf_function *func, in pmf_parse_one() 641 struct pmf_function *func = NULL; in pmf_add_function_prop() local 749 struct pmf_function *pmf_get_function(struct pmf_function *func) in pmf_get_function() 760 struct pmf_function *func = in pmf_release_function() local 766 static inline void __pmf_put_function(struct pmf_function *func) in __pmf_put_function() 771 void pmf_put_function(struct pmf_function *func) in pmf_put_function() 797 struct pmf_function *func = in pmf_unregister_driver() local 813 struct pmf_function *func, *result = NULL; in __pmf_find_function() local 866 struct pmf_function *func; in pmf_register_irq_client() local [all …]
|
/linux/drivers/xen/xen-pciback/ |
H A D | pci_stub.c | 177 int slot, int func) in pcistub_device_find_locked() 195 int slot, int func) in pcistub_device_find() 236 int func = PCI_FUNC(sbdf); in pcistub_get_gsi_from_sbdf() local 249 int slot, int func) in pcistub_get_pci_dev_by_slot() 1068 int *slot, int *func) in str_to_slot() 1105 *slot, int *func, int *reg, int *size, int *mask) in str_to_quirk() 1124 static int pcistub_device_id_add(int domain, int bus, int slot, int func) in pcistub_device_id_add() 1164 static int pcistub_device_id_remove(int domain, int bus, int slot, int func) in pcistub_device_id_remove() 1193 static int pcistub_reg_add(int domain, int bus, int slot, int func, in pcistub_reg_add() 1238 int domain, bus, slot, func; in new_slot_store() local [all …]
|
/linux/arch/s390/include/asm/ |
H A D | cpacf.h | 351 static inline int cpacf_test_func(cpacf_mask_t *mask, unsigned int func) in cpacf_test_func() 357 unsigned int func) in cpacf_query_func() 403 static inline int cpacf_km(unsigned long func, void *param, in cpacf_km() 435 static inline int cpacf_kmc(unsigned long func, void *param, in cpacf_kmc() 464 static inline void cpacf_kimd(unsigned long func, void *param, in cpacf_kimd() 489 static inline void cpacf_klmd(unsigned long func, void *param, in cpacf_klmd() 548 static inline int cpacf_kmac(unsigned long func, void *param, in cpacf_kmac() 566 static inline int cpacf_kmctr(unsigned long func, void *param, u8 *dest, in cpacf_kmctr() 599 static inline void cpacf_prno(unsigned long func, void *param, in cpacf_prno() 653 static inline void cpacf_pcc(unsigned long func, void *param) in cpacf_pcc() [all …]
|