Home
last modified time | relevance | path

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

12345678910>>...87

/linux/drivers/greybus/
H A Dmodule.c16 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);
77 struct gb_module *module = to_gb_module(dev); in gb_module_release() local
[all …]
/linux/scripts/
H A Ddecode_stacktrace.sh99 # Only using debuginfod so don't try to find vmlinux module path
115 for fn in $(find "$dir" -name "${module//_/[-_]}.ko*") ; do
126 echo "WARNING! No debugging info in module ${module}, rebuild with DEBUG_KERNEL and DEBUG_INFO" >&2
128 echo "WARNING! Cannot find .ko for module ${module}, please pass a valid module path" >&2
141 if [[ $module == "" ]] ; then
143 elif [[ $aarray_support == true && "${modcache[$module]+isset}" == "isset" ]]; then
144 local objfile=${modcache[$module]}
[all...]
/linux/drivers/staging/greybus/
H A Daudio_module.c20 static int gbaudio_request_jack(struct gbaudio_module_info *module, in gbaudio_request_jack() argument
24 struct snd_jack *jack = module->headset.jack.jack; in gbaudio_request_jack()
25 struct snd_jack *btn_jack = module->button.jack.jack; in gbaudio_request_jack()
28 dev_err_ratelimited(module->dev, in gbaudio_request_jack()
34 dev_warn_ratelimited(module->dev, in gbaudio_request_jack()
39 module->jack_type = 0; in gbaudio_request_jack()
40 if (btn_jack && module->button_status) { in gbaudio_request_jack()
41 snd_soc_jack_report(&module->button.jack, 0, in gbaudio_request_jack()
42 module->button_mask); in gbaudio_request_jack()
43 module->button_status = 0; in gbaudio_request_jack()
[all …]
/linux/drivers/comedi/
H A 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
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 …]
/linux/drivers/input/misc/
H A DKconfig23 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
60 To compile this driver as a module, choose M here: the
61 module will be called ad714x.
70 To compile this driver as a module, choose M here: the
71 module will be called ad714x-i2c.
80 To compile this driver as a module, choose M here: the
81 module will be called ad714x-spi.
91 To compile this driver as a module, choose M here: the module
[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, choos
[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/input/touchscreen/
H A DKconfig24 To compile this driver as a module, choose M here: the
25 module will be called 88pm860x-ts.
43 To compile this driver as a module, choose M here: the
44 module will be called ads7846.
56 To compile this driver as a module, choose M here: the
57 module will be called ad7877.
67 To compile this driver as a module, choose M here: the
68 module will be called ad7879.
77 To compile this driver as a module, choose M here: the
78 module will be called ad7879-i2c.
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_env.h13 u8 slot_index, int module, int off,
18 int module, struct ethtool_modinfo *modinfo);
22 int module, struct ethtool_eeprom *ee,
27 u8 slot_index, u8 module,
33 u8 slot_index, u8 module,
39 u8 module, u32 *flags);
43 u8 module,
49 u8 module,
55 u8 module, u64 *p_counter);
58 u8 module);
[all …]
H A Dcore_env.c60 u8 slot_index, u8 module) in mlxsw_env_module_info_get() argument
64 return &mlxsw_env->line_cards[slot_index]->module_info[module]; in mlxsw_env_module_info_get()
68 u8 slot_index, u8 module) in __mlxsw_env_validate_module_type() argument
77 module_info = mlxsw_env_module_info_get(core, slot_index, module); in __mlxsw_env_validate_module_type()
90 u8 slot_index, u8 module) in mlxsw_env_validate_module_type() argument
96 err = __mlxsw_env_validate_module_type(core, slot_index, module); in mlxsw_env_validate_module_type()
147 int module, u16 offset, u16 size, void *data, in mlxsw_env_query_module_eeprom() argument
189 mlxsw_reg_mcia_pack(mcia_pl, slot_index, module, page, offset, size, in mlxsw_env_query_module_eeprom()
209 int module, int off, int *temp) in mlxsw_env_module_temp_thresholds_get() argument
224 MLXSW_REG_MTMP_MODULE_INDEX_MIN + module, false, in mlxsw_env_module_temp_thresholds_get()
[all …]
/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
75 To compile this driver as a module, choose M here: the module will be
89 To compile this driver as a module, choose M here: the module will be
103 To compile this driver as a module, choose M here: the module will be
119 To compile this driver as a module, choose M here: the module will be
131 To compile this driver as a module, choose M here: the module will be
146 To compile this driver as a module, choose M here: the module will be
162 To compile this driver as a module, choose M here: the module will be
177 To compile this driver as a module, choose M here: the module will be
[all …]
/linux/Documentation/ABI/stable/
H A Dsysfs-module1 The /sys/module tree consists of the following structure:
3 What: /sys/module/<MODULENAME>
5 The name of the module that is in the kernel. This
6 module name will always show up if the module is loaded as a
7 dynamic module. If it is built directly into the kernel, it
14 What: /sys/module/<MODULENAME>/parameters
17 individual parameters of the module that are able to be
18 changed at runtime. See the individual module
28 What: /sys/module/<MODULENAME>/refcnt
30 If the module is able to be unloaded from the kernel, this file
[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/drivers/iio/light/
H A DKconfig20 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
43 To compile this driver as a module, choose M here: the
44 module will be called adux1020.
54 To compile this driver as a module, choose M here: the
55 module will be called al3000a.
65 To compile this driver as a module, choose M here: the
66 module will be called al3010.
76 To compile this driver as a module, choose M here: the
77 module will be called al3320a.
[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. INPUT_ADXL34X share compatibles with this
90 To compile this driver as a module, choose M here: the module
92 for the core module. INPUT_ADXL34X share compatibles with this
[all …]
/linux/scripts/gdb/linux/
H A Dmodules.py33 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
55 module = find_module_by_name(mod_name)
56 if module:
57 return module.dereference()
78 for module in module_list():
79 text = module['mem'][constants.LX_MOD_TEXT]
[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
[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/arch/riscv/kernel/
H A Dmodule.c37 int (*reloc_handler)(struct module *me, void *location, Elf_Addr v);
38 int (*accumulate_handler)(struct module *me, void *location,
80 static int apply_r_riscv_32_rela(struct module *me, void *location, Elf_Addr v) in apply_r_riscv_32_rela()
91 static int apply_r_riscv_64_rela(struct module *me, void *location, Elf_Addr v) in apply_r_riscv_64_rela()
97 static int apply_r_riscv_branch_rela(struct module *me, void *location, in apply_r_riscv_branch_rela()
109 static int apply_r_riscv_jal_rela(struct module *me, void *location, in apply_r_riscv_jal_rela()
121 static int apply_r_riscv_rvc_branch_rela(struct module *me, void *location, in apply_r_riscv_rvc_branch_rela()
135 static int apply_r_riscv_rvc_jump_rela(struct module *me, void *location, in apply_r_riscv_rvc_jump_rela()
152 static int apply_r_riscv_pcrel_hi20_rela(struct module *me, void *location, in apply_r_riscv_pcrel_hi20_rela()
167 static int apply_r_riscv_pcrel_lo12_i_rela(struct module *me, void *location, in apply_r_riscv_pcrel_lo12_i_rela()
[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/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/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/gpib/
H A DKconfig22 To compile this driver as a module, choose M here: the module will be
36 To compile this driver as a module, choose M here: the module will be
46 To compile this driver as a module, choose M here: the module will be
59 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
100 To compile this driver as a module, choose M here: the module will be
117 To compile this driver as a module, choose M here: the module will be
129 To compile this driver as a module, choose M here: the module will be
141 To compile this driver as a module, choose M here: the module will be
151 To compile this driver as a module, choose M here: the module will be
[all …]
/linux/arch/arm/mach-omap2/
H A Dcm2xxx_3xxx.h50 static inline u32 omap2_cm_read_mod_reg(s16 module, u16 idx) in omap2_cm_read_mod_reg() argument
52 return readl_relaxed(cm_base.va + module + idx); in omap2_cm_read_mod_reg()
55 static inline void omap2_cm_write_mod_reg(u32 val, s16 module, u16 idx) in omap2_cm_write_mod_reg() argument
57 writel_relaxed(val, cm_base.va + module + idx); in omap2_cm_write_mod_reg()
61 static inline u32 omap2_cm_rmw_mod_reg_bits(u32 mask, u32 bits, s16 module, in omap2_cm_rmw_mod_reg_bits() argument
66 v = omap2_cm_read_mod_reg(module, idx); in omap2_cm_rmw_mod_reg_bits()
69 omap2_cm_write_mod_reg(v, module, idx); in omap2_cm_rmw_mod_reg_bits()
86 static inline u32 omap2_cm_set_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_set_mod_reg_bits() argument
88 return omap2_cm_rmw_mod_reg_bits(bits, bits, module, idx); in omap2_cm_set_mod_reg_bits()
91 static inline u32 omap2_cm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx) in omap2_cm_clear_mod_reg_bits() argument
[all …]

12345678910>>...87