Home
last modified time | relevance | path

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

12345678910>>...43

/Linux-v5.15/arch/x86/include/asm/
Didtentry.h29 #define DECLARE_IDTENTRY(vector, func) \ argument
47 #define DEFINE_IDTENTRY(func) \ argument
80 #define DECLARE_IDTENTRY_ERRORCODE(vector, func) \ argument
92 #define DEFINE_IDTENTRY_ERRORCODE(func) \ argument
118 #define DECLARE_IDTENTRY_RAW(vector, func) \ argument
135 #define DEFINE_IDTENTRY_RAW(func) \ argument
146 #define DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func) \ argument
163 #define DEFINE_IDTENTRY_RAW_ERRORCODE(func) \ argument
174 #define DECLARE_IDTENTRY_IRQ(vector, func) \ argument
189 #define DEFINE_IDTENTRY_IRQ(func) \ argument
[all …]
Dirq_stack.h80 #define call_on_irqstack(func, asm_call, argconstr...) \ argument
102 #define assert_function_type(func, proto) \ argument
111 #define call_on_irqstack_cond(func, regs, asm_call, constr, c_args...) \ argument
156 #define run_sysvec_on_irqstack_cond(func, regs) \ argument
178 #define run_irq_on_irqstack_cond(func, regs, vector) \ argument
206 #define run_sysvec_on_irqstack_cond(func, regs) \ argument
214 #define run_irq_on_irqstack_cond(func, regs, vector) \ argument
/Linux-v5.15/drivers/mmc/core/
Dsdio_io.c27 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 …]
Dsdio_bus.c80 static const struct sdio_device_id *sdio_match_one(struct sdio_func *func, in sdio_match_one()
92 static const struct sdio_device_id *sdio_match_device(struct sdio_func *func, in sdio_match_device()
112 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_match() local
124 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_uevent() local
155 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
291 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_release_func() local
305 struct sdio_func *func; in sdio_alloc_func() local
333 static void sdio_acpi_set_handle(struct sdio_func *func) in sdio_acpi_set_handle()
341 static inline void sdio_acpi_set_handle(struct sdio_func *func) {} in sdio_acpi_set_handle()
[all …]
Dsdio_cis.c25 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()
424 void sdio_free_func_cis(struct sdio_func *func) in sdio_free_func_cis()
/Linux-v5.15/tools/bpf/bpftool/
Dcfg.c48 #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-v5.15/arch/x86/kernel/
Dearly-quirks.c31 static void __init fix_hypertransport_config(int num, int slot, int func) in fix_hypertransport_config()
57 static void __init via_bugs(int num, int slot, int func) in via_bugs()
80 static void __init nvidia_bugs(int num, int slot, int func) in nvidia_bugs()
116 static u32 __init ati_ixp4x0_rev(int num, int slot, int func) in ati_ixp4x0_rev()
134 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
160 static u32 __init ati_sbx00_rev(int num, int slot, int func) in ati_sbx00_rev()
170 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
202 static void __init ati_bugs(int num, int slot, int func) in ati_bugs()
206 static void __init ati_bugs_contd(int num, int slot, int func) in ati_bugs_contd()
211 static void __init intel_remapping_check(int num, int slot, int func) in intel_remapping_check()
[all …]
/Linux-v5.15/drivers/net/wireless/microchip/wilc1000/
Dsdio.c53 static void wilc_sdio_interrupt(struct sdio_func *func) in wilc_sdio_interrupt()
62 struct sdio_func *func = container_of(wilc->dev, struct sdio_func, dev); in wilc_sdio_cmd52() local
91 struct sdio_func *func = container_of(wilc->dev, struct sdio_func, dev); in wilc_sdio_cmd53() local
119 static int wilc_sdio_probe(struct sdio_func *func, in wilc_sdio_probe()
167 static void wilc_sdio_remove(struct sdio_func *func) in wilc_sdio_remove()
179 struct sdio_func *func = dev_to_sdio_func(wilc->dev); in wilc_sdio_reset() local
196 struct sdio_func *func = dev_to_sdio_func(dev); in wilc_sdio_suspend() local
223 struct sdio_func *func = container_of(dev->dev, struct sdio_func, dev); in wilc_sdio_enable_interrupt() local
239 struct sdio_func *func = container_of(dev->dev, struct sdio_func, dev); in wilc_sdio_disable_interrupt() local
257 struct sdio_func *func = dev_to_sdio_func(wilc->dev); in wilc_sdio_set_func0_csa_address() local
[all …]
/Linux-v5.15/drivers/net/wireless/ti/wl1251/
Dsdio.c24 struct sdio_func *func; member
34 static void wl1251_sdio_interrupt(struct sdio_func *func) in wl1251_sdio_interrupt()
55 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_read() local
68 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_write() local
81 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_read_elp() local
101 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_write_elp() local
119 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_enable_irq() local
128 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_disable_irq() local
157 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_set_power() local
193 static int wl1251_sdio_probe(struct sdio_func *func, in wl1251_sdio_probe()
[all …]
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dsdio_intf.c47 static void sd_sync_int_hdl(struct sdio_func *func) in sd_sync_int_hdl()
65 struct sdio_func *func; in sdio_alloc_irq() local
90 struct sdio_func *func; in sdio_free_irq() local
116 struct sdio_func *func; in sdio_init() local
150 struct sdio_func *func; in sdio_deinit() local
172 static struct dvobj_priv *sdio_dvobj_init(struct sdio_func *func) in sdio_dvobj_init()
205 static void sdio_dvobj_deinit(struct sdio_func *func) in sdio_dvobj_deinit()
363 struct sdio_func *func, in rtw_drv_init()
400 static void rtw_dev_remove(struct sdio_func *func) in rtw_dev_remove()
436 struct sdio_func *func = dev_to_sdio_func(dev); in rtw_sdio_suspend() local
[all …]
Dsdio_ops_linux.c11 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed()
40 struct sdio_func *func; in _sd_cmd52_read() local
71 struct sdio_func *func; in sd_cmd52_read() local
104 struct sdio_func *func; in _sd_cmd52_write() local
135 struct sdio_func *func; in sd_cmd52_write() local
163 struct sdio_func *func; in sd_read8() local
190 struct sdio_func *func; in sd_read32() local
242 struct sdio_func *func; in sd_write8() local
267 struct sdio_func *func; in sd_write32() local
335 struct sdio_func *func; in _sd_read() local
[all …]
/Linux-v5.15/arch/powerpc/include/asm/
Dinterrupt.h343 #define DECLARE_INTERRUPT_HANDLER_RAW(func) \ argument
369 #define DEFINE_INTERRUPT_HANDLER_RAW(func) \ argument
388 #define DECLARE_INTERRUPT_HANDLER(func) \ argument
400 #define DEFINE_INTERRUPT_HANDLER(func) \ argument
422 #define DECLARE_INTERRUPT_HANDLER_RET(func) \ argument
435 #define DEFINE_INTERRUPT_HANDLER_RET(func) \ argument
459 #define DECLARE_INTERRUPT_HANDLER_ASYNC(func) \ argument
471 #define DEFINE_INTERRUPT_HANDLER_ASYNC(func) \ argument
493 #define DECLARE_INTERRUPT_HANDLER_NMI(func) \ argument
506 #define DEFINE_INTERRUPT_HANDLER_NMI(func) \ argument
/Linux-v5.15/arch/x86/pci/
Dearly.c11 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-v5.15/kernel/livepatch/
Dpatch.c28 struct klp_func *func; in klp_find_ops() local
46 struct klp_func *func; in klp_ftrace_handler() local
140 static void klp_unpatch_func(struct klp_func *func) in klp_unpatch_func()
174 static int klp_patch_func(struct klp_func *func) in klp_patch_func()
247 struct klp_func *func; in __klp_unpatch_object() local
269 struct klp_func *func; in klp_patch_object() local
/Linux-v5.15/include/linux/
Dsmp.h25 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()
193 static inline void up_smp_call_function(smp_call_func_t func, void *info) in up_smp_call_function()
196 #define smp_call_function(func, info, wait) \ argument
201 #define smp_call_function_many(mask, func, info, wait) \ argument
206 smp_call_function_any(const struct cpumask *mask, smp_call_func_t func, in smp_call_function_any()
Dmin_heap.h36 const struct min_heap_callbacks *func) in min_heapify()
69 const struct min_heap_callbacks *func) in min_heapify_all()
80 const struct min_heap_callbacks *func) in min_heap_pop()
101 const struct min_heap_callbacks *func) in min_heap_pop_push()
110 const struct min_heap_callbacks *func) in min_heap_push()
Dasync.h52 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()
109 async_schedule_dev_domain(async_func_t func, struct device *dev, in async_schedule_dev_domain()
/Linux-v5.15/drivers/net/wireless/ti/wlcore/
Dsdio.c46 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl1271_sdio_set_block_size() local
58 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_raw_read() local
96 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_raw_write() local
132 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_power_on() local
159 struct sdio_func *func = dev_to_sdio_func(glue->dev); in wl12xx_sdio_power_off() local
257 static int wl1271_probe(struct sdio_func *func, in wl1271_probe()
370 static void wl1271_remove(struct sdio_func *func) in wl1271_remove()
385 struct sdio_func *func = dev_to_sdio_func(dev); in wl1271_suspend() local
/Linux-v5.15/arch/sparc/include/asm/
Dsmp_32.h69 static inline void xc0(smpfunc_t func) in xc0()
74 static inline void xc1(smpfunc_t func, unsigned long arg1) in xc1()
78 static inline void xc2(smpfunc_t func, unsigned long arg1, unsigned long arg2) in xc2()
83 static inline void xc3(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc3()
90 static inline void xc4(smpfunc_t func, unsigned long arg1, unsigned long arg2, in xc4()
/Linux-v5.15/drivers/net/wireless/broadcom/b43/
Dsdio.c49 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-v5.15/drivers/staging/ks7010/
Dks7010_sdio.c108 struct sdio_func *func; member
123 struct sdio_func *func = ks7010_to_func(priv); in ks7010_sdio_readb() local
135 struct sdio_func *func = ks7010_to_func(priv); in ks7010_sdio_read() local
144 struct sdio_func *func = ks7010_to_func(priv); in ks7010_sdio_writeb() local
156 struct sdio_func *func = ks7010_to_func(priv); in ks7010_sdio_write() local
480 struct sdio_func *func = ks7010_to_func(priv); in ks7010_rw_function() local
541 static void ks_sdio_interrupt(struct sdio_func *func) in ks_sdio_interrupt()
754 struct sdio_func *func = ks7010_to_func(priv); in ks7010_upload_firmware() local
879 static int ks7010_sdio_setup_irqs(struct sdio_func *func) in ks7010_sdio_setup_irqs()
899 static void ks7010_sdio_init_irqs(struct sdio_func *func, in ks7010_sdio_init_irqs()
[all …]
/Linux-v5.15/arch/s390/include/asm/
Dcpacf.h223 static inline int cpacf_test_func(cpacf_mask_t *mask, unsigned int func) in cpacf_test_func()
228 static __always_inline int cpacf_query_func(unsigned int opcode, unsigned int func) in cpacf_query_func()
248 static inline int cpacf_km(unsigned long func, void *param, in cpacf_km()
280 static inline int cpacf_kmc(unsigned long func, void *param, in cpacf_kmc()
309 static inline void cpacf_kimd(unsigned long func, void *param, in cpacf_kimd()
334 static inline void cpacf_klmd(unsigned long func, void *param, in cpacf_klmd()
362 static inline int cpacf_kmac(unsigned long func, void *param, in cpacf_kmac()
394 static inline int cpacf_kmctr(unsigned long func, void *param, u8 *dest, in cpacf_kmctr()
427 static inline void cpacf_prno(unsigned long func, void *param, in cpacf_prno()
479 static inline void cpacf_pcc(unsigned long func, void *param) in cpacf_pcc()
[all …]
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/
Dsdio.c41 struct sdio_func *func = dev->sdio.func; in mt7663s_read_mailbox() local
96 struct sdio_func *func = dev->sdio.func; in mt7663s_write_mailbox() local
234 static int mt7663s_hw_init(struct mt7615_dev *dev, struct sdio_func *func) in mt7663s_hw_init()
294 static int mt7663s_probe(struct sdio_func *func, in mt7663s_probe()
394 static void mt7663s_remove(struct sdio_func *func) in mt7663s_remove()
409 struct sdio_func *func = dev_to_sdio_func(dev); in mt7663s_suspend() local
442 struct sdio_func *func = dev_to_sdio_func(dev); in mt7663s_resume() local
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv04.c760 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-v5.15/drivers/gpu/drm/nouveau/dispnv50/
Dcrc.c124 const struct nv50_crc_func *func, in nv50_crc_get_entries()
152 const struct nv50_crc_func *func = in nv50_crc_handle_vblank() local
215 const struct nv50_crc_func *func, in nv50_crc_wait_ctx_finished()
290 const struct nv50_crc_func *func = in nv50_crc_atomic_release_notifier_contexts() local
466 const struct nv50_crc_func *func = nv50_disp(dev)->core->func->crc; in nv50_crc_atomic_set() local
477 const struct nv50_crc_func *func = in nv50_crc_atomic_clr() local
550 const struct nv50_crc_func *func = nv50_disp(dev)->core->func->crc; in nv50_crc_set_source() local
666 const struct nv50_crc_func *func = in nv50_crc_debugfs_flip_threshold_set() local
713 const struct nv50_crc_func *func = in nv50_head_crc_late_register() local
728 nv50_crc_init_head(struct nv50_disp *disp, const struct nv50_crc_func *func, in nv50_crc_init_head()
[all …]

12345678910>>...43