| /linux/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/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 | 73 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() 226 *module = m; in gb_audio_manager_module_create() 234 module->id, in gb_audio_manager_module_dump() 235 module->desc.name, in gb_audio_manager_module_dump() 236 module->desc.vid, in gb_audio_manager_module_dump() 237 module->desc.pid, in gb_audio_manager_module_dump() 238 module->desc.intf_id, in gb_audio_manager_module_dump() 239 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() 821 if (module->num_dais) { in gbaudio_register_module() 824 module->num_dais); in gbaudio_register_module() [all …]
|
| A D | audio_topology.c | 40 return module; in find_gb_module() 195 if (!module) in gbcodec_mixer_ctl_info() 223 if (!module) in gbcodec_mixer_ctl_get() 285 if (!module) in gbcodec_mixer_ctl_put() 1318 devm_kfree(module->dev, module->dapm_routes); in gbaudio_tplg_process_routes() 1332 module->control_offset = module->dai_offset + in gbaudio_tplg_process_header() 1334 module->widget_offset = module->control_offset + in gbaudio_tplg_process_header() 1336 module->route_offset = module->widget_offset + in gbaudio_tplg_process_header() 1422 devm_kfree(module->dev, module->controls); in gbaudio_tplg_release() 1438 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/kernel/module/ |
| A D | internal.h | 64 struct module *mod; 99 struct module *owner; 142 void free_module_elf(struct module *mod); 302 void mod_tree_insert(struct module *mod); 304 void mod_tree_remove(struct module *mod); 313 struct module *mod; in mod_find() 329 char *secstrings, struct module *mod); 365 void mod_sysfs_teardown(struct module *mod); 366 void init_param_lock(struct module *mod); 390 struct module *mod, in check_version() [all …]
|
| /linux/include/linux/ |
| A D | module.h | 42 struct module; 679 extern void __module_get(struct module *module); 711 extern bool try_module_get(struct module *module); 721 extern void module_put(struct module *module); 726 return !module || module_is_live(module); in try_module_get() 728 static inline void module_put(struct module *module) in module_put() argument 731 static inline void __module_get(struct module *module) in __module_get() argument 756 return module && module->async_probe_requested; in module_requested_async_probing() 824 static inline void __module_get(struct module *module) in __module_get() argument 833 static inline void module_put(struct module *module) in module_put() argument [all …]
|
| /linux/scripts/ |
| A D | decode_stacktrace.sh | 133 if [[ $module == "" ]] ; then 143 modcache[$module]=$objfile 195 cache[$module,$address]=$code 251 module="" 290 module=${words[$last]} 293 module=${module%\)} 294 module=${module#\[} 295 module=${module%\]} 296 modbuildid=${module#* } 297 module=${module% *} [all …]
|
| /linux/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 77 To compile this driver as a module, choose M here: the module will be 87 To compile this driver as a module, choose M here: the module will be 111 To compile this driver as a module, choose M here: the module will be 132 To compile this driver as a module, choose M here: the module will be 140 To compile this driver as a module, choose M here: the module will be 163 To compile this driver as a module, choose M here: the module will be 175 To compile this driver as a module, choose M here: the module will be 185 To compile this driver as a module, choose M here: the module will be [all …]
|
| /linux/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 36 This driver can also be built as a module. If so, the module will 47 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 67 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 will 85 This driver can also be built as a module. If so, the module will 95 This driver can also be built as a module. If so, the module 105 This driver can also be built as a module. If so, the module will [all …]
|
| /linux/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/drivers/media/i2c/ |
| A D | Kconfig | 61 module will be called ar0521. 71 module will be called gc0308. 81 module will be called gc05a2. 91 module will be called gc08a3. 101 module will be called gc2145. 110 module will be called hi556. 119 module will be called hi846. 137 module will be called imx208. 148 module will be called imx214. 158 module will be called imx219. [all …]
|
| /linux/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 50 To compile this driver as a module, choose M here: the module 91 To compile this driver as a module, choose M here: the module 191 To compile this driver as a module, choose M here: the module 239 To compile this driver as a module, choose M here: the module 260 To compile this driver as a module, choose M here: the module 282 To compile this driver as a module, choose M here: the module 325 To compile this driver as a module, choose M here: the module 689 To compile this driver as a module, choose M here: the module [all …]
|
| /linux/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. 271 module will be called cyttsp5. 387 module will be called goodix. 515 module will be called gunze. 551 module will be called elo. 574 To compile this driver as a module, choose M here: the module 700 module will be called mk712. [all …]
|
| /linux/drivers/pwm/ |
| A D | Kconfig | 47 To compile this driver as a module, choose M here: the module 66 To compile this driver as a module, choose M here: the module 76 To compile this driver as a module, choose M here: the module 88 To compile this driver as a module, choose M here: the module 101 To compile this driver as a module, choose M here: the module 126 To compile this driver as a module, choose M here: the module 137 To compile this driver as a module, choose M here: the module 147 To compile this driver as a module, choose M here: the module 157 To compile this driver as a module, choose M here: the module 168 To compile this driver as a module, choose M Here: the module [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | core_env.h | 13 u8 slot_index, int module, int off, 27 u8 slot_index, u8 module, 33 u8 slot_index, u8 module, 39 u8 module, u32 *flags); 43 u8 module, 49 u8 module, 55 u8 module, u64 *p_counter); 58 u8 module); 61 u8 module); 64 u8 module); [all …]
|
| /linux/drivers/md/dm-vdo/ |
| A D | logger.c | 110 static void emit_log_message(int priority, const char *module, const char *prefix, in emit_log_message() argument 122 emit_log_message_to_kernel(priority, "%s[%s]: %s%pV%pV\n", module, type, in emit_log_message() 130 emit_log_message_to_kernel(priority, "%s%u:%s: %s%pV%pV\n", module, in emit_log_message() 141 (strncmp(module, current->comm, strlen(module)) == 0)) { in emit_log_message() 148 emit_log_message_to_kernel(priority, "%s: %s: %s%pV%pV\n", module, current->comm, in emit_log_message() 170 if (module == NULL) in vdo_log_embedded_message() 171 module = VDO_LOGGING_MODULE_NAME; in vdo_log_embedded_message() 188 emit_log_message(priority, module, prefix, &vaf1, &vaf2); in vdo_log_embedded_message() 200 vdo_log_embedded_message(priority, module, NULL, format, args, ": %s (%d)", in vdo_vlog_strerror() 210 vdo_vlog_strerror(priority, errnum, module, format, args); in __vdo_log_strerror() [all …]
|
| /linux/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/drivers/iio/adc/ |
| A D | Kconfig | 33 To compile this driver as a module, choose M here: the module will be 48 To compile this driver as a module, choose M here: the module will be 61 To compile this driver as a module, choose M here: the module will be 84 To compile this driver as a module, choose M here: the module will be 954 This driver can also be built as a module. If so, the module 1018 This driver can also be built as a module. If so, the module 1031 This driver can also be built as a module. If so, the module 1042 This driver can also be built as a module. If so, the module 1148 This driver can also be built as a module. If so, the module 1196 This driver can also be built as a module. If so, the module [all …]
|
| /linux/drivers/iio/temperature/ |
| A D | Kconfig | 14 To compile this driver as a module, choose M here: the module 25 To compile this driver as a module, choose M here: the module 41 This driver can also be built as a module. If so, the module will 54 To compile this driver as a module, choose M here: the module 64 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 will 88 This driver can also be built as a module. If so, the module will 150 This driver can also be built as a module. If so, the module 160 This driver can also be built as a module. If so, the module 170 This driver can also be build as a module. If so, the module [all …]
|
| /linux/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 372 To compile this driver as a module, choose M here: the module 385 To compile this driver as a module, choose M here: the module [all …]
|
| /linux/drivers/iio/dac/ |
| A D | Kconfig | 43 To compile this driver as module choose M here: the module will be called 149 To compile this driver as a module, choose M here: the module will be 345 This driver can also be built as a module. If so, the module 398 This driver can also be built as a module. If so, the module 413 This driver can also be built as a module. If so, the module 444 To compile this driver as a module, choose M here: the module 455 To compile this driver as a module, choose M here: the module 465 To compile this driver as a module, choose M here: the module 475 To compile this driver as a module, choose M here: the module 487 This driver can also be built as a module. If so, the module [all …]
|
| /linux/drivers/input/keyboard/ |
| A D | Kconfig | 28 module will be called adc_keys. 37 To compile this driver as a module, choose M here: the module will 71 module will be called amikbd. 89 module will be called applespi. 100 module will be called atakbd. 119 module will be called atkbd. 187 This driver can also be built as a module. If so, the module 222 module will be called lkkbd. 550 To compile this driver as a module, choose M here: the module will 626 To compile this driver as a module, choose M here: the module will be [all …]
|