| /linux/drivers/mmc/core/ |
| 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 209 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_remove() local 238 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_shutdown() local 274 static void sdio_legacy_shutdown(struct sdio_func *func) in sdio_legacy_shutdown() 317 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_release_func() local 338 struct sdio_func *func; in sdio_alloc_func() local [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/net/wireless/microchip/wilc1000/ |
| H A D | sdio.c | 59 static void wilc_sdio_interrupt(struct sdio_func *func) in wilc_sdio_interrupt() 68 struct sdio_func *func = container_of(wilc->dev, struct sdio_func, dev); in wilc_sdio_cmd52() local 97 struct sdio_func *func = container_of(wilc->dev, struct sdio_func, dev); in wilc_sdio_cmd53() local 139 static int wilc_sdio_probe(struct sdio_func *func, in wilc_sdio_probe() 223 static void wilc_sdio_remove(struct sdio_func *func) in wilc_sdio_remove() 239 struct sdio_func *func = dev_to_sdio_func(wilc->dev); in wilc_sdio_reset() local 263 struct sdio_func *func = container_of(dev->dev, struct sdio_func, dev); in wilc_sdio_enable_interrupt() local 279 struct sdio_func *func = container_of(dev->dev, struct sdio_func, dev); in wilc_sdio_disable_interrupt() local 297 struct sdio_func *func = dev_to_sdio_func(wilc->dev); in wilc_sdio_set_func0_csa_address() local 340 struct sdio_func *func = dev_to_sdio_func(wilc->dev); in wilc_sdio_set_block_size() local [all …]
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | sdio.c | 23 struct sdio_func *func; member 33 static void wl1251_sdio_interrupt(struct sdio_func *func) in wl1251_sdio_interrupt() 54 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_read() local 67 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_write() local 80 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_read_elp() local 100 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_write_elp() local 118 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_enable_irq() local 127 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_disable_irq() local 156 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_set_power() local 192 static int wl1251_sdio_probe(struct sdio_func *func, in wl1251_sdio_probe() [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | irq_stack.h | 81 #define call_on_stack(stack, func, asm_call, argconstr...) \ argument 118 #define call_on_irqstack(func, asm_call, argconstr...) \ argument 123 #define assert_function_type(func, proto) \ argument 132 #define call_on_irqstack_cond(func, regs, asm_call, constr, c_args...) \ argument 176 #define run_sysvec_on_irqstack_cond(func, regs) \ argument 196 #define run_irq_on_irqstack_cond(func, regs, vector) \ argument 224 #define run_sysvec_on_irqstack_cond(func, regs) \ argument 232 #define run_irq_on_irqstack_cond(func, regs, vector) \ argument
|
| /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/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 | 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/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/tools/objtool/ |
| H A D | check.c | 186 if (strncmp(func->name, "_R", 2)) in is_rust_noreturn() argument 71 struct symbol *func = insn_func(insn); next_insn_same_func() local 116 func_for_each_insn(file,func,insn) global() argument 232 __dead_end_function(struct objtool_file * file,struct symbol * func,int recursion) __dead_end_function() argument 239 NORETURN(func) __dead_end_function() argument 307 dead_end_function(struct objtool_file * file,struct symbol * func) dead_end_function() argument 414 struct symbol *func; decode_instructions() local 556 struct symbol *sym, *func; add_pv_ops() local 1085 struct symbol *func; add_ignores() local 1310 struct symbol *func; add_uaccess_safe() local 1532 struct symbol *func = insn_func(insn); is_first_func_insn() local 1561 struct symbol *func = insn_func(insn); add_jump_destinations() local 1704 struct symbol *func = insn_func(insn); add_call_destinations() local 2128 find_jump_table(struct objtool_file * file,struct symbol * func,struct instruction * insn) find_jump_table() argument 2178 mark_func_jump_tables(struct objtool_file * file,struct symbol * func) mark_func_jump_tables() argument 2207 add_func_jump_tables(struct objtool_file * file,struct symbol * func) add_func_jump_tables() argument 2229 struct symbol *func; add_jump_table_alts() local 2529 struct symbol *func; classify_symbols() local 3437 func_uaccess_safe(struct symbol * func) func_uaccess_safe() argument 3493 noinstr_call_dest(struct objtool_file * file,struct instruction * insn,struct symbol * func) noinstr_call_dest() argument 3564 validate_return(struct symbol * func,struct instruction * insn,struct insn_state * state) validate_return() argument 3680 struct symbol *func; checksum_debug_init() local 3703 checksum_update_insn(struct objtool_file * file,struct symbol * func,struct instruction * insn) checksum_update_insn() argument 3752 validate_insn(struct objtool_file * file,struct symbol * func,struct instruction * insn,struct insn_state * statep,struct instruction * prev_insn,struct instruction * next_insn,bool * dead_end) validate_insn() argument 4014 do_validate_branch(struct objtool_file * file,struct symbol * func,struct instruction * insn,struct insn_state * state) do_validate_branch() argument 4076 validate_branch(struct objtool_file * file,struct symbol * func,struct instruction * insn,struct insn_state state) validate_branch() argument 4093 struct symbol *func = insn_func(insn); validate_unwind_hint() local 4339 struct symbol *func = insn_func(insn); ignore_unreachable_insn() local 4422 create_prefix_symbol(struct objtool_file * file,struct symbol * func) create_prefix_symbol() argument 4502 struct symbol *func; create_prefix_symbols() local 4521 struct symbol *func; validate_symbol() local 4565 struct symbol *func; validate_section() local [all...] |
| /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/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/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/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/watchdog/ |
| H A D | diag288_wdt.c | 61 static int diag288(unsigned int func, unsigned int timeout, in diag288() 68 static int diag288_str(unsigned int func, unsigned int timeout, char *cmd) in diag288_str() 84 unsigned int func; in wdt_start() local 110 unsigned int func; in wdt_ping() local
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | bus_sdio.c | 46 struct sdio_func *func; member 108 static void wfx_sdio_irq_handler(struct sdio_func *func) in wfx_sdio_irq_handler() 205 struct sdio_func *func = dev_to_sdio_func(dev); in wfx_sdio_suspend() local 230 struct sdio_func *func = dev_to_sdio_func(dev); in wfx_sdio_resume() local 241 static int wfx_sdio_probe(struct sdio_func *func, const struct sdio_device_id *id) in wfx_sdio_probe() 298 static void wfx_sdio_remove(struct sdio_func *func) in wfx_sdio_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/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | bcmsdh.c | 82 static void brcmf_sdiod_ib_irqhandler(struct sdio_func *func) in brcmf_sdiod_ib_irqhandler() 93 static void brcmf_sdiod_dummy_irqhandler(struct sdio_func *func) in brcmf_sdiod_dummy_irqhandler() 285 struct sdio_func *func, u32 addr, in brcmf_sdiod_skbuff_read() 316 struct sdio_func *func, u32 addr, in brcmf_sdiod_skbuff_write() 338 struct sdio_func *func, int write) in mmc_submit_one() 378 struct sdio_func *func, in brcmf_sdiod_sglist_rw() 744 int brcmf_sdiod_abort(struct brcmf_sdio_dev *sdiodev, struct sdio_func *func) in brcmf_sdiod_abort() 757 struct sdio_func *func; in brcmf_sdiod_sgtable_alloc() local 1040 static int brcmf_ops_sdio_probe(struct sdio_func *func, in brcmf_ops_sdio_probe() 1113 static void brcmf_ops_sdio_remove(struct sdio_func *func) in brcmf_ops_sdio_remove() [all …]
|
| /linux/lib/zstd/common/ |
| H A D | portability_macros.h | 48 # define ZSTD_HIDE_ASM_FUNCTION(func) .hidden func argument 50 # define ZSTD_HIDE_ASM_FUNCTION(func) .private_extern func argument 52 # define ZSTD_HIDE_ASM_FUNCTION(func) argument
|
| /linux/arch/x86/crypto/ |
| H A D | ecb_cbc_helpers.h | 38 #define ECB_BLOCK(blocks, func) do { \ argument 50 #define CBC_ENC_BLOCK(func) do { \ argument 61 #define CBC_DEC_BLOCK(blocks, func) do { \ argument
|
| /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/kernel/ |
| H A D | async.c | 74 async_func_t func; member 150 static async_cookie_t __async_schedule_node_domain(async_func_t func, in __async_schedule_node_domain() 200 async_cookie_t async_schedule_node_domain(async_func_t func, void *data, in async_schedule_node_domain() 242 async_cookie_t async_schedule_node(async_func_t func, void *data, int node) in async_schedule_node() 260 bool async_schedule_dev_nocall(async_func_t func, struct device *dev) in async_schedule_dev_nocall()
|