| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | idtentry.h | 29 #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 …]
|
| /kernel/linux/linux-4.19/arch/powerpc/kernel/ |
| D | systbl.S | 20 #define SYSCALL(func) .8byte DOTSYM(sys_##func),DOTSYM(sys_##func) argument 21 #define COMPAT_SYS(func) .8byte DOTSYM(sys_##func),DOTSYM(compat_sys_##func) argument 22 #define PPC_SYS(func) .8byte DOTSYM(ppc_##func),DOTSYM(ppc_##func) argument 23 #define OLDSYS(func) .8byte DOTSYM(sys_ni_syscall),DOTSYM(sys_ni_syscall) argument 24 #define SYS32ONLY(func) .8byte DOTSYM(sys_ni_syscall),DOTSYM(compat_sys_##func) argument 25 #define PPC64ONLY(func) .8byte DOTSYM(ppc_##func),DOTSYM(sys_ni_syscall) argument 28 #define SYSCALL(func) .long sys_##func argument 29 #define COMPAT_SYS(func) .long sys_##func argument 30 #define PPC_SYS(func) .long ppc_##func argument 31 #define OLDSYS(func) .long sys_##func argument [all …]
|
| D | systbl_chk.c | 18 #define SYSCALL(func) __NR_##func argument 19 #define COMPAT_SYS(func) __NR_##func argument 20 #define PPC_SYS(func) __NR_##func argument 22 #define OLDSYS(func) -1 argument 23 #define SYS32ONLY(func) -1 argument 24 #define PPC64ONLY(func) __NR_##func argument 26 #define OLDSYS(func) __NR_old##func argument 27 #define SYS32ONLY(func) __NR_##func argument 28 #define PPC64ONLY(func) -1 argument 32 #define SYSCALL_SPU(func) SYSCALL(func) argument [all …]
|
| /kernel/linux/linux-4.19/drivers/mmc/core/ |
| D | sdio_io.c | 30 void sdio_claim_host(struct sdio_func *func) in sdio_claim_host() 46 void sdio_release_host(struct sdio_func *func) in sdio_release_host() 62 int sdio_enable_func(struct sdio_func *func) in sdio_enable_func() 113 int sdio_disable_func(struct sdio_func *func) in sdio_disable_func() 162 int sdio_set_block_size(struct sdio_func *func, unsigned blksz) in sdio_set_block_size() 192 static inline unsigned int sdio_max_byte_size(struct sdio_func *func) in sdio_max_byte_size() 221 unsigned int sdio_align_size(struct sdio_func *func, unsigned int sz) in sdio_align_size() 306 static int sdio_io_rw_ext_helper(struct sdio_func *func, int write, in sdio_io_rw_ext_helper() 371 u8 sdio_readb(struct sdio_func *func, unsigned int addr, int *err_ret) in sdio_readb() 403 void sdio_writeb(struct sdio_func *func, u8 b, unsigned int addr, int *err_ret) in sdio_writeb() [all …]
|
| D | sdio_bus.c | 52 struct sdio_func *func = dev_to_sdio_func (dev); in modalias_show() local 68 static const struct sdio_device_id *sdio_match_one(struct sdio_func *func, in sdio_match_one() 80 static const struct sdio_device_id *sdio_match_device(struct sdio_func *func, in sdio_match_device() 100 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_match() local 112 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_uevent() local 133 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_probe() local 181 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_bus_remove() local 265 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_release_func() local 279 struct sdio_func *func; in sdio_alloc_func() local 307 static void sdio_acpi_set_handle(struct sdio_func *func) in sdio_acpi_set_handle() [all …]
|
| D | sdio_cis.c | 27 static int cistpl_vers_1(struct mmc_card *card, struct sdio_func *func, in cistpl_vers_1() 77 static int cistpl_manfid(struct mmc_card *card, struct sdio_func *func, in cistpl_manfid() 114 static int cis_tpl_parse(struct mmc_card *card, struct sdio_func *func, in cis_tpl_parse() 149 static int cistpl_funce_common(struct mmc_card *card, struct sdio_func *func, in cistpl_funce_common() 166 static int cistpl_funce_func(struct mmc_card *card, struct sdio_func *func, in cistpl_funce_func() 216 static int cistpl_funce(struct mmc_card *card, struct sdio_func *func, in cistpl_funce() 237 static int sdio_read_cis(struct mmc_card *card, struct sdio_func *func) in sdio_read_cis() 376 int sdio_read_func_cis(struct sdio_func *func) in sdio_read_func_cis() 402 void sdio_free_func_cis(struct sdio_func *func) in sdio_free_func_cis()
|
| /kernel/linux/linux-5.10/drivers/mmc/core/ |
| 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 …]
|
| D | sdio_bus.c | 80 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 293 struct sdio_func *func = dev_to_sdio_func(dev); in sdio_release_func() local 307 struct sdio_func *func; in sdio_alloc_func() local 335 static void sdio_acpi_set_handle(struct sdio_func *func) in sdio_acpi_set_handle() 343 static inline void sdio_acpi_set_handle(struct sdio_func *func) {} in sdio_acpi_set_handle() [all …]
|
| 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() 386 int sdio_read_func_cis(struct sdio_func *func) in sdio_read_func_cis() 412 void sdio_free_func_cis(struct sdio_func *func) in sdio_free_func_cis()
|
| /kernel/linux/linux-4.19/arch/powerpc/platforms/cell/ |
| D | spu_callbacks.c | 37 #define SYSCALL(func) sys_ni_syscall, argument 38 #define COMPAT_SYS(func) sys_ni_syscall, argument 39 #define PPC_SYS(func) sys_ni_syscall, argument 40 #define OLDSYS(func) sys_ni_syscall, argument 41 #define SYS32ONLY(func) sys_ni_syscall, argument 42 #define PPC64ONLY(func) sys_ni_syscall, argument 45 #define SYSCALL_SPU(func) sys_##func, argument 46 #define COMPAT_SYS_SPU(func) sys_##func, argument 47 #define COMPAT_SPU_NEW(func) sys_##func, argument
|
| /kernel/linux/linux-4.19/tools/bpf/bpftool/ |
| D | cfg.c | 82 #define func_prev(func) list_prev_entry(func, l) argument 83 #define func_next(func) list_next_entry(func, l) argument 86 #define entry_bb(func) func_first_bb(func) argument 87 #define exit_bb(func) func_last_bb(func) argument 92 #define func_first_bb(func) \ argument 94 #define func_last_bb(func) \ argument 99 struct func_node *new_func, *func; in cfg_append_func() local 122 static struct bb_node *func_append_bb(struct func_node *func, in func_append_bb() 168 struct func_node *func, *last_func; in cfg_partition_funcs() local 199 static bool func_partition_bb_head(struct func_node *func) in func_partition_bb_head() [all …]
|
| /kernel/linux/linux-5.10/tools/bpf/bpftool/ |
| 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 …]
|
| /kernel/linux/linux-4.19/arch/x86/kernel/ |
| D | early-quirks.c | 31 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 …]
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | early-quirks.c | 31 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 …]
|
| /kernel/linux/linux-4.19/drivers/staging/wilc1000/ |
| D | wilc_sdio.c | 40 static void wilc_sdio_interrupt(struct sdio_func *func) in wilc_sdio_interrupt() 49 struct sdio_func *func = container_of(wilc->dev, struct sdio_func, dev); in wilc_sdio_cmd52() local 78 struct sdio_func *func = container_of(wilc->dev, struct sdio_func, dev); in wilc_sdio_cmd53() local 106 static int linux_sdio_probe(struct sdio_func *func, in linux_sdio_probe() 137 static void linux_sdio_remove(struct sdio_func *func) in linux_sdio_remove() 151 struct sdio_func *func = dev_to_sdio_func(wilc->dev); in sdio_reset() local 168 struct sdio_func *func = dev_to_sdio_func(dev); in wilc_sdio_suspend() local 194 struct sdio_func *func = dev_to_sdio_func(dev); in wilc_sdio_resume() local 238 struct sdio_func *func = container_of(dev->dev, struct sdio_func, dev); in wilc_sdio_enable_interrupt() local 254 struct sdio_func *func = container_of(dev->dev, struct sdio_func, dev); in wilc_sdio_disable_interrupt() local [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
| D | sdio.c | 53 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() 162 static void wilc_sdio_remove(struct sdio_func *func) in wilc_sdio_remove() 176 struct sdio_func *func = dev_to_sdio_func(wilc->dev); in wilc_sdio_reset() local 193 struct sdio_func *func = dev_to_sdio_func(dev); in wilc_sdio_suspend() local 220 struct sdio_func *func = container_of(dev->dev, struct sdio_func, dev); in wilc_sdio_enable_interrupt() local 236 struct sdio_func *func = container_of(dev->dev, struct sdio_func, dev); in wilc_sdio_disable_interrupt() local 254 struct sdio_func *func = dev_to_sdio_func(wilc->dev); in wilc_sdio_set_func0_csa_address() local [all …]
|
| /kernel/linux/linux-4.19/drivers/net/wireless/ti/wl1251/ |
| D | sdio.c | 44 struct sdio_func *func; member 54 static void wl1251_sdio_interrupt(struct sdio_func *func) in wl1251_sdio_interrupt() 75 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_read() local 88 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_write() local 101 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_read_elp() local 121 struct sdio_func *func = wl_sdio->func; in wl1251_sdio_write_elp() local 139 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_enable_irq() local 148 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_disable_irq() local 177 struct sdio_func *func = wl_to_func(wl); in wl1251_sdio_set_power() local 225 static int wl1251_sdio_probe(struct sdio_func *func, in wl1251_sdio_probe() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
| D | sdio.c | 24 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 …]
|
| /kernel/linux/linux-4.19/kernel/livepatch/ |
| D | patch.c | 40 struct klp_func *func; in klp_find_ops() local 58 struct klp_func *func; in klp_ftrace_handler() local 139 static void klp_unpatch_func(struct klp_func *func) in klp_unpatch_func() 172 static int klp_patch_func(struct klp_func *func) in klp_patch_func() 241 struct klp_func *func; in klp_unpatch_object() local 252 struct klp_func *func; in klp_patch_object() local
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
| D | sdio_intf.c | 54 static void sd_sync_int_hdl(struct sdio_func *func) in sd_sync_int_hdl() 74 struct sdio_func *func; in sdio_alloc_irq() local 99 struct sdio_func *func; in sdio_free_irq() local 172 struct sdio_func *func; in sdio_init() local 208 struct sdio_func *func; in sdio_deinit() local 236 static struct dvobj_priv *sdio_dvobj_init(struct sdio_func *func) in sdio_dvobj_init() 271 static void sdio_dvobj_deinit(struct sdio_func *func) in sdio_dvobj_deinit() 458 struct sdio_func *func, in rtw_drv_init() 507 static void rtw_dev_remove(struct sdio_func *func) in rtw_dev_remove() 552 struct sdio_func *func = dev_to_sdio_func(dev); in rtw_sdio_suspend() local [all …]
|
| D | sdio_ops_linux.c | 12 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed() 36 struct sdio_func *func; in sd_f0_read8() local 73 struct sdio_func *func; in _sd_cmd52_read() local 108 struct sdio_func *func; in sd_cmd52_read() local 143 struct sdio_func *func; in _sd_cmd52_write() local 179 struct sdio_func *func; in sd_cmd52_write() local 209 struct sdio_func *func; in sd_read8() local 240 struct sdio_func *func; in sd_read32() local 303 struct sdio_func *func; in sd_write8() local 332 struct sdio_func *func; in sd_write32() local [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/rtl8723bs/os_dep/ |
| D | sdio_intf.c | 53 static void sd_sync_int_hdl(struct sdio_func *func) in sd_sync_int_hdl() 73 struct sdio_func *func; in sdio_alloc_irq() local 101 struct sdio_func *func; in sdio_free_irq() local 175 struct sdio_func *func; in sdio_init() local 211 struct sdio_func *func; in sdio_deinit() local 242 static struct dvobj_priv *sdio_dvobj_init(struct sdio_func *func) in sdio_dvobj_init() 277 static void sdio_dvobj_deinit(struct sdio_func *func) in sdio_dvobj_deinit() 466 struct sdio_func *func, in rtw_drv_init() 516 static void rtw_dev_remove(struct sdio_func *func) in rtw_dev_remove() 561 struct sdio_func *func =dev_to_sdio_func(dev); in rtw_sdio_suspend() local [all …]
|
| D | sdio_ops_linux.c | 12 static bool rtw_sdio_claim_host_needed(struct sdio_func *func) in rtw_sdio_claim_host_needed() 36 struct sdio_func *func; in sd_f0_read8() local 73 struct sdio_func *func; in _sd_cmd52_read() local 108 struct sdio_func *func; in sd_cmd52_read() local 143 struct sdio_func *func; in _sd_cmd52_write() local 178 struct sdio_func *func; in sd_cmd52_write() local 208 struct sdio_func *func; in sd_read8() local 239 struct sdio_func *func; in sd_read32() local 303 struct sdio_func *func; in sd_write8() local 332 struct sdio_func *func; in sd_write32() local [all …]
|
| /kernel/linux/linux-5.10/arch/x86/pci/ |
| 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()
|
| /kernel/linux/linux-4.19/arch/x86/pci/ |
| 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()
|