Home
last modified time | relevance | path

Searched +defs:module +defs:name (Results 1 – 25 of 178) sorted by relevance

12345678

/kernel/linux/linux-5.10/include/linux/
Dmodule.h35 #define MODULE_SUPPORTED_DEVICE(name) argument
41 char name[MODULE_NAME_LEN]; member
245 #define MODULE_DEVICE_TABLE(type, name) \ argument
249 #define MODULE_DEVICE_TABLE(type, name) argument
366 struct module { struct
367 enum module_state state; argument
372 /* Unique handle for this module */ argument
373 char name[MODULE_NAME_LEN]; member
376 struct module_kobject mkobj; argument
377 struct module_attribute *modinfo_attrs; argument
[all …]
Dfirmware.h24 char *name; member
34 #define DECLARE_BUILTIN_FIRMWARE(name, blob) \ argument
37 #define DECLARE_BUILTIN_FIRMWARE_SIZE(name, blob, size) \ argument
63 const char *name, in request_firmware()
70 const char *name, in firmware_request_nowarn()
77 const char *name, in firmware_request_platform()
84 struct module *module, bool uevent, in request_firmware_nowait()
85 const char *name, struct device *device, gfp_t gfp, void *context, in request_firmware_nowait()
96 const char *name, in request_firmware_direct()
103 const char *name, struct device *device, void *buf, size_t size) in request_firmware_into_buf()
[all …]
/kernel/linux/linux-6.6/include/linux/
Dmodule.h39 char name[MODULE_NAME_LEN]; member
243 #define MODULE_DEVICE_TABLE(type, name) \ argument
247 #define MODULE_DEVICE_TABLE(type, name) argument
402 struct module { struct
403 enum module_state state; argument
408 /* Unique handle for this module */ argument
409 char name[MODULE_NAME_LEN]; member
417 struct module_kobject mkobj; argument
418 struct module_attribute *modinfo_attrs; argument
419 const char *version;
[all …]
Dfirmware.h89 const char *name) in firmware_request_builtin()
117 const char *name, in request_firmware()
124 const char *name, in firmware_request_nowarn()
131 const char *name, in firmware_request_platform()
138 struct module *module, bool uevent, in request_firmware_nowait()
139 const char *name, struct device *device, gfp_t gfp, void *context, in request_firmware_nowait()
150 const char *name, in request_firmware_direct()
157 const char *name, struct device *device, void *buf, size_t size) in request_firmware_into_buf()
164 const char *name, in request_partial_firmware_into_buf()
184 firmware_upload_register(struct module *module, struct device *parent, in firmware_upload_register()
[all …]
/kernel/linux/linux-5.10/drivers/staging/greybus/
Daudio_topology.c29 char const *name) in find_gb_module()
33 struct gbaudio_module_info *module; in find_gb_module() local
56 static const char *gbaudio_map_controlid(struct gbaudio_module_info *module, in gbaudio_map_controlid()
85 static int gbaudio_map_controlname(struct gbaudio_module_info *module, in gbaudio_map_controlname()
86 const char *name) in gbaudio_map_controlname()
100 static int gbaudio_map_wcontrolname(struct gbaudio_module_info *module, in gbaudio_map_wcontrolname()
101 const char *name) in gbaudio_map_wcontrolname()
114 static int gbaudio_map_widgetname(struct gbaudio_module_info *module, in gbaudio_map_widgetname()
115 const char *name) in gbaudio_map_widgetname()
128 static const char *gbaudio_map_widgetid(struct gbaudio_module_info *module, in gbaudio_map_widgetid()
[all …]
/kernel/linux/linux-6.6/drivers/staging/greybus/
Daudio_topology.c28 char const *name) in find_gb_module()
32 struct gbaudio_module_info *module; in find_gb_module() local
55 static const char *gbaudio_map_controlid(struct gbaudio_module_info *module, in gbaudio_map_controlid()
84 static int gbaudio_map_controlname(struct gbaudio_module_info *module, in gbaudio_map_controlname()
85 const char *name) in gbaudio_map_controlname()
99 static int gbaudio_map_wcontrolname(struct gbaudio_module_info *module, in gbaudio_map_wcontrolname()
100 const char *name) in gbaudio_map_wcontrolname()
113 static int gbaudio_map_widgetname(struct gbaudio_module_info *module, in gbaudio_map_widgetname()
114 const char *name) in gbaudio_map_widgetname()
127 static const char *gbaudio_map_widgetid(struct gbaudio_module_info *module, in gbaudio_map_widgetid()
[all …]
/kernel/linux/linux-6.6/scripts/mod/
Dmodpost.h93 struct module { struct
98 bool from_dump; /* true if module was loaded from *.symvers */ argument
99 bool is_vmlinux;
100 bool seen;
101 bool has_init;
102 bool has_cleanup;
103 struct buffer dev_table_buf;
104 char srcversion[25];
106 struct list_head missing_namespaces;
108 struct list_head imported_namespaces;
[all …]
/kernel/linux/linux-5.10/scripts/mod/
Dmodpost.h118 struct module { struct
119 struct module *next; argument
122 int from_dump; /* 1 if module was loaded from *.symvers */ argument
123 int is_vmlinux;
124 int seen;
125 int has_init;
126 int has_cleanup;
127 struct buffer dev_table_buf;
128 char srcversion[25];
130 struct namespace_list *missing_namespaces;
[all …]
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
Dskl-sst-utils.c52 u8 name[8]; member
68 u8 name[8]; member
90 static int skl_get_pvtid_map(struct uuid_module *module, int instance_id) in skl_get_pvtid_map()
104 struct uuid_module *module; in skl_get_pvt_instance_id_map() local
115 static inline int skl_getid_32(struct uuid_module *module, u64 *val, in skl_getid_32()
136 static inline int skl_pvtid_128(struct uuid_module *module) in skl_pvtid_128()
174 struct uuid_module *module; in skl_get_pvt_id() local
205 struct uuid_module *module; in skl_put_pvt_id() local
237 struct uuid_module *module; in snd_skl_parse_uuids() local
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
Dskl-sst-utils.c52 u8 name[8]; member
68 u8 name[8]; member
90 static int skl_get_pvtid_map(struct uuid_module *module, int instance_id) in skl_get_pvtid_map()
104 struct uuid_module *module; in skl_get_pvt_instance_id_map() local
115 static inline int skl_getid_32(struct uuid_module *module, u64 *val, in skl_getid_32()
136 static inline int skl_pvtid_128(struct uuid_module *module) in skl_pvtid_128()
174 struct uuid_module *module; in skl_get_pvt_id() local
205 struct uuid_module *module; in skl_put_pvt_id() local
237 struct uuid_module *module; in snd_skl_parse_uuids() local
/kernel/linux/linux-6.6/sound/soc/intel/avs/
Dutils.c21 struct avs_module_entry *module; in avs_module_entry_index() local
37 struct avs_module_entry *module; in avs_module_id_entry_index() local
77 struct avs_module_entry module; in avs_get_module_id() local
235 int avs_request_firmware(struct avs_dev *adev, const struct firmware **fw_p, const char *name) in avs_request_firmware()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
Dnetcp_core.c63 #define for_each_netcp_module(module) \ argument
232 struct netcp_module *module) in netcp_module_probe()
251 const char *name; in netcp_module_probe() local
349 int netcp_register_module(struct netcp_module *module) in netcp_register_module()
391 struct netcp_module *module) in netcp_release_module()
428 void netcp_unregister_module(struct netcp_module *module) in netcp_unregister_module()
451 void *netcp_module_get_intf_data(struct netcp_module *module, in netcp_module_get_intf_data()
1332 u8 name[16]; in netcp_txpipe_open() local
1455 struct netcp_module *module; in netcp_addr_sweep_del() local
1479 struct netcp_module *module; in netcp_addr_sweep_add() local
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
Dnetcp_core.c62 #define for_each_netcp_module(module) \ argument
231 struct netcp_module *module) in netcp_module_probe()
250 const char *name; in netcp_module_probe() local
348 int netcp_register_module(struct netcp_module *module) in netcp_register_module()
390 struct netcp_module *module) in netcp_release_module()
427 void netcp_unregister_module(struct netcp_module *module) in netcp_unregister_module()
450 void *netcp_module_get_intf_data(struct netcp_module *module, in netcp_module_get_intf_data()
1331 u8 name[16]; in netcp_txpipe_open() local
1454 struct netcp_module *module; in netcp_addr_sweep_del() local
1478 struct netcp_module *module; in netcp_addr_sweep_add() local
[all …]
/kernel/linux/linux-6.6/arch/arm/mach-imx/
Dhardware.h19 #define IMX_IO_P2V_MODULE(addr, module) \ argument
102 #define imx_map_entry(soc, name, _type) { \ argument
/kernel/liteos_a/kernel/common/
Dlos_init.c58 STATIC VOID InitLevelCall(const CHAR *name, const UINT32 level, struct ModuleInitInfo *initLevelLis… in InitLevelCall()
60 struct ModuleInitInfo *module = NULL; in InitLevelCall() local
/kernel/linux/linux-5.10/arch/arm/mach-imx/
Dhardware.h19 #define IMX_IO_P2V_MODULE(addr, module) \ argument
102 #define imx_map_entry(soc, name, _type) { \ argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_fw_update.c272 ice_write_one_nvm_block(struct ice_pf *pf, u16 module, u32 offset, in ice_write_one_nvm_block()
362 ice_write_nvm_module(struct ice_pf *pf, u16 module, const char *component, in ice_write_nvm_module()
435 ice_erase_nvm_module(struct ice_pf *pf, u16 module, const char *component, in ice_erase_nvm_module()
577 const char *name; in ice_flash_component() local
578 u16 module; in ice_flash_component() local
/kernel/linux/linux-6.6/sound/core/
Dinit.c50 static int module_slot_match(struct module *module, int idx) in module_slot_match()
89 static int check_empty_slot(struct module *module, int slot) in check_empty_slot()
98 static int get_slot_from_bitmask(int mask, int (*check)(struct module *, int), in get_slot_from_bitmask() argument
99 struct module *module) in get_slot_from_bitmask()
172 struct module *module, int extra_size, in snd_card_new()
228 struct module *module, size_t extra_size, in snd_devm_card_new()
277 int idx, const char *xid, struct module *module, in snd_card_init()
662 static const char *retrieve_id_from_card_name(const char *name) in retrieve_id_from_card_name()
/kernel/linux/linux-6.6/rust/macros/
Dmodule.rs26 module: &'a str, field
96 name: String, field
171 pub(crate) fn module(ts: TokenStream) -> TokenStream { in module() function
/kernel/linux/linux-6.6/include/sound/
Dinfo.h61 const char *name; member
70 struct module *module; member
130 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new()
165 …line struct snd_info_entry *snd_info_create_module_entry(struct module *module, const char *name, … in snd_info_create_module_entry()
166 …t snd_info_entry *snd_info_create_card_entry(struct snd_card *card, const char *name, struct snd_i… in snd_info_create_card_entry()
176 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new()
181 static inline int snd_card_rw_proc_new(struct snd_card *card, const char *name, in snd_card_rw_proc_new()
205 snd_card_ro_proc_new(struct snd_card *card, const char *name, in snd_card_ro_proc_new()
/kernel/linux/linux-5.10/include/sound/
Dinfo.h61 const char *name; member
70 struct module *module; member
132 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new()
167 …line struct snd_info_entry *snd_info_create_module_entry(struct module *module, const char *name, … in snd_info_create_module_entry()
168 …t snd_info_entry *snd_info_create_card_entry(struct snd_card *card, const char *name, struct snd_i… in snd_info_create_card_entry()
178 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new()
183 static inline int snd_card_rw_proc_new(struct snd_card *card, const char *name, in snd_card_rw_proc_new()
207 snd_card_ro_proc_new(struct snd_card *card, const char *name, in snd_card_ro_proc_new()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
Dxlated_dumper.h14 char name[SYM_MAX_NAME]; member
15 char module[MODULE_MAX_NAME]; member
/kernel/linux/linux-6.6/drivers/base/firmware_loader/
Dsysfs_upload.h29 struct module *module; member
30 const char *name; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
Dice_fw_update.c290 ice_write_one_nvm_block(struct ice_pf *pf, u16 module, u32 offset, in ice_write_one_nvm_block()
400 ice_write_nvm_module(struct ice_pf *pf, u16 module, const char *component, in ice_write_nvm_module()
479 ice_erase_nvm_module(struct ice_pf *pf, u16 module, const char *component, in ice_erase_nvm_module()
637 const char *name; in ice_flash_component() local
639 u16 module; in ice_flash_component() local
/kernel/linux/linux-5.10/arch/arm/kernel/
Dmodule.c57 bool module_init_section(const char *name) in module_init_section()
64 bool module_exit_section(const char *name) in module_exit_section()
73 unsigned int relindex, struct module *module) in apply_relocate()
350 const Elf_Shdr *sechdrs, const char *name) in find_mod_section()

12345678