Home
last modified time | relevance | path

Searched full:module (Results 1 – 25 of 7740) sorted by relevance

12345678910>>...310

/linux/drivers/iio/adc/
H A DKconfig22 To compile this driver as a module, choose M here: the module will be
56 To compile this driver as a module, choose M here: the module will be
70 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
99 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
130 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
178 To compile this driver as a module, choose M here: the module will be
[all …]
/linux/drivers/media/usb/gspca/
H A DKconfig17 module will be called gspca_main.
27 To compile this driver as a module, choose M here: the
28 module will be called gspca_benq.
36 To compile this driver as a module, choose M here: the
37 module will be called gspca_conex.
47 To compile this driver as a module, choose M here: the
48 module will be called gspca_cpia1.
57 To compile this driver as a module, choose M here: the
58 module will be called gspca_dtcs033.
66 To compile this driver as a module, choose M here: the
[all …]
/linux/drivers/greybus/
H A Dmodule.c3 * Greybus Module code
16 struct gb_module *module = to_gb_module(dev); in eject_store() local
29 for (i = 0; i < module->num_interfaces; ++i) { in eject_store()
30 intf = module->interfaces[i]; in eject_store()
41 ret = gb_svc_intf_eject(module->hd->svc, module->module_id); in eject_store()
52 struct gb_module *module = to_gb_module(dev); in module_id_show() local
54 return sprintf(buf, "%u\n", module->module_id); in module_id_show()
61 struct gb_module *module = to_gb_module(dev); in num_interfaces_show() local
63 return sprintf(buf, "%zu\n", module->num_interfaces); in num_interfaces_show()
73 ATTRIBUTE_GROUPS(module);
[all …]
/linux/drivers/rtc/
H A DKconfig158 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
244 This driver can also be built as a module. If so, the module will
254 This driver can also be built as a module. If so, the module
[all …]
/linux/sound/pci/
H A DKconfig21 To compile this as a module, choose M here: the module
33 To compile this driver as a module, choose M here: the module
48 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
85 To compile this driver as a module, choose M here: the module
95 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
124 To compile this driver as a module, choose M here: the module
139 To compile this driver as a module, choose M here: the module
[all …]
/linux/drivers/iio/accel/
H A DKconfig18 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
47 for the core module.
58 To compile this driver as a module, choose M here: the module
60 for the core module.
75 To compile this driver as a module, choose M here: the module
77 for the core module.
89 To compile this driver as a module, choose M here: the module
91 for the core module.
[all …]
/linux/net/sched/
H A DKconfig59 To compile this code as a module, choose M here: the
60 module will be called sch_htb.
68 To compile this code as a module, choose M here: the
69 module will be called sch_hfsc.
77 To compile this code as a module, choose M here: the
78 module will be called sch_prio.
86 To compile this code as a module, choose M here: the
87 module will be called sch_multiq.
97 To compile this code as a module, choose M here: the
98 module will be called sch_red.
[all …]
/linux/drivers/staging/greybus/
H A Daudio_codec.c8 #include <linux/module.h>
22 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, "reg_cport failed:%d\n", ret); in gbaudio_module_enable_tx()
81 dev_dbg(module->dev, "Dynamic Register %d DAI\n", cportid); in gbaudio_module_enable_tx()
91 ret = gb_audio_gb_set_pcm(module->mgmt_connection, data_cport, in gbaudio_module_enable_tx()
94 dev_err_ratelimited(module in gbaudio_module_enable_tx()
125 gbaudio_module_disable_tx(struct gbaudio_module_info * module,int id) gbaudio_module_disable_tx() argument
172 gbaudio_module_enable_rx(struct gbaudio_codec_info * codec,struct gbaudio_module_info * module,int id) gbaudio_module_enable_rx() argument
252 gbaudio_module_disable_rx(struct gbaudio_module_info * module,int id) gbaudio_module_disable_rx() argument
300 gbaudio_module_update(struct gbaudio_codec_info * codec,struct snd_soc_dapm_widget * w,struct gbaudio_module_info * module,int enable) gbaudio_module_update() argument
399 struct gbaudio_module_info *module; gbcodec_hw_params() local
500 struct gbaudio_module_info *module = NULL, *iter; gbcodec_prepare() local
568 struct gbaudio_module_info *module = NULL, *iter; gbcodec_mute_stream() local
690 gbaudio_init_jack(struct gbaudio_module_info * module,struct snd_soc_card * card) gbaudio_init_jack() argument
806 gbaudio_register_module(struct gbaudio_module_info * module) gbaudio_register_module() argument
915 gbaudio_codec_cleanup(struct gbaudio_module_info * module) gbaudio_codec_cleanup() argument
933 gbaudio_unregister_module(struct gbaudio_module_info * module) gbaudio_unregister_module() argument
[all...]
H A Daudio_topology.c26 struct gbaudio_module_info *module; in find_gb_module() local
34 dev_dbg(codec->dev, "%s:Find module#%d\n", __func__, dev_id); in find_gb_module()
37 list_for_each_entry(module, &codec->module_list, list) { in find_gb_module()
38 if (module->dev_id == dev_id) { in find_gb_module()
40 return module; in find_gb_module()
44 dev_warn(codec->dev, "%s: module#%d missing in codec list\n", name, in find_gb_module()
49 static const char *gbaudio_map_controlid(struct gbaudio_module_info *module, in gbaudio_map_controlid() argument
57 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlid()
66 list_for_each_entry(control, &module->widget_ctl_list, list) { in gbaudio_map_controlid()
78 static int gbaudio_map_controlname(struct gbaudio_module_info *module, in gbaudio_map_controlname() argument
93 gbaudio_map_wcontrolname(struct gbaudio_module_info * module,const char * name) gbaudio_map_wcontrolname() argument
107 gbaudio_map_widgetname(struct gbaudio_module_info * module,const char * name) gbaudio_map_widgetname() argument
121 gbaudio_map_widgetid(struct gbaudio_module_info * module,__u8 widget_id) gbaudio_map_widgetid() argument
165 struct gbaudio_module_info *module; gbcodec_mixer_ctl_info() local
216 struct gbaudio_module_info *module; gbcodec_mixer_ctl_get() local
278 struct gbaudio_module_info *module; gbcodec_mixer_ctl_put() local
380 struct gbaudio_module_info *module; gbcodec_mixer_dapm_ctl_get() local
429 struct gbaudio_module_info *module; gbcodec_mixer_dapm_ctl_put() local
550 struct gbaudio_module_info *module; gbcodec_enum_ctl_get() local
595 struct gbaudio_module_info *module; gbcodec_enum_ctl_put() local
713 struct gbaudio_module_info *module; gbcodec_enum_dapm_ctl_get() local
761 struct gbaudio_module_info *module; gbcodec_enum_dapm_ctl_put() local
929 struct gbaudio_module_info *module; gbaudio_widget_event() local
1012 gbaudio_tplg_create_widget(struct gbaudio_module_info * module,struct snd_soc_dapm_widget * dw,struct gb_audio_widget * w,int * w_size) gbaudio_tplg_create_widget() argument
1138 gbaudio_tplg_process_kcontrols(struct gbaudio_module_info * module,struct gb_audio_control * controls) gbaudio_tplg_process_kcontrols() argument
1212 gbaudio_tplg_process_widgets(struct gbaudio_module_info * module,struct gb_audio_widget * widgets) gbaudio_tplg_process_widgets() argument
1261 gbaudio_tplg_process_routes(struct gbaudio_module_info * module,struct gb_audio_route * routes) gbaudio_tplg_process_routes() argument
1322 gbaudio_tplg_process_header(struct gbaudio_module_info * module,struct gb_audio_topology * tplg_data) gbaudio_tplg_process_header() argument
1348 gbaudio_tplg_parse_data(struct gbaudio_module_info * module,struct gb_audio_topology * tplg_data) gbaudio_tplg_parse_data() argument
1407 gbaudio_tplg_release(struct gbaudio_module_info * module) gbaudio_tplg_release() argument
[all...]
H A DKconfig11 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 …]
H A Daudio_manager.c10 #include <linux/module.h>
27 struct gb_audio_manager_module *module; in gb_audio_manager_get_locked() local
32 list_for_each_entry(module, &modules_list, list) { in gb_audio_manager_get_locked()
33 if (module->id == id) in gb_audio_manager_get_locked()
34 return module; in gb_audio_manager_get_locked()
43 struct gb_audio_manager_module *module; in gb_audio_manager_add() local
51 err = gb_audio_manager_module_create(&module, manager_kset, in gb_audio_manager_add()
60 list_add_tail(&module->list, &modules_list); in gb_audio_manager_add()
63 return module->id; in gb_audio_manager_add()
69 struct gb_audio_manager_module *module; in gb_audio_manager_remove() local
[all …]
/linux/drivers/usb/serial/
H A DKconfig18 To compile this driver as a module, choose M here: the
19 module will be called usbserial.
52 support" be compiled as a module for this driver to be used
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
93 To compile this driver as a module, choose M here: the
94 module will be called ark3116
103 To compile this driver as a module, choose M here: the
104 module will be called belkin_sa.
112 To compile this driver as a module, choose M here: the
[all …]
/linux/drivers/iio/dac/
H A DKconfig17 To compile this driver as a module, choose M here: the
18 module will be called ad3530r.
32 To compile this driver as a module, choose M here: the
33 module will be called ad3552r-hs.
48 To compile this driver as a module, choose M here: the
49 module will be called ad3552r.
62 To compile this driver as a module, choose M here: the
63 module will be called ad5064.
73 To compile this driver as module choose M here: the module will be called
86 To compile this driver as module choose M here: the module will be called
[all …]
/linux/sound/isa/
H A DKconfig39 To compile this driver as a module, choose M here: the module
54 To compile this driver as a module, choose M here: the module
67 To compile this driver as a module, choose M here: the module
82 To compile this driver as a module, choose M here: the module
95 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
122 To compile this driver as a module, choose M here: the module
134 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
158 To compile this driver as a module, choose M here: the module
[all …]
/linux/Documentation/sound/
H A Dalsa-configuration.rst29 Module parameters
32 The user can load modules with options. If the module supports more than
37 Module snd
40 The core ALSA module. It is used by all ALSA card drivers.
54 See `Module Autoloading Support`_ section for details.
61 /sys/module/snd/parameters/debug file.
63 Module snd-pcm-oss
66 The PCM OSS emulation module.
67 This module takes options which change the mapping of devices.
90 Module snd-rawmidi
[all …]
/linux/drivers/input/joystick/
H A DKconfig33 To compile this driver as a module, choose M here: the
34 module will be called analog.
43 To compile this driver as a module, choose M here: the
44 module will be called a3d.
54 To compile this driver as a module, choose M here: the
55 module will be called adc-joystick.
60 depends on ADI!=m # avoid module name conflict
65 To compile this driver as a module, choose M here: the
66 module will be called adi.
74 To compile this driver as a module, choose M here: the
[all …]
/linux/samples/rust/
H A DKconfig19 To compile this as a module, choose M here:
20 the module will be called rust_configfs.
27 This option builds the Rust minimal module sample.
29 To compile this as a module, choose M here:
30 the module will be called rust_minimal.
39 To compile this as a module, choose M here:
40 the module will be called rust_misc_device.
49 To compile this as a module, choose M here:
50 the module will be called rust_print.
60 To compile this as a module, choose M here:
[all …]
/linux/drivers/nvmem/
H A DKconfig39 This driver can also be built as a module. If so, the module will
50 This driver can also be built as a module. If so, the module will
63 This driver can also be built as a module. If so, the module
75 This driver can also be built as a module. If so, the module
88 tristate "i.MX IC Identification Module support"
91 This is a driver for the IC Identification Module (IIM) available on
95 This driver can also be built as a module. If so, the module
107 This driver can also be built as a module. If so, the module
136 To compile this driver as a module, choose M here: the module
157 This driver can also be built as a module. If so, the module
[all …]
/linux/kernel/module/
H A Dinternal.h2 /* Module internals
11 #include <linux/module.h>
66 /* pointer to module in temporary copy, freed at end of load_module() */
67 struct module *mod;
109 struct module *owner;
119 struct module *source, *target;
123 int try_to_force_load(struct module *mod, const char *reason);
125 struct module *find_module_all(const char *name, size_t len, bool even_unformed);
127 long module_get_offset_and_type(struct module *mod, enum mod_mem_type type,
129 char *module_flags(struct module *mod, char *buf, bool show_state);
[all …]
H A DKconfig3 bool "Enable loadable module support"
30 bool "Module debugging"
39 bool "Module statistics"
43 This option allows you to maintain a record of module statistics.
47 existing module taking too long to load or that module was already
53 optimize userspace / kernel space module autoloading schemes.
59 module .text ELF section optimization.
66 Module autoloading allows in-kernel code to request modules through
68 modprobe. Although modprobe checks to see if a module is already
69 loaded before trying to load a module there is a small time window in
[all …]
/linux/drivers/watchdog/
H A DKconfig160 To compile this driver as a module, choose M here: the
161 module will be called softdog.
181 watchdog. Alternatively say M to compile the driver as a module,
194 Alternatively say M to compile the driver as a module,
205 To compile this driver as a module, choose M here: the
206 module will be called cros_ec_wdt.
217 Alternatively say M to compile the driver as a module,
228 This driver can also be built as a module. If so, the module
239 This driver can be built as a module. The module name is da9063_wdt.
249 This driver can be built as a module. The module name is da9062_wdt.
[all …]
/linux/tools/testing/selftests/cpufreq/
H A Dmodule.sh18 # $1: module
23 printf "Inserting $1 module\n"
24 # insert module
30 printf "Removing $1 module\n"
31 # remove module
40 # Insert cpufreq driver module and perform basic tests
41 # $1: cpufreq-driver module to insert
53 # insert module
54 printf "Inserting $1 module\n\n"
70 # remove module
[all …]
/linux/drivers/iio/pressure/
H A DKconfig16 To compile this driver as a module, choose M here: the module
44 To compile this driver as a module, choose M here: the core module
67 To compile this driver as a module, choose M here: the module
79 To compile this driver as a module, choose M here: the module
90 This driver can also be built as a module. If so, the module will be
103 To compile this driver as a module, choose M here: the module
114 To compile this driver as a module, choose M here: the module
128 To compile this driver as a module, choose M here: the module
149 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
[all …]
/linux/drivers/iio/proximity/
H A DKconfig17 To compile this driver as a module, choose M here: the
18 module will be called as3935
32 To compile this driver as a module, choose M here: the
33 module will be called cros_ec_mkbp_proximity.
41 To compile this driver as a module, choose M here: the module will be
55 To compile this driver as a module, choose M here: the
56 module will be called hx9023s.
67 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 module will be
92 To compile this driver as a module, choose M here: the
[all …]
/linux/drivers/iio/chemical/
H A DKconfig16 To compile this driver as module, choose M here: the module will be
33 To compile this driver as module, choose M here: the
34 module will be called atlas-ph-sensor.
44 To compile this driver as module, choose M here: the
45 module will be called atlas-ezo-sensor.
59 This driver can also be built as a module. If so, the module for I2C
92 This driver can also be built as a module. If so, the module for I2C
118 To compile this driver as a module, choose M here: the module will
130 To compile this driver as a module, choose M here: the module will
141 To compile this driver as a module, choose M here: the module will
[all …]

12345678910>>...310