| /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 …]
|
| /drivers/staging/greybus/ |
| 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_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_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 …]
|
| /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 …]
|
| /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 85 This driver can also be built as a module. If so, the module will 94 This driver can also be built as a module. If so, the module will 103 This driver can also be built as a module. If so, the module will 113 This driver can also be built as a module. If so, the module [all …]
|
| /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 …]
|
| /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 682 To compile this driver as a module, choose M here: the module [all …]
|
| /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. 116 module will be called apple_z2. 399 module will be called goodix. 529 module will be called gunze. 565 module will be called elo. 588 To compile this driver as a module, choose M here: the module 714 module will be called mk712. [all …]
|
| /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. 150 module will be called imx214. 160 module will be called imx219. [all …]
|
| /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 75 To compile this driver as a module, choose M here: the module 85 To compile this driver as a module, choose M here: the module 97 To compile this driver as a module, choose M here: the module 110 To compile this driver as a module, choose M here: the module 133 To compile this driver as a module, choose M here: the module 145 To compile this driver as a module, choose M here: the module 156 To compile this driver as a module, choose M here: the module 166 To compile this driver as a module, choose M here: the module [all …]
|
| /drivers/iio/adc/ |
| A D | Kconfig | 43 To compile this driver as a module, choose M here: the module will be 57 To compile this driver as a module, choose M here: the module will be 71 To compile this driver as a module, choose M here: the module will be 1093 This driver can also be built as a module. If so, the module 1158 This driver can also be built as a module. If so, the module 1168 This driver can also be built as a module. If so, the module 1181 This driver can also be built as a module. If so, the module 1192 This driver can also be built as a module. If so, the module 1298 This driver can also be built as a module. If so, the module 1359 This driver can also be built as a module. If so, the module [all …]
|
| /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 85 This driver can also be built as a module. If so, the module 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 116 This driver can also be built as a module. If so, the module 127 This driver can also be built as a module. If so, the module 138 This driver can also be built as a module. If so, the module 180 If built as a module, the module will be called adt7x10. [all …]
|
| /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 212 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 233 This driver can also be built as a module. If so, the module 254 This driver can also be built as a module. If so, the module 274 This driver can also be built as a module. If so, the module [all …]
|
| /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 72 module will be called amikbd. 90 module will be called applespi. 101 module will be called atakbd. 120 module will be called atkbd. 188 This driver can also be built as a module. If so, the module 223 module will be called lkkbd. 551 To compile this driver as a module, choose M here: the module will 627 To compile this driver as a module, choose M here: the module will be [all …]
|
| /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 …]
|
| /drivers/char/hw_random/ |
| A D | Kconfig | 47 module will be called intel-rng. 61 module will be called amd-rng. 74 module will be called airoha-rng. 87 module will be called atmel-rng. 99 module will be called ba431-rng. 164 module will be called n2-rng. 177 module will be called via-rng. 383 module will be called st-rng. 503 To compile this driver as a module, choose M here: the module 517 To compile this driver as a module, choose M here: the module [all …]
|
| /drivers/iio/dac/ |
| A D | Kconfig | 73 To compile this driver as module choose M here: the module will be called 179 To compile this driver as a module, choose M here: the module will be 399 This driver can also be built as a module. If so, the module 452 This driver can also be built as a module. If so, the module 467 This driver can also be built as a module. If so, the module 498 To compile this driver as a module, choose M here: the module 509 To compile this driver as a module, choose M here: the module 519 To compile this driver as a module, choose M here: the module 529 To compile this driver as a module, choose M here: the module 541 This driver can also be built as a module. If so, the module [all …]
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | core_env.c | 413 module, offset, in mlxsw_env_get_module_eeprom() 574 u8 module) in mlxsw_env_module_reset() argument 640 u8 module, in mlxsw_env_get_module_power_mode() argument 804 u8 module, in mlxsw_env_set_module_power_mode() argument 1020 u8 module; member 1040 event->module); in mlxsw_env_pmpe_event_work() 1089 event->module = module; in mlxsw_env_pmpe_listener_func() 1153 u8 module) in mlxsw_env_module_port_map() argument 1166 u8 module) in mlxsw_env_module_port_unmap() argument 1179 u8 module) in mlxsw_env_module_port_up() argument [all …]
|
| /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 135 This driver can also be built as a module. If so, the module 265 To compile this driver as a module, choose M here: the module 405 This driver can also be built as a module. If so, the module 419 This driver can also be built as a module. If so, the module 520 This driver can also be built as a module. If so, the module 570 To compile this driver as a module, choose M here: the module 592 This driver can also be built as a module. If so, the module 604 This driver can also be built as a module. If so, the module [all …]
|
| /drivers/input/joystick/ |
| A D | Kconfig | 34 module will be called analog. 44 module will be called a3d. 66 module will be called adi. 75 module will be called cobra. 85 module will be called gf2k. 95 module will be called grip. 145 module will be called tmdc. 234 module will be called db9. 307 module will be called xpad. 344 To compile this as a module choose M here: the module will be called [all …]
|
| /drivers/usb/serial/ |
| A D | Kconfig | 19 module will be called usbserial. 76 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 module will be called ark3116 113 module will be called ch341. 143 module will be called cp210x. 168 module will be called empeg. 192 module will be called visor. 203 module will be called ipaq. 248 module will be called io_ti. [all …]
|