/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_codec.c | 693 if (!module->jack_mask) in gbaudio_init_jack() 697 module->dev_id); in gbaudio_init_jack() 705 ret = snd_soc_card_jack_new(card, module->jack_name, module->jack_mask, in gbaudio_init_jack() 713 list_add(&module->headset.list, &module->jack_list); in gbaudio_init_jack() 719 module->dev_id); in gbaudio_init_jack() 729 module->button_mask, &module->button.jack, in gbaudio_init_jack() 737 list_add(&module->button.list, &module->jack_list); in gbaudio_init_jack() 817 if (module->num_dais) { in gbaudio_register_module() 820 module->num_dais); in gbaudio_register_module() 834 if (module->controls) in gbaudio_register_module() [all …]
|
A D | audio_topology.c | 47 return module; in find_gb_module() 199 if (!module) in gbcodec_mixer_ctl_info() 227 if (!module) in gbcodec_mixer_ctl_get() 289 if (!module) in gbcodec_mixer_ctl_put() 1315 devm_kfree(module->dev, module->dapm_routes); in gbaudio_tplg_process_routes() 1329 module->control_offset = module->dai_offset + in gbaudio_tplg_process_header() 1331 module->widget_offset = module->control_offset + in gbaudio_tplg_process_header() 1333 module->route_offset = module->widget_offset + in gbaudio_tplg_process_header() 1419 devm_kfree(module->dev, module->controls); in gbaudio_tplg_release() 1435 devm_kfree(module->dev, module->dapm_widgets); in gbaudio_tplg_release() [all …]
|
A D | audio_manager_module.c | 70 kfree(module); in gb_audio_module_release() 176 module->desc.ip_devices); in send_add_uevent() 178 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_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_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/include/linux/ |
A D | module.h | 42 struct module; 610 extern void __module_get(struct module *module); 614 extern bool try_module_get(struct module *module); 616 extern void module_put(struct module *module); 621 return !module || module_is_live(module); in try_module_get() 623 static inline void module_put(struct module *module) in module_put() argument 626 static inline void __module_get(struct module *module) in __module_get() argument 662 return module && module->async_probe_requested; in module_requested_async_probing() 734 static inline void __module_get(struct module *module) in __module_get() argument 743 static inline void module_put(struct module *module) in module_put() argument [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 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/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_env.c | 192 mlxsw_reg_mcia_pack(mcia_pl, module, 0, in mlxsw_env_module_temp_thresholds_get() 400 mlxsw_reg_pmaos_pack(pmaos_pl, module); in mlxsw_env_module_reset() 466 mlxsw_reg_mcion_pack(mcion_pl, module); in mlxsw_env_get_module_power_mode() 489 u8 module, bool enable) in mlxsw_env_module_enable_set() argument 494 mlxsw_reg_pmaos_pack(pmaos_pl, module); in mlxsw_env_module_enable_set() 504 u8 module, bool low_power) in mlxsw_env_module_low_power_set() argument 509 mlxsw_reg_pmmp_pack(pmmp_pl, module); in mlxsw_env_module_low_power_set() 522 u8 module, bool low_power, in __mlxsw_env_set_module_power_mode() argument 596 u8 module, in mlxsw_env_module_has_temp_sensor() argument 787 u8 module; member [all …]
|
/linux/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/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 will 86 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 will 104 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. 33 module will be called gspca_benq. 42 module will be called gspca_conex. 53 module will be called gspca_cpia1. 63 module will be called gspca_dtcs033. 72 module will be called gspca_etoms. 109 module will be called gspca_kinect. 127 module will be called gspca_mars. 145 module will be called gspca_nw80x. 155 module will be called gspca_ov519. [all …]
|
/linux/scripts/ |
A D | decode_stacktrace.sh | 98 if [[ $module == "" ]] ; then 108 modcache[$module]=$objfile 136 cache[$module,$name]="$base_addr" 156 cache[$module,$address]=$code 205 module="" 244 module=${words[$last]} 245 module=${module#\[} 246 module=${module%\]} 247 modbuildid=${module#* } 248 module=${module% *} [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 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 651 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. 401 module will be called goodix. 498 module will be called gunze. 534 module will be called elo. 557 To compile this driver as a module, choose M here: the module 674 module will be called mk712. 952 To compile this driver as a module, choose M here: the module will be [all …]
|
/linux/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/drivers/media/i2c/ |
A D | Kconfig | 47 module will be called tvaudio. 56 module will be called tda7432. 65 module will be called tda9840. 98 module will be called tea6420. 107 module will be called msp3400. 117 module will be called cs3308. 127 module will be called cs5345. 165 module will be called wm8775. 175 module will be called wm8739. 308 module will be called bt819. [all …]
|
/linux/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/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 308 To compile this driver as a module, choose M here: the module 321 To compile this driver as a module, choose M here: the module [all …]
|
/linux/drivers/hwmon/ |
A D | Kconfig | 23 This support can also be built as a module. If so, the module 53 This driver can also be built as a module. If so, the module 67 This driver can also be built as a module. If so, the module 77 This driver can also be built as a module. If so, the module 87 This driver can also be built as a module. If so, the module 97 This driver can also be built as a module. If so, the module 108 This driver can also be built as a module. If so, the module 119 This driver can also be built as a module. If so, the module 130 This driver can also be built as a module. If so, the module 141 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 68 module will be called amikbd. 86 module will be called applespi. 97 module will be called atakbd. 115 module will be called atkbd. 183 This driver can also be built as a module. If so, the module 218 module will be called lkkbd. 554 To compile this driver as a module, choose M here: the module will 630 To compile this driver as a module, choose M here: the module will be [all …]
|
/linux/drivers/iio/adc/ |
A D | Kconfig | 39 To compile this driver as a module, choose M here: the module will be 64 To compile this driver as a module, choose M here: the module will be 790 This driver can also be built as a module. If so, the module 812 To compile this driver as a module, choose M here: the module 884 This driver can also be built as a module. If so, the module 917 This driver can also be built as a module. If so, the module 940 This driver can also be built as a module. If so, the module 957 This driver can also be built as a module. If so, the module 967 This driver can also be built as a module. If so, the module 979 This driver can also be built as a module. If so, the module [all …]
|
/linux/drivers/iio/light/ |
A D | Kconfig | 20 To compile this driver as a module, choose M here: the module will 32 This driver can also be built as a module. If so, the module 101 This driver can also be built as a module. If so, the module 111 To compile this driver as a module, choose M here: the module will 219 To compile this driver as a module, choose M here: the module 332 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 448 To compile this driver as a module, choose M here: the module 470 This driver can also be built as a module. If so, the module 482 This driver can also be built as a module. If so, the module [all …]
|
/linux/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 …]
|