/linux-6.3-rc2/drivers/greybus/ |
A D | module.c | 41 ret = gb_svc_intf_eject(module->hd->svc, module->module_id); in eject_store() 73 ATTRIBUTE_GROUPS(module); 81 kfree(module); in gb_module_release() 93 struct gb_module *module; in gb_module_create() local 96 module = kzalloc(struct_size(module, interfaces, num_interfaces), in gb_module_create() 98 if (!module) in gb_module_create() 101 module->hd = hd; in gb_module_create() 125 return module; in gb_module_create() 131 put_device(&module->dev); in gb_module_create() 141 struct gb_module *module = intf->module; in gb_module_register_interface() local [all …]
|
/linux-6.3-rc2/kernel/module/ |
A D | internal.h | 60 struct module *mod; 93 struct module *owner; 131 void free_module_elf(struct module *mod); 199 void mod_tree_insert(struct module *mod); 201 void mod_tree_remove(struct module *mod); 210 struct module *mod; in mod_find() 226 char *secstrings, struct module *mod); 264 void mod_sysfs_teardown(struct module *mod); 265 void init_param_lock(struct module *mod); 289 struct module *mod, in check_version() [all …]
|
/linux-6.3-rc2/drivers/staging/greybus/ |
A D | audio_manager.c | 33 if (module->id == id) in gb_audio_manager_get_locked() 34 return module; in gb_audio_manager_get_locked() 63 return module->id; in gb_audio_manager_add() 74 if (!module) { in gb_audio_manager_remove() 78 list_del(&module->list); in gb_audio_manager_remove() 79 kobject_put(&module->kobj); in gb_audio_manager_remove() 94 list_del(&module->list); in gb_audio_manager_remove_all() 114 kobject_get(&module->kobj); in gb_audio_manager_get_module() 116 return module; in gb_audio_manager_get_module() 122 kobject_put(&module->kobj); in gb_audio_manager_put_module() [all …]
|
A D | audio_manager_module.c | 70 kfree(module); in gb_audio_module_release() 177 module->desc.ip_devices); in send_add_uevent() 179 module->desc.op_devices); in send_add_uevent() 227 *module = m; in gb_audio_manager_module_create() 235 module->id, in gb_audio_manager_module_dump() 236 module->desc.name, in gb_audio_manager_module_dump() 237 module->desc.vid, in gb_audio_manager_module_dump() 238 module->desc.pid, in gb_audio_manager_module_dump() 239 module->desc.intf_id, in gb_audio_manager_module_dump() 240 module->desc.ip_devices, in gb_audio_manager_module_dump() [all …]
|
A D | audio_codec.c | 518 module = iter; in gbcodec_prepare() 601 module = iter; in gbcodec_mute_stream() 697 if (!module->jack_mask) in gbaudio_init_jack() 701 module->dev_id); in gbaudio_init_jack() 710 module->jack_mask, in gbaudio_init_jack() 718 list_add(&module->headset.list, &module->jack_list); in gbaudio_init_jack() 724 module->dev_id); in gbaudio_init_jack() 743 list_add(&module->button.list, &module->jack_list); in gbaudio_init_jack() 823 if (module->num_dais) { in gbaudio_register_module() 826 module->num_dais); in gbaudio_register_module() [all …]
|
A D | audio_topology.c | 47 return module; in find_gb_module() 202 if (!module) in gbcodec_mixer_ctl_info() 230 if (!module) in gbcodec_mixer_ctl_get() 292 if (!module) in gbcodec_mixer_ctl_put() 1328 devm_kfree(module->dev, module->dapm_routes); in gbaudio_tplg_process_routes() 1342 module->control_offset = module->dai_offset + in gbaudio_tplg_process_header() 1344 module->widget_offset = module->control_offset + in gbaudio_tplg_process_header() 1346 module->route_offset = module->widget_offset + in gbaudio_tplg_process_header() 1432 devm_kfree(module->dev, module->controls); in gbaudio_tplg_release() 1448 devm_kfree(module->dev, module->dapm_widgets); in gbaudio_tplg_release() [all …]
|
A D | audio_module.c | 28 dev_err_ratelimited(module->dev, in gbaudio_request_jack() 39 module->jack_type = 0; in gbaudio_request_jack() 42 module->button_mask); in gbaudio_request_jack() 43 module->button_status = 0; in gbaudio_request_jack() 46 module->jack_mask); in gbaudio_request_jack() 58 if (module->jack_type) in gbaudio_request_jack() 63 module->jack_type = report; in gbaudio_request_jack() 64 snd_soc_jack_report(&module->headset.jack, report, module->jack_mask); in gbaudio_request_jack() 87 if (!module->jack_type) { in gbaudio_request_button() 93 report = module->button_status & module->button_mask; in gbaudio_request_button() [all …]
|
A D | Kconfig | 11 To compile this code as a module, chose M here: the module 22 To compile this code as a module, chose M here: the module 32 To compile this code as a module, chose M here: the module 42 To compile this code as a module, chose M here: the module 52 To compile this code as a module, chose M here: the module 62 To compile this code as a module, chose M here: the module 72 To compile this code as a module, chose M here: the module 81 To compile this code as a module, chose M here: the module 90 To compile this code as a module, chose M here: the module 100 To compile this code as a module, chose M here: the module [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | module.h | 41 struct module; 631 extern void __module_get(struct module *module); 635 extern bool try_module_get(struct module *module); 637 extern void module_put(struct module *module); 642 return !module || module_is_live(module); in try_module_get() 644 static inline void module_put(struct module *module) in module_put() argument 647 static inline void __module_get(struct module *module) in __module_get() argument 683 return module && module->async_probe_requested; in module_requested_async_probing() 751 static inline void __module_get(struct module *module) in __module_get() argument 760 static inline void module_put(struct module *module) in module_put() argument [all …]
|
/linux-6.3-rc2/sound/soc/intel/skylake/ |
A D | skl-sst-utils.c | 104 struct uuid_module *module; in skl_get_pvt_instance_id_map() local 107 if (module->id == module_id) in skl_get_pvt_instance_id_map() 121 max_inst = module->max_instance; in skl_getid_32() 144 pvt_id = skl_getid_32(module, &module->pvt_id[j], 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 287 module = kzalloc(sizeof(*module), GFP_KERNEL); in snd_skl_parse_uuids() 288 if (!module) { in snd_skl_parse_uuids() 300 if (!module->instance_id) { in snd_skl_parse_uuids() [all …]
|
/linux-6.3-rc2/drivers/comedi/ |
A D | Kconfig | 54 To compile this driver as a module, choose M here: the module will be 65 To compile this driver as a module, choose M here: the module will be 76 To compile this driver as a module, choose M here: the module will be 85 To compile this driver as a module, choose M here: the module will be 107 To compile this driver as a module, choose M here: the module will be 128 To compile this driver as a module, choose M here: the module will be 136 To compile this driver as a module, choose M here: the module will be 159 To compile this driver as a module, choose M here: the module will be 171 To compile this driver as a module, choose M here: the module will be 181 To compile this driver as a module, choose M here: the module will be [all …]
|
/linux-6.3-rc2/drivers/hwmon/pmbus/ |
A D | Kconfig | 12 This driver can also be built as a module. If so, the module will 27 This driver can also be built as a module. If so, the module will 38 This driver can also be built as a module. If so, the module will 48 This driver can also be built as a module. If so, the module will 57 This driver can also be built as a module. If so, the module will 66 This driver can also be built as a module. If so, the module will 76 This driver can also be built as a module. If so, the module 86 This driver can also be built as a module. If so, the module will 96 This driver can also be built as a module. If so, the module will 105 This driver can also be built as a module. If so, the module will [all …]
|
/linux-6.3-rc2/scripts/ |
A D | decode_stacktrace.sh | 111 if [[ $module == "" ]] ; then 114 local objfile=${modcache[$module]} 122 modcache[$module]=$objfile 174 cache[$module,$address]=$code 230 module="" 269 module=${words[$last]} 270 module=${module#\[} 271 module=${module%\]} 272 modbuildid=${module#* } 273 module=${module% *} [all …]
|
/linux-6.3-rc2/drivers/media/usb/gspca/ |
A D | Kconfig | 17 module will be called gspca_main. 28 module will be called gspca_benq. 37 module will be called gspca_conex. 48 module will be called gspca_cpia1. 58 module will be called gspca_dtcs033. 67 module will be called gspca_etoms. 104 module will be called gspca_kinect. 122 module will be called gspca_mars. 140 module will be called gspca_nw80x. 150 module will be called gspca_ov519. [all …]
|
/linux-6.3-rc2/drivers/input/touchscreen/ |
A D | Kconfig | 25 module will be called 88pm860x-ts. 44 module will be called ads7846. 57 module will be called ad7877. 68 module will be called ad7879. 417 module will be called goodix. 514 module will be called gunze. 550 module will be called elo. 573 To compile this driver as a module, choose M here: the module 700 module will be called mk712. 950 To compile this driver as a module, choose M here: the module will be [all …]
|
/linux-6.3-rc2/drivers/input/misc/ |
A D | Kconfig | 23 To compile this driver as a module, choose M here: the module 33 To compile this driver as a module, choose M here: the module 43 To compile this driver as a module, choose M here: the module 84 To compile this driver as a module, choose M here: the module 163 To compile this driver as a module, choose M here: the module 211 To compile this driver as a module, choose M here: the module 232 To compile this driver as a module, choose M here: the module 254 To compile this driver as a module, choose M here: the module 297 To compile this driver as a module, choose M here: the module 661 To compile this driver as a module, choose M here: the module [all …]
|
/linux-6.3-rc2/scripts/gdb/linux/ |
A D | modules.py | 31 yield module 35 for module in module_list(): 36 if module['name'].string() == name: 37 return module 52 module = find_module_by_name(mod_name) 53 if module: 54 return module.dereference() 75 for module in module_list(): 76 layout = module['core_layout'] 79 name=module['name'].string(), [all …]
|
/linux-6.3-rc2/drivers/pwm/ |
A D | Kconfig | 51 To compile this driver as a module, choose M here: the module 61 To compile this driver as a module, choose M here: the module 73 To compile this driver as a module, choose M here: the module 86 To compile this driver as a module, choose M here: the module 98 To compile this driver as a module, choose M here: the module 109 To compile this driver as a module, choose M here: the module 119 To compile this driver as a module, choose M here: the module 129 To compile this driver as a module, choose M here: the module 140 To compile this driver as a module, choose M Here: the module 150 To compile this driver as a module, choose M here: the module [all …]
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | Kconfig | 48 module will be called ar0521. 61 module will be called hi556. 74 module will be called hi846. 100 module will be called imx208. 114 module will be called imx214. 127 module will be called imx219. 139 module will be called imx258. 163 module will be called imx290. 176 module will be called imx296. 188 module will be called imx319. [all …]
|
/linux-6.3-rc2/sound/pci/ |
A D | Kconfig | 21 To compile this as a module, choose M here: the module 33 To compile this driver as a module, choose M here: the module 47 To compile this driver as a module, choose M here: the module 61 To compile this driver as a module, choose M here: the module 73 To compile this driver as a module, choose M here: the module 84 To compile this driver as a module, choose M here: the module 94 To compile this driver as a module, choose M here: the module 108 To compile this driver as a module, choose M here: the module 121 To compile this driver as a module, choose M here: the module 135 To compile this driver as a module, choose M here: the module [all …]
|
/linux-6.3-rc2/drivers/iio/accel/ |
A D | Kconfig | 18 To compile this driver as a module, say M here: the module will 30 To compile this driver as a module, say M here: the module will be 45 To compile this driver as a module, choose M here: the module 58 To compile this driver as a module, choose M here: the module 75 To compile this driver as a module, choose M here: the module 89 To compile this driver as a module, choose M here: the module 107 To compile this driver as a module, choose M here: the module 122 To compile this driver as a module, choose M here: the module 336 To compile this driver as a module, choose M here: the module 349 To compile this driver as a module, choose M here: the module [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_env.h | 13 u8 slot_index, int module, int off, 22 int module, struct ethtool_eeprom *ee, 27 u8 slot_index, u8 module, 33 u8 module, u32 *flags); 37 u8 module, 43 u8 module, 49 u8 module, u64 *p_counter); 52 u8 module); 55 u8 module); 58 u8 module); [all …]
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-module | 1 The /sys/module tree consists of the following structure: 3 What: /sys/module/<MODULENAME> 5 The name of the module that is in the kernel. This 6 module name will always show up if the module is loaded as a 7 dynamic module. If it is built directly into the kernel, it 14 What: /sys/module/<MODULENAME>/parameters 17 individual parameters of the module that are able to be 18 changed at runtime. See the individual module 28 What: /sys/module/<MODULENAME>/refcnt 37 What: /sys/module/<MODULENAME>/srcversion [all …]
|
/linux-6.3-rc2/drivers/iio/adc/ |
A D | Kconfig | 36 To compile this driver as a module, choose M here: the module will be 54 To compile this driver as a module, choose M here: the module will be 79 To compile this driver as a module, choose M here: the module will be 803 This driver can also be built as a module. If so, the module 867 This driver can also be built as a module. If so, the module 889 To compile this driver as a module, choose M here: the module 973 This driver can also be built as a module. If so, the module 1021 This driver can also be built as a module. If so, the module 1043 This driver can also be built as a module. If so, the module 1060 This driver can also be built as a module. If so, the module [all …]
|
/linux-6.3-rc2/drivers/rtc/ |
A D | Kconfig | 158 This driver can also be built as a module. If so, the module 172 This driver can also be built as a module. If so, the module 182 This driver can also be built as a module. If so, the module 192 This driver can also be built as a module. If so, the module 202 This driver can also be built as a module. If so, the module 213 This driver can also be built as a module. If so, the module 223 This driver can also be built as a module. If so, the module 244 This driver can also be built as a module. If so, the module 264 This driver can also be built as a module. If so, the module 288 This driver can also be built as a module. If so, the module [all …]
|