/Linux-v4.19/drivers/staging/greybus/ |
D | module.c | 17 struct gb_module *module = to_gb_module(dev); in eject_store() local 30 for (i = 0; i < module->num_interfaces; ++i) { in eject_store() 31 intf = module->interfaces[i]; in eject_store() 42 ret = gb_svc_intf_eject(module->hd->svc, module->module_id); in eject_store() 53 struct gb_module *module = to_gb_module(dev); in module_id_show() local 55 return sprintf(buf, "%u\n", module->module_id); in module_id_show() 62 struct gb_module *module = to_gb_module(dev); in num_interfaces_show() local 64 return sprintf(buf, "%zu\n", module->num_interfaces); in num_interfaces_show() 74 ATTRIBUTE_GROUPS(module); 78 struct gb_module *module = to_gb_module(dev); in gb_module_release() local [all …]
|
D | audio_manager.c | 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 48 err = gb_audio_manager_module_create(&module, manager_kset, in gb_audio_manager_add() 57 list_add_tail(&module->list, &modules_list); in gb_audio_manager_add() 60 return module->id; in gb_audio_manager_add() 66 struct gb_audio_manager_module *module; in gb_audio_manager_remove() local 70 module = gb_audio_manager_get_locked(id); in gb_audio_manager_remove() [all …]
|
D | audio_manager_module.c | 20 ssize_t (*show)(struct gb_audio_manager_module *module, 23 ssize_t (*store)(struct gb_audio_manager_module *module, 32 struct gb_audio_manager_module *module; in gb_audio_module_attr_show() local 35 module = to_gb_audio_module(kobj); in gb_audio_module_attr_show() 40 return attribute->show(module, attribute, buf); in gb_audio_module_attr_show() 48 struct gb_audio_manager_module *module; in gb_audio_module_attr_store() local 51 module = to_gb_audio_module(kobj); in gb_audio_module_attr_store() 56 return attribute->store(module, attribute, buf, len); in gb_audio_module_attr_store() 66 struct gb_audio_manager_module *module = to_gb_audio_module(kobj); in gb_audio_module_release() local 68 pr_info("Destroying audio module #%d\n", module->id); in gb_audio_module_release() [all …]
|
D | audio_codec.c | 21 find_data(struct gbaudio_module_info *module, int id) in find_data() argument 25 list_for_each_entry(data, &module->data_list, list) { in find_data() 45 struct gbaudio_module_info *module, int id) in gbaudio_module_enable_tx() argument 55 data = find_data(module, id); in gbaudio_module_enable_tx() 57 dev_err(module->dev, "%d:DATA connection missing\n", id); in gbaudio_module_enable_tx() 76 dev_err_ratelimited(module->dev, in gbaudio_module_enable_tx() 82 dev_dbg(module->dev, "Dynamic Register %d DAI\n", cportid); in gbaudio_module_enable_tx() 92 ret = gb_audio_gb_set_pcm(module->mgmt_connection, data_cport, in gbaudio_module_enable_tx() 95 dev_err_ratelimited(module->dev, "set_pcm failed:%d\n", in gbaudio_module_enable_tx() 101 dev_dbg(module->dev, "Dynamic hw_params %d DAI\n", data_cport); in gbaudio_module_enable_tx() [all …]
|
D | audio_topology.c | 33 struct gbaudio_module_info *module; in find_gb_module() local 42 list_for_each_entry(module, &codec->module_list, list) { in find_gb_module() 43 if (module->dev_id == dev_id) { in find_gb_module() 45 return module; in find_gb_module() 54 static const char *gbaudio_map_controlid(struct gbaudio_module_info *module, in gbaudio_map_controlid() argument 62 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlid() 71 list_for_each_entry(control, &module->widget_ctl_list, list) { in gbaudio_map_controlid() 83 static int gbaudio_map_controlname(struct gbaudio_module_info *module, in gbaudio_map_controlname() argument 88 list_for_each_entry(control, &module->ctl_list, list) { in gbaudio_map_controlname() 93 dev_warn(module->dev, "%s: missing in modules controls list\n", name); in gbaudio_map_controlname() [all …]
|
D | audio_module.c | 20 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 …]
|
D | Kconfig | 8 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 …]
|
/Linux-v4.19/include/linux/ |
D | module.h | 41 struct module; 46 struct module *mod; 58 void (*setup)(struct module *, const char *); 59 int (*test)(struct module *); 60 void (*free)(struct module *); 276 struct module *source, *target; 287 struct module *mod; 330 struct module { struct 495 static inline bool module_is_live(struct module *mod) in module_is_live() 500 struct module *__module_text_address(unsigned long addr); [all …]
|
/Linux-v4.19/scripts/ |
D | decode_stacktrace.sh | 25 if [[ $module == "" ]] ; then 27 elif [[ "${modcache[$module]+isset}" == "isset" ]]; then 28 local objfile=${modcache[$module]} 31 local objfile=$(find "$modpath" -name $module.ko -print -quit) 33 modcache[$module]=$objfile 46 if [[ "${cache[$module,$name]+isset}" == "isset" ]]; then 47 local base_addr=${cache[$module,$name]} 50 cache[$module,$name]="$base_addr" 66 if [[ "${cache[$module,$address]+isset}" == "isset" ]]; then 67 local code=${cache[$module,$address]} [all …]
|
D | export_report.pl | 98 my (undef, $symbol, $module, $gpl) = split; 99 $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl]; 109 my $module; 111 unless (open ($module, '<', $thismod)) { 117 while ( <$module> ) { 132 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}}; 133 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl]; 141 close($module); 159 my ($module, $value, $symbol, $gpl) = @{$list}; 160 printf("%-25s\t%-25s\t%-10s\t", $symbol, $module, $value); [all …]
|
/Linux-v4.19/sound/soc/intel/skylake/ |
D | skl-sst-utils.c | 105 static int skl_get_pvtid_map(struct uuid_module *module, int instance_id) in skl_get_pvtid_map() argument 109 for (pvt_id = 0; pvt_id < module->max_instance; pvt_id++) { in skl_get_pvtid_map() 110 if (module->instance_id[pvt_id] == instance_id) in skl_get_pvtid_map() 119 struct uuid_module *module; in skl_get_pvt_instance_id_map() local 121 list_for_each_entry(module, &ctx->uuid_list, list) { in skl_get_pvt_instance_id_map() 122 if (module->id == module_id) in skl_get_pvt_instance_id_map() 123 return skl_get_pvtid_map(module, instance_id); in skl_get_pvt_instance_id_map() 130 static inline int skl_getid_32(struct uuid_module *module, u64 *val, in skl_getid_32() argument 136 max_inst = module->max_instance; in skl_getid_32() 151 static inline int skl_pvtid_128(struct uuid_module *module) in skl_pvtid_128() argument [all …]
|
/Linux-v4.19/drivers/staging/comedi/ |
D | Kconfig | 53 To compile this driver as a module, choose M here: the module will be 64 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 84 To compile this driver as a module, choose M here: the module will be 106 To compile this driver as a module, choose M here: the module will be 127 To compile this driver as a module, choose M here: the module will be 135 To compile this driver as a module, choose M here: the module will be 158 To compile this driver as a module, choose M here: the module will be 170 To compile this driver as a module, choose M here: the module will be 180 To compile this driver as a module, choose M here: the module will be [all …]
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | Kconfig | 17 module will be called gspca_main. 32 To compile this driver as a module, choose M here: the 33 module will be called gspca_benq. 41 To compile this driver as a module, choose M here: the 42 module will be called gspca_conex. 52 To compile this driver as a module, choose M here: the 53 module will be called gspca_cpia1. 62 To compile this driver as a module, choose M here: the 63 module will be called gspca_dtcs033. 71 To compile this driver as a module, choose M here: the [all …]
|
/Linux-v4.19/drivers/pwm/ |
D | Kconfig | 41 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 86 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 104 To compile this driver as a module, choose M here: the module 113 To compile this driver as a module, choose M here: the module 123 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 [all …]
|
/Linux-v4.19/scripts/gdb/linux/ |
D | modules.py | 30 for module in lists.list_for_each_entry(modules, module_ptr_type, "list"): 31 yield module 35 for module in module_list(): 36 if module['name'].string() == name: 37 return module 52 module = find_module_by_name(mod_name) 53 if module: 54 return module.dereference() 75 for module in module_list(): 76 layout = module['core_layout'] [all …]
|
/Linux-v4.19/drivers/input/misc/ |
D | Kconfig | 22 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 …]
|
/Linux-v4.19/drivers/hwmon/ |
D | Kconfig | 22 This support can also be built as a module. If so, the module 49 This driver can also be built as a module. If so, the module 64 This driver can also be built as a module. If so, the module 78 This driver can also be built as a module. If so, the module 88 This driver can also be built as a module. If so, the module 98 This driver can also be built as a module. If so, the module 108 This driver can also be built as a module. If so, the module 119 This driver can also be built as a module. If so, the module 130 This driver can also be built as a module. If so, the module 141 This driver can also be built as a module. If so, the module [all …]
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | Kconfig | 27 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. 80 To compile this driver as a module, choose M here: the 81 module will be called ad7879-i2c. [all …]
|
/Linux-v4.19/sound/pci/ |
D | Kconfig | 20 To compile this as a module, choose M here: the module 32 To compile this driver as a module, choose M here: the module 46 To compile this driver as a module, choose M here: the module 60 To compile this driver as a module, choose M here: the module 72 To compile this driver as a module, choose M here: the module 83 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 107 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 134 To compile this driver as a module, choose M here: the module [all …]
|
/Linux-v4.19/drivers/iio/adc/ |
D | Kconfig | 23 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. 70 To compile this driver as a module, choose M here: the module will be 81 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-v4.19/arch/nds32/kernel/ |
D | module.c | 17 void module_free(struct module *module, void *region) in module_free() argument 24 char *secstrings, struct module *mod) in module_frob_arch_sections() 90 struct module *module, Elf32_Rela * rel, in exceed_limit() argument 98 module->name, ELF32_R_TYPE(rel->r_info)); in exceed_limit() 115 struct module *module) in apply_relocate_add() argument 132 pr_err("%s: bad relocation\n", module->name); in apply_relocate_add() 141 pr_err("%s: out of bounds relocation\n", module->name); in apply_relocate_add() 204 ((v - (Elf32_Addr) loc), 0x000000ff, module, rel, in apply_relocate_add() 213 ((v - (Elf32_Addr) loc), 0x00003fff, module, rel, in apply_relocate_add() 222 ((v - (Elf32_Addr) loc), 0x0000ffff, module, rel, in apply_relocate_add() [all …]
|
/Linux-v4.19/drivers/input/keyboard/ |
D | Kconfig | 27 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 …]
|
/Linux-v4.19/drivers/hwmon/pmbus/ |
D | Kconfig | 12 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 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 78 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 …]
|
/Linux-v4.19/drivers/media/i2c/ |
D | Kconfig | 8 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. 67 To compile this driver as a module, choose M here: the 68 module will be called tda1997x. [all …]
|
/Linux-v4.19/drivers/iio/dac/ |
D | Kconfig | 19 To compile this driver as a module, choose M here: the 20 module will be called ad5064. 30 To compile this driver as module choose M here: the module will be called 43 To compile this driver as module choose M here: the module will be called 53 To compile this driver as module choose M here: the module will be called 66 To compile this driver as a module, choose M here: the 67 module will be called ad5446. 76 To compile this driver as a module, choose M here: the 77 module will be called ad5449. 91 To compile this driver as a module, choose M here: the [all …]
|