Home
last modified time | relevance | path

Searched refs:module (Results 1 – 25 of 1013) sorted by relevance

12345678910>>...41

/drivers/staging/greybus/
Dmodule.c18 struct gb_module *module = to_gb_module(dev); in eject_store() local
31 for (i = 0; i < module->num_interfaces; ++i) { in eject_store()
32 intf = module->interfaces[i]; in eject_store()
43 ret = gb_svc_intf_eject(module->hd->svc, module->module_id); in eject_store()
54 struct gb_module *module = to_gb_module(dev); in module_id_show() local
56 return sprintf(buf, "%u\n", module->module_id); in module_id_show()
63 struct gb_module *module = to_gb_module(dev); in num_interfaces_show() local
65 return sprintf(buf, "%zu\n", module->num_interfaces); in num_interfaces_show()
75 ATTRIBUTE_GROUPS(module);
79 struct gb_module *module = to_gb_module(dev); in gb_module_release() local
[all …]
Daudio_manager_module.c21 ssize_t (*show)(struct gb_audio_manager_module *module,
24 ssize_t (*store)(struct gb_audio_manager_module *module,
33 struct gb_audio_manager_module *module; in gb_audio_module_attr_show() local
36 module = to_gb_audio_module(kobj); in gb_audio_module_attr_show()
41 return attribute->show(module, attribute, buf); in gb_audio_module_attr_show()
49 struct gb_audio_manager_module *module; in gb_audio_module_attr_store() local
52 module = to_gb_audio_module(kobj); in gb_audio_module_attr_store()
57 return attribute->store(module, attribute, buf, len); in gb_audio_module_attr_store()
67 struct gb_audio_manager_module *module = to_gb_audio_module(kobj); in gb_audio_module_release() local
69 pr_info("Destroying audio module #%d\n", module->id); in gb_audio_module_release()
[all …]
Daudio_codec.c22 find_data(struct gbaudio_module_info *module, int id) in find_data() argument
26 list_for_each_entry(data, &module->data_list, list) { in find_data()
46 struct gbaudio_module_info *module, int id) in gbaudio_module_enable_tx() argument
56 data = find_data(module, id); in gbaudio_module_enable_tx()
58 dev_err(module->dev, "%d:DATA connection missing\n", id); in gbaudio_module_enable_tx()
77 dev_err_ratelimited(module->dev, in gbaudio_module_enable_tx()
83 dev_dbg(module->dev, "Dynamic Register %d DAI\n", cportid); in gbaudio_module_enable_tx()
93 ret = gb_audio_gb_set_pcm(module->mgmt_connection, data_cport, in gbaudio_module_enable_tx()
96 dev_err_ratelimited(module->dev, "set_pcm failed:%d\n", in gbaudio_module_enable_tx()
102 dev_dbg(module->dev, "Dynamic hw_params %d DAI\n", data_cport); in gbaudio_module_enable_tx()
[all …]
Daudio_topology.c34 struct gbaudio_module_info *module; in find_gb_module() local
43 list_for_each_entry(module, &codec->module_list, list) { in find_gb_module()
44 if (module->dev_id == dev_id) { in find_gb_module()
46 return module; in find_gb_module()
55 static const char *gbaudio_map_controlid(struct gbaudio_module_info *module, in gbaudio_map_controlid() argument
63 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlid()
72 list_for_each_entry(control, &module->widget_ctl_list, list) { in gbaudio_map_controlid()
84 static int gbaudio_map_controlname(struct gbaudio_module_info *module, in gbaudio_map_controlname() argument
89 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlname()
94 dev_warn(module->dev, "%s: missing in modules controls list\n", name); in gbaudio_map_controlname()
[all …]
Daudio_manager.c28 struct gb_audio_manager_module *module; in gb_audio_manager_get_locked() local
33 list_for_each_entry(module, &modules_list, list) { in gb_audio_manager_get_locked()
34 if (module->id == id) in gb_audio_manager_get_locked()
35 return module; in gb_audio_manager_get_locked()
44 struct gb_audio_manager_module *module; in gb_audio_manager_add() local
49 err = gb_audio_manager_module_create(&module, manager_kset, in gb_audio_manager_add()
58 list_add_tail(&module->list, &modules_list); in gb_audio_manager_add()
61 return module->id; in gb_audio_manager_add()
67 struct gb_audio_manager_module *module; in gb_audio_manager_remove() local
71 module = gb_audio_manager_get_locked(id); in gb_audio_manager_remove()
[all …]
Daudio_module.c21 static int gbaudio_request_jack(struct gbaudio_module_info *module, in gbaudio_request_jack() argument
25 struct snd_jack *jack = module->headset_jack.jack; in gbaudio_request_jack()
26 struct snd_jack *btn_jack = module->button_jack.jack; in gbaudio_request_jack()
29 dev_err_ratelimited(module->dev, in gbaudio_request_jack()
35 dev_warn_ratelimited(module->dev, in gbaudio_request_jack()
40 module->jack_type = 0; in gbaudio_request_jack()
41 if (btn_jack && module->button_status) { in gbaudio_request_jack()
42 snd_soc_jack_report(&module->button_jack, 0, in gbaudio_request_jack()
43 module->button_mask); in gbaudio_request_jack()
44 module->button_status = 0; in gbaudio_request_jack()
[all …]
DKconfig8 ARA project, a module phone system, but has shown up in other
14 To compile this code as a module, chose M here: the module
27 To compile this code as a module, chose M here: the module
37 To compile this code as a module, chose M here: the module
46 To compile this code as a module, chose M here: the module
56 To compile this code as a module, chose M here: the module
66 To compile this code as a module, chose M here: the module
76 To compile this code as a module, chose M here: the module
86 To compile this code as a module, chose M here: the module
95 To compile this code as a module, chose M here: the module
[all …]
/drivers/staging/comedi/
DKconfig54 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
84 To compile this driver as a module, choose M here: the module will be
93 To compile this driver as a module, choose M here: the module will be
115 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
144 To compile this driver as a module, choose M here: the module will be
167 To compile this driver as a module, choose M here: the module will be
179 To compile this driver as a module, choose M here: the module will be
[all …]
/drivers/clk/ti/
Dclk-3xxx-legacy.c96 .module = TI_CLKM_PRM,
111 .module = TI_CLKM_PRM,
132 .module = TI_CLKM_CM,
161 .module = TI_CLKM_CM,
187 .module = TI_CLKM_CM,
225 .module = TI_CLKM_CM,
240 .module = TI_CLKM_CM,
255 .module = TI_CLKM_CM,
281 .module = TI_CLKM_CM,
303 .module = TI_CLKM_CM,
[all …]
/drivers/media/usb/gspca/
DKconfig16 module will be called gspca_main.
31 To compile this driver as a module, choose M here: the
32 module will be called gspca_benq.
40 To compile this driver as a module, choose M here: the
41 module will be called gspca_conex.
51 To compile this driver as a module, choose M here: the
52 module will be called gspca_cpia1.
61 To compile this driver as a module, choose M here: the
62 module will be called gspca_dtcs033.
70 To compile this driver as a module, choose M here: the
[all …]
/drivers/input/misc/
DKconfig22 To compile this driver as a module, choose M here: the module
32 To compile this driver as a module, choose M here: the module
42 To compile this driver as a module, choose M here: the module
52 To compile this driver as a module, choose M here: the
53 module will be called ad714x.
62 To compile this driver as a module, choose M here: the
63 module will be called ad714x-i2c.
72 To compile this driver as a module, choose M here: the
73 module will be called ad714x-spi.
80 Say Y to enable support for the haptics module in Arizona CODECs.
[all …]
/drivers/pwm/
DKconfig41 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
62 To compile this driver as a module, choose M here: the module
74 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
93 To compile this driver as a module, choose M here: the module
102 To compile this driver as a module, choose M here: the module
111 To compile this driver as a module, choose M here: the module
120 To compile this driver as a module, choose M here: the module
130 To compile this driver as a module, choose M Here: the module
[all …]
/drivers/input/touchscreen/
DKconfig27 To compile this driver as a module, choose M here: the
28 module will be called 88pm860x-ts.
46 To compile this driver as a module, choose M here: the
47 module will be called ads7846.
59 To compile this driver as a module, choose M here: the
60 module will be called ad7877.
70 To compile this driver as a module, choose M here: the
71 module will be called ad7879.
79 To compile this driver as a module, choose M here: the
80 module will be called ad7879-i2c.
[all …]
/drivers/iio/adc/
DKconfig23 To compile this driver as a module, choose M here: the module will be
33 To compile this driver as a module, choose M here: the
34 module will be called ad7291.
45 To compile this driver as a module, choose M here: the
46 module will be called ad7298.
58 To compile this driver as a module, choose M here: the
59 module will be called ad7476.
69 To compile this driver as a module, choose M here: the module will be
80 To compile this driver as a module, choose M here: the
81 module will be called AD7793.
[all …]
/drivers/input/keyboard/
DKconfig27 To compile this driver as a module, choose M here: the
28 module will be called adc_keys.
37 To compile this driver as a module, choose M here: the module will
47 To compile this driver as a module, choose M here: the
48 module will be called adp5588-keys.
57 To compile this driver as a module, choose M here: the
58 module will be called adp5589-keys.
67 To compile this driver as a module, choose M here: the
68 module will be called amikbd.
81 To compile this driver as a module, choose M here: the
[all …]
/drivers/media/i2c/
DKconfig8 tristate "I2C module for IR" if !MEDIA_SUBDRV_AUTOSELECT
21 # Encoder / Decoder module configuration
38 To compile this driver as a module, choose M here: the
39 module will be called tvaudio.
47 To compile this driver as a module, choose M here: the
48 module will be called tda7432.
56 To compile this driver as a module, choose M here: the
57 module will be called tda9840.
65 To compile this driver as a module, choose M here: the
66 module will be called tea6415c.
[all …]
/drivers/hwmon/
DKconfig22 This support can also be built as a module. If so, the module
52 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
81 This driver can also be built as a module. If so, the module
91 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 This driver can also be built as a module. If so, the module
122 This driver can also be built as a module. If so, the module
133 This driver can also be built as a module. If so, the module
144 This driver can also be built as a module. If so, the module
[all …]
/drivers/iio/light/
DKconfig18 To compile this driver as a module, choose M here: the module will
30 This driver can also be built as a module. If so, the module
40 To compile this driver as a module, choose M here: the
41 module will be called al3320a.
50 To compile this driver as a module, choose M here: the
51 module will be called apds9300.
63 To compile this driver as a module, choose M here: the
64 module will be called apds9960
73 To compile this driver as a module, choose M here: the module will
83 To compile this driver as a module, choose M here: the module will
[all …]
/drivers/iio/dac/
DKconfig18 To compile this driver as a module, choose M here: the
19 module will be called ad5064.
29 To compile this driver as module choose M here: the module will be called
42 To compile this driver as module choose M here: the module will be called
52 To compile this driver as module choose M here: the module will be called
64 To compile this driver as a module, choose M here: the
65 module will be called ad5446.
74 To compile this driver as a module, choose M here: the
75 module will be called ad5449.
89 To compile this driver as a module, choose M here: the
[all …]
/drivers/char/hw_random/
DKconfig11 To compile this driver as a module, choose M here: the
12 module will be called rng-core. This provides a device
34 To compile this driver as a module, choose M here: the
35 module will be called timeriomem-rng.
47 To compile this driver as a module, choose M here: the
48 module will be called intel-rng.
60 To compile this driver as a module, choose M here: the
61 module will be called amd-rng.
73 To compile this driver as a module, choose M here: the
74 module will be called atmel-rng.
[all …]
/drivers/acpi/acpica/
Duttrack.c72 u32 component, const char *module, u32 line);
76 u32 component, const char *module, u32 line);
126 u32 component, const char *module, u32 line) in acpi_ut_allocate_and_track() argument
134 ACPI_WARNING((module, line, in acpi_ut_allocate_and_track()
145 ACPI_WARNING((module, line, in acpi_ut_allocate_and_track()
153 component, module, line); in acpi_ut_allocate_and_track()
189 const char *module, u32 line) in acpi_ut_allocate_zeroed_and_track() argument
197 ACPI_WARNING((module, line, in acpi_ut_allocate_zeroed_and_track()
209 ACPI_ERROR((module, line, in acpi_ut_allocate_zeroed_and_track()
215 ACPI_MEM_CALLOC, component, module, in acpi_ut_allocate_zeroed_and_track()
[all …]
/drivers/rtc/
DKconfig143 This driver can also be built as a module. If so, the module
157 This driver can also be built as a module. If so, the module
167 This driver can also be built as a module. If so, the module
177 This driver can also be built as a module. If so, the module
187 This driver can also be built as a module. If so, the module
197 This driver can also be built as a module. If so, the module
207 This driver can also be built as a module. If so, the module
225 This driver can also be built as a module. If so, the module
258 This driver can also be built as a module. If so, the module
275 This driver can also be built as a module. If so, the module
[all …]
/drivers/hwmon/pmbus/
DKconfig12 This driver can also be built as a module. If so, the module will
26 This driver can also be built as a module. If so, the module will
37 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
58 This driver can also be built as a module. If so, the module will
75 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 will
105 This driver can also be built as a module. If so, the module will
115 This driver can also be built as a module. If so, the module will
[all …]
/drivers/input/joystick/
DKconfig31 To compile this driver as a module, choose M here: the
32 module will be called analog.
41 To compile this driver as a module, choose M here: the
42 module will be called a3d.
51 To compile this driver as a module, choose M here: the
52 module will be called adi.
60 To compile this driver as a module, choose M here: the
61 module will be called cobra.
70 To compile this driver as a module, choose M here: the
71 module will be called gf2k.
[all …]
/drivers/iio/accel/
DKconfig17 To compile this driver as a module, choose M here: the
18 module will be called bma180.
29 To compile this driver as a module, choose M here: the
30 module will be called bma220_spi.
43 This is a combo module with both accelerometer and magnetometer.
63 To compile this driver as a module, choose M here: the
64 module will be called dmard06.
73 Choosing M will build the driver as a module. If so, the module
87 To compile this driver as a module, choose M here: the
88 module will be called hid-sensor-accel-3d.
[all …]

12345678910>>...41