Home
last modified time | relevance | path

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

12345678910>>...315

/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->dev, "set_pcm failed:%d\n", ret); in gbaudio_module_enable_tx()
[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
[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/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/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/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/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/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/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/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 …]
/linux/drivers/input/serio/
H A DKconfig17 To compile this driver as a module, choose M here: the
18 module will be called serio.
40 To compile this driver as a module, choose M here: the
41 module will be called i8042.
55 To compile this driver as a module, choose M here: the
56 module will be called serport.
68 To compile this driver as a module, choose M here: the
69 module will be called ct82c710.
86 To compile this driver as a module, choose M here: the
87 module will be called parkbd.
[all …]
/linux/scripts/gdb/linux/
H A Dmodules.py4 # module tools
19 module_type = utils.CachedType("struct module")
33 for module in lists.list_for_each_entry(modules, module_ptr_type, "list"):
34 yield module
38 for module in module_list():
39 if module['name'].string() == name:
40 return module
45 """Find module by name and return the module variable.
47 $lx_module("MODULE"): Given the name MODULE, iterate over all loaded modules
48 of the target and return that module variable which MODULE matches."""
[all …]
/linux/drivers/iio/potentiometer/
H A DKconfig16 To compile this driver as a module, choose M here: the
17 module will be called ad5110.
26 To compile this driver as a module, choose M here: the
27 module will be called ad5272.
36 To compile this driver as a module, choose M here: the
37 module will be called ds1803.
47 To compile this driver as a module, choose M here: the
48 module will be called max5432.
58 To compile this driver as a module, choose M here: the
59 module will be called max5481.
[all …]
/linux/drivers/platform/chrome/
H A DKconfig27 The module will be called chromeos_acpi.
37 The module will be called chromeos_laptop.
43 This module instantiates the persistent storage on x86 ChromeOS
51 The module will be called chromeos_pstore.
61 To compile this driver as a module, choose M here: the
62 module will be called chromeos_tbmc.
85 To compile this driver as a module, choose M here: the
86 module will be called cros_ec.
107 To compile this driver as a module, choose M here: the
108 module will be called cros_ec_rpmsg.
[all …]

12345678910>>...315