/linux-6.3-rc2/drivers/pci/hotplug/ |
A D | cpqphp_pci.c | 70 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() 550 int cpqhp_save_base_addr_length(struct controller *ctrl, struct pci_func *func) in cpqhp_save_base_addr_length() 687 int cpqhp_save_used_resources(struct controller *ctrl, struct pci_func *func) in cpqhp_save_used_resources() 950 int cpqhp_configure_board(struct controller *ctrl, struct pci_func *func) in cpqhp_configure_board() 1028 int cpqhp_valid_replace(struct controller *ctrl, struct pci_func *func) in cpqhp_valid_replace() 1177 struct pci_func *func = NULL; in cpqhp_find_available_resources() local 1420 int cpqhp_return_board_resources(struct pci_func *func, struct resource_lists *resources) in cpqhp_return_board_resources() 1523 void cpqhp_destroy_board_resources(struct pci_func *func) in cpqhp_destroy_board_resources()
|
/linux-6.3-rc2/tools/include/linux/ |
A D | static_call_types.h | 37 #define DECLARE_STATIC_CALL(name, func) \ argument 62 void *func; member 77 void *func; member 95 void *func; member
|
A D | objtool.h | 74 #define STACK_FRAME_NON_STANDARD(func) \ argument 84 #define STACK_FRAME_NON_STANDARD_FP(func) STACK_FRAME_NON_STANDARD(func) argument 86 #define STACK_FRAME_NON_STANDARD_FP(func) argument
|
/linux-6.3-rc2/include/linux/ |
A D | static_call_types.h | 37 #define DECLARE_STATIC_CALL(name, func) \ argument 62 void *func; member 77 void *func; member 95 void *func; member
|
A D | dynamic_debug.h | 220 #define __dynamic_func_call_cls(id, cls, fmt, func, ...) do { \ argument 225 #define __dynamic_func_call(id, fmt, func, ...) \ argument 229 #define __dynamic_func_call_cls_no_desc(id, cls, fmt, func, ...) do { \ argument 234 #define __dynamic_func_call_no_desc(id, fmt, func, ...) \ argument 246 #define _dynamic_func_call_cls(cls, fmt, func, ...) \ argument 248 #define _dynamic_func_call(fmt, func, ...) \ argument 256 #define _dynamic_func_call_cls_no_desc(cls, fmt, func, ...) \ argument 259 #define _dynamic_func_call_no_desc(fmt, func, ...) \ argument
|
A D | objtool.h | 74 #define STACK_FRAME_NON_STANDARD(func) \ argument 84 #define STACK_FRAME_NON_STANDARD_FP(func) STACK_FRAME_NON_STANDARD(func) argument 86 #define STACK_FRAME_NON_STANDARD_FP(func) argument
|
A D | once_lite.h | 10 #define DO_ONCE_LITE(func, ...) \ argument 26 #define DO_ONCE_LITE_IF(condition, func, ...) \ argument
|
A D | once.h | 46 #define DO_ONCE(func, ...) \ argument 64 #define DO_ONCE_SLEEPABLE(func, ...) \ argument
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/ |
A D | sdio.c | 34 struct sdio_func *func; member 109 static inline void ath6kl_sdio_set_cmd53_arg(u32 *arg, u8 rw, u8 func, in ath6kl_sdio_set_cmd53_arg() 125 const u8 func = 0; in ath6kl_sdio_set_cmd52_arg() local 150 static int ath6kl_sdio_io(struct sdio_func *func, u32 request, u32 addr, in ath6kl_sdio_io() 479 static void ath6kl_sdio_irq_handler(struct sdio_func *func) in ath6kl_sdio_irq_handler() 506 struct sdio_func *func = ar_sdio->func; in ath6kl_sdio_power_on() local 797 struct sdio_func *func = ar_sdio->func; in ath6kl_sdio_config() local 835 struct sdio_func *func = ar_sdio->func; in ath6kl_set_sdio_pm_caps() local 864 struct sdio_func *func = ar_sdio->func; in ath6kl_sdio_suspend() local 1306 static int ath6kl_sdio_probe(struct sdio_func *func, in ath6kl_sdio_probe() [all …]
|
/linux-6.3-rc2/drivers/bluetooth/ |
A D | btsdio.c | 45 struct sdio_func *func; member 168 static void btsdio_interrupt(struct sdio_func *func) in btsdio_interrupt() 275 static int btsdio_probe(struct sdio_func *func, in btsdio_probe() 350 static void btsdio_remove(struct sdio_func *func) in btsdio_remove()
|
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas/ |
A D | if_sdio.c | 110 struct sdio_func *func; member 748 struct sdio_func *func = card->func; in if_sdio_finish_power_on() local 831 struct sdio_func *func = card->func; in if_sdio_power_on() local 890 struct sdio_func *func = card->func; in if_sdio_power_off() local 1099 static void if_sdio_interrupt(struct sdio_func *func) in if_sdio_interrupt() 1133 static int if_sdio_probe(struct sdio_func *func, in if_sdio_probe() 1249 static void if_sdio_remove(struct sdio_func *func) in if_sdio_remove() 1293 struct sdio_func *func = dev_to_sdio_func(dev); in if_sdio_suspend() local 1351 struct sdio_func *func = dev_to_sdio_func(dev); in if_sdio_resume() local
|
/linux-6.3-rc2/net/rds/ |
A D | info.c | 73 void rds_info_register_func(int optname, rds_info_func func) in rds_info_register_func() 86 void rds_info_deregister_func(int optname, rds_info_func func) in rds_info_deregister_func() 165 rds_info_func func; in rds_info_getsockopt() local
|
/linux-6.3-rc2/tools/objtool/ |
A D | check.c | 398 struct symbol *func; in decode_instructions() local 521 struct symbol *sym, *func; in add_pv_ops() local 1081 struct symbol *func; in add_ignores() local 1295 struct symbol *func; in add_uaccess_safe() local 2115 struct symbol *func, in find_jump_table() 2158 struct symbol *func) in mark_func_jump_tables() 2193 struct symbol *func) in add_func_jump_tables() 2218 struct symbol *func; in add_jump_table_alts() local 2530 struct symbol *func; in classify_symbols() local 3429 struct symbol *func) in noinstr_call_dest() [all …]
|
/linux-6.3-rc2/drivers/usb/cdns3/ |
A D | cdnsp-pci.c | 37 struct pci_dev *func; in cdnsp_get_second_fun() local 62 struct pci_dev *func; in cdnsp_pci_probe() local 187 struct pci_dev *func; in cdnsp_pci_remove() local
|
A D | cdns3-pci-wrap.c | 45 struct pci_dev *func; in cdns3_get_second_fun() local 72 struct pci_dev *func; in cdns3_pci_probe() local 175 struct pci_dev *func; in cdns3_pci_remove() local
|
/linux-6.3-rc2/drivers/tee/optee/ |
A D | device.c | 24 u32 func) in get_devices() 89 static int __optee_enumerate_devices(u32 func) in __optee_enumerate_devices() 160 int optee_enumerate_devices(u32 func) in optee_enumerate_devices()
|
/linux-6.3-rc2/drivers/net/wireless/silabs/wfx/ |
A D | bus_sdio.c | 45 struct sdio_func *func; member 107 static void wfx_sdio_irq_handler(struct sdio_func *func) in wfx_sdio_irq_handler() 194 static int wfx_sdio_probe(struct sdio_func *func, const struct sdio_device_id *id) in wfx_sdio_probe() 247 static void wfx_sdio_remove(struct sdio_func *func) in wfx_sdio_remove()
|
/linux-6.3-rc2/kernel/ |
A D | smp.c | 509 smp_call_func_t func = csd->func; in generic_exec_single() local 620 smp_call_func_t func = csd->func; in __flush_smp_call_function_queue() local 660 smp_call_func_t func = csd->func; in __flush_smp_call_function_queue() local 727 int smp_call_function_single(int cpu, smp_call_func_t func, void *info, in smp_call_function_single() 845 smp_call_func_t func, void *info, int wait) in smp_call_function_any() 883 smp_call_func_t func, void *info, in smp_call_function_many_cond() 1009 smp_call_func_t func, void *info, bool wait) in smp_call_function_many() 1030 void smp_call_function(smp_call_func_t func, void *info, int wait) in smp_call_function() 1146 void on_each_cpu_cond_mask(smp_cond_func_t cond_func, smp_call_func_t func, in on_each_cpu_cond_mask() 1218 int (*func)(void *); member
|
/linux-6.3-rc2/drivers/dma-buf/ |
A D | selftest.h | 12 #define selftest(name, func) int func(void); argument 17 int (*func)(void *data); member
|
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/ |
A D | pci.c | 27 int slot, int func, int vendor, int dev) in pci_acc_init() 58 int func) in pci_slot_func_init()
|
/linux-6.3-rc2/drivers/pinctrl/ralink/ |
A D | pinctrl-ralink.c | 35 struct ralink_pmx_func **func; member 93 unsigned int func) in ralink_pmx_func_name() 101 unsigned int func, in ralink_pmx_group_get_groups() 118 unsigned int func, unsigned int group) in ralink_pmx_group_enable()
|
/linux-6.3-rc2/drivers/accel/ivpu/ |
A D | ivpu_hw_reg_io.h | 70 const char *name, const char *func) in ivpu_hw_reg_rd32() 80 const char *name, const char *func) in ivpu_hw_reg_rd64() 90 const char *name, const char *func) in ivpu_hw_reg_wr32() 98 const char *name, const char *func) in ivpu_hw_reg_wr64() 107 const char *func) in ivpu_hw_reg_wr32_index()
|
/linux-6.3-rc2/drivers/platform/x86/intel/int3472/ |
A D | discrete.c | 97 const char *func, u32 polarity) in skl_int3472_map_gpio_to_sensor() 147 static void int3472_get_func_and_polarity(u8 type, const char **func, u32 *polarity) in int3472_get_func_and_polarity() 217 const char *func; in skl_int3472_handle_gpio_resources() local
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/ |
A D | event.h | 10 const struct nvkm_event_func *func; member 37 nvkm_event_init(const struct nvkm_event_func *func, struct nvkm_subdev *subdev, in nvkm_event_init() 57 nvkm_event_func func; member
|
/linux-6.3-rc2/lib/zstd/common/ |
A D | portability_macros.h | 47 # define ZSTD_HIDE_ASM_FUNCTION(func) .hidden func argument 49 # define ZSTD_HIDE_ASM_FUNCTION(func) argument
|