/linux-4.4.14/arch/mips/sgi-ip27/ |
D | ip27-hubio.c | 28 unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget, in hub_pio_map() argument 36 return NODE_SWIN_BASE(nasid, widget) + (xtalk_addr % SWIN_SIZE); in hub_pio_map() 41 nasid, widget, xtalk_addr, size); in hub_pio_map() 65 IIO_ITTE_PUT(nasid, i, HUB_PIO_MAP_TO_MEM, widget, xtalk_addr); in hub_pio_map() 68 return NODE_BWIN_BASE(nasid, widget) + (xtalk_addr % BWIN_SIZE); in hub_pio_map() 73 nasid, widget, xtalk_addr); in hub_pio_map()
|
D | ip27-xtalk.c | 23 extern int bridge_probe(nasid_t nasid, int widget, int masterwid); 25 static int probe_one_port(nasid_t nasid, int widget, int masterwid) in probe_one_port() argument 31 (RAW_NODE_SWIN_BASE(nasid, widget) + WIDGET_ID); in probe_one_port() 35 smp_processor_id(), nasid, widget, partnum); in probe_one_port() 40 bridge_probe(nasid, widget, masterwid); in probe_one_port()
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
D | io_common.c | 125 static s64 sn_device_fixup_war(u64 nasid, u64 widget, int device, in sn_device_fixup_war() argument 139 nasid, widget, __pa(war_list), 0, 0, 0 ,0); in sn_device_fixup_war() 162 int widget, device, size; in sn_common_hubdev_init() local 170 for (widget = 0; widget <= HUB_WIDGET_ID_MAX; widget++) in sn_common_hubdev_init() 171 hubdev->hdi_xwidget_info[widget].xwi_hubinfo = hubdev; in sn_common_hubdev_init() 182 for (widget = 0; widget <= HUB_WIDGET_ID_MAX; widget++) { in sn_common_hubdev_init() 196 hubdev->hdi_nasid, widget, device, in sn_common_hubdev_init() 200 widget, device, in sn_common_hubdev_init() 210 hubdev->hdi_flush_nasid_list.widget_p[widget] = in sn_common_hubdev_init()
|
D | msi_sn.c | 34 int widget; in sn_teardown_msi_irq() local 56 widget = (nasid & 1) ? in sn_teardown_msi_irq() 60 sn_intr_free(nasid, widget, sn_irq_info); in sn_teardown_msi_irq() 69 int widget; in sn_setup_msi_irq() local 97 widget = (nasid & 1) ? in sn_setup_msi_irq() 107 status = sn_intr_alloc(nasid, widget, sn_irq_info, irq, -1, -1); in sn_setup_msi_irq() 129 sn_intr_free(nasid, widget, sn_irq_info); in sn_setup_msi_irq()
|
D | tiocx.c | 250 static inline u64 tiocx_intr_alloc(nasid_t nasid, int widget, in tiocx_intr_alloc() argument 261 widget, sn_irq_info, req_irq, in tiocx_intr_alloc() 266 static inline void tiocx_intr_free(nasid_t nasid, int widget, in tiocx_intr_free() argument 275 widget, sn_irq_info->irq_irq, in tiocx_intr_free() 279 struct sn_irq_info *tiocx_irq_alloc(nasid_t nasid, int widget, int irq, in tiocx_irq_alloc() argument 293 status = tiocx_intr_alloc(nasid, widget, __pa(sn_irq_info), irq, in tiocx_irq_alloc() 307 int widget; in tiocx_irq_free() local 310 widget = TIO_SWIN_WIDGETNUM(bridge); in tiocx_irq_free() 311 tiocx_intr_free(nasid, widget, sn_irq_info); in tiocx_irq_free()
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | dapm.txt | 55 o PGA - A programmable gain amplifier or attenuation widget. 65 o Supply - Power or clock supply widget used by other widgets. 74 o Pre - Special PRE widget (exec before all others) 75 o Post - Special POST widget (exec after all others) 121 Any widget kcontrols can be set using the controls and num_controls members. 123 e.g. Mixer widget (the kcontrols are declared first) 135 If you dont want the mixer elements prefixed with the name of the mixer widget, 144 codec register bit associated with them. A machine widget is assigned to each 152 A machine widget can have an optional call back. 154 e.g. Jack connector widget for an external Mic that enables Mic Bias [all …]
|
D | DPCM.txt | 119 3) Define widget graph connections.
|
/linux-4.4.14/sound/soc/ |
D | soc-dapm.c | 48 #define DAPM_UPDATE_STAT(widget, val) widget->dapm->card->dapm_stats.val++; argument 65 const struct snd_soc_dapm_widget *widget); 69 const struct snd_soc_dapm_widget *widget); 307 struct snd_soc_dapm_widget *widget; member 312 static int dapm_kcontrol_data_alloc(struct snd_soc_dapm_widget *widget, in dapm_kcontrol_data_alloc() argument 327 switch (widget->id) { in dapm_kcontrol_data_alloc() 357 data->widget = in dapm_kcontrol_data_alloc() 358 snd_soc_dapm_new_control_unlocked(widget->dapm, in dapm_kcontrol_data_alloc() 361 if (!data->widget) { in dapm_kcontrol_data_alloc() 392 data->widget = snd_soc_dapm_new_control_unlocked( in dapm_kcontrol_data_alloc() [all …]
|
D | soc-topology.c | 85 const struct snd_soc_dapm_widget *widget); 88 const struct snd_soc_dapm_widget *widget); 468 if (dobj->widget.kcontrol_enum) { in remove_widget() 1374 struct snd_soc_dapm_widget template, *widget; in soc_tplg_dapm_widget_create() local 1418 goto widget; in soc_tplg_dapm_widget_create() 1446 template.dobj.widget.kcontrol_enum = 1; in soc_tplg_dapm_widget_create() 1473 widget: in soc_tplg_dapm_widget_create() 1481 widget = snd_soc_dapm_new_control(dapm, &template); in soc_tplg_dapm_widget_create() 1483 widget = snd_soc_dapm_new_control_unlocked(dapm, &template); in soc_tplg_dapm_widget_create() 1484 if (widget == NULL) { in soc_tplg_dapm_widget_create() [all …]
|
D | soc-pcm.c | 1213 struct snd_soc_dapm_widget *widget, int stream) in dpcm_get_be() argument 1225 if (be->cpu_dai->playback_widget == widget) in dpcm_get_be() 1230 if (dai->playback_widget == widget) in dpcm_get_be() 1242 if (be->cpu_dai->capture_widget == widget) in dpcm_get_be() 1247 if (dai->capture_widget == widget) in dpcm_get_be() 1254 stream ? "capture" : "playback", widget->name); in dpcm_get_be() 1268 struct snd_soc_dapm_widget *widget) in widget_in_list() argument 1273 if (widget == list->widgets[i]) in widget_in_list() 1300 struct snd_soc_dapm_widget *widget; in dpcm_prune_paths() local 1308 widget = dai_get_widget(dpcm->be->cpu_dai, stream); in dpcm_prune_paths() [all …]
|
/linux-4.4.14/arch/mips/include/asm/sn/sn0/ |
D | addrs.h | 89 #define NODE_SWIN_BASE(nasid, widget) \ argument 90 ((widget == 0) ? NODE_BWIN_BASE((nasid), SWIN0_BIGWIN) \ 91 : RAW_NODE_SWIN_BASE(nasid, widget)) 93 #define NODE_SWIN_BASE(nasid, widget) \ argument 94 (NODE_IO_BASE(nasid) + (UINT64_CAST(widget) << SWIN_SIZE_BITS))
|
D | hubio.h | 130 #define IIO_IGFX_INIT(widget, node, cpu, valid) (\ argument 131 (((widget) & IIO_IGFX_W_NUM_MASK) << IIO_IGFX_W_NUM_SHIFT) | \
|
/linux-4.4.14/arch/ia64/sn/include/ |
D | tio.h | 34 #define TIO_ITTE_PUT(nasid, bigwin, widget, addr, valid) \ argument 38 (((widget) & TIO_ITTE_WIDGET_MASK) << TIO_ITTE_WIDGET_SHIFT)) | \
|
/linux-4.4.14/arch/mips/include/asm/xtalk/ |
D | xtalk.h | 51 extern int bridge_probe(nasid_t nasid, int widget, int masterwid); 53 static inline int bridge_probe(nasid_t nasid, int widget, int masterwid) in bridge_probe() argument
|
/linux-4.4.14/arch/mips/include/asm/sn/ |
D | io.h | 36 #define IIO_ITTE_PUT(nasid, bigwin, io_or_mem, widget, addr) \ argument 41 (((widget) & IIO_ITTE_WIDGET_MASK) << IIO_ITTE_WIDGET_SHIFT)))
|
D | hub.h | 12 extern unsigned long hub_pio_map(cnodeid_t cnode, xwidgetnum_t widget,
|
D | addrs.h | 78 #define RAW_NODE_SWIN_BASE(nasid, widget) \ argument 79 (NODE_IO_BASE(nasid) + (UINT64_CAST(widget) << SWIN_SIZE_BITS))
|
/linux-4.4.14/scripts/kconfig/ |
D | gconf.c | 134 GtkWidget *widget; in init_main_window() local 153 widget = glade_xml_get_widget(xml, "show_name1"); in init_main_window() 154 gtk_check_menu_item_set_active((GtkCheckMenuItem *) widget, in init_main_window() 157 widget = glade_xml_get_widget(xml, "show_range1"); in init_main_window() 158 gtk_check_menu_item_set_active((GtkCheckMenuItem *) widget, in init_main_window() 161 widget = glade_xml_get_widget(xml, "show_data1"); in init_main_window() 162 gtk_check_menu_item_set_active((GtkCheckMenuItem *) widget, in init_main_window() 170 widget = glade_xml_get_widget(xml, "toolbar1"); in init_main_window() 416 gboolean on_window1_delete_event(GtkWidget * widget, GdkEvent * event, in on_window1_delete_event() argument 468 on_window1_size_request(GtkWidget * widget, in on_window1_size_request() argument [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | widgets.txt | 9 The "template-wname" being the template widget name and currently includes: 12 The "user-supplied-wname" being the user specified widget name.
|
/linux-4.4.14/include/trace/events/ |
D | asoc.h | 158 TP_PROTO(struct snd_soc_dapm_widget *widget, 162 TP_ARGS(widget, dir, path), 165 __string( wname, widget->name ) 174 __assign_str(wname, widget->name);
|
/linux-4.4.14/sound/soc/jz4740/ |
D | qi_lb60.c | 29 static int qi_lb60_spk_event(struct snd_soc_dapm_widget *widget, in qi_lb60_spk_event() argument 32 struct qi_lb60 *qi_lb60 = snd_soc_card_get_drvdata(widget->dapm->card); in qi_lb60_spk_event()
|
/linux-4.4.14/sound/soc/codecs/ |
D | arizona.h | 170 #define ARIZONA_MUX_ROUTES(widget, name) \ argument 171 { widget, NULL, name " Input" }, \ 174 #define ARIZONA_MIXER_ROUTES(widget, name) \ argument 175 { widget, NULL, name " Mixer" }, \
|
D | wm2200.c | 1261 #define WM2200_MIXER_ROUTES(widget, name) \ argument 1262 { widget, NULL, name " Mixer" }, \
|
D | wm5100.c | 494 #define WM5100_MIXER_ROUTES(widget, name) \ argument 495 { widget, NULL, name " Mixer" }, \
|
/linux-4.4.14/sound/soc/pxa/ |
D | mioa701_wm9713.c | 81 static int rear_amp_event(struct snd_soc_dapm_widget *widget, in rear_amp_event() argument 84 struct snd_soc_codec *codec = widget->dapm->card->rtd[0].codec; in rear_amp_event()
|
/linux-4.4.14/drivers/extcon/ |
D | extcon-arizona.c | 275 const char *widget = arizona_extcon_get_micbias(info); in arizona_extcon_pulse_micbias() local 279 ret = snd_soc_dapm_force_enable_pin(dapm, widget); in arizona_extcon_pulse_micbias() 282 widget, ret); in arizona_extcon_pulse_micbias() 287 ret = snd_soc_dapm_disable_pin(arizona->dapm, widget); in arizona_extcon_pulse_micbias() 290 widget, ret); in arizona_extcon_pulse_micbias() 350 const char *widget = arizona_extcon_get_micbias(info); in arizona_stop_mic() local 359 ret = snd_soc_dapm_disable_pin(dapm, widget); in arizona_stop_mic() 363 widget, ret); in arizona_stop_mic()
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/cavium/ |
D | cib.txt | 1 * Cavium Interrupt Bus widget
|
/linux-4.4.14/include/sound/ |
D | soc-topology.h | 73 struct snd_soc_dobj_widget widget; member
|
D | soc-dapm.h | 379 const struct snd_soc_dapm_widget *widget, 610 struct snd_soc_dapm_widget *widget; member
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 336 It shows most of useful information of each codec widget. 340 names, the type of each widget, capabilities and so on. 410 value of the pin widget 0x14 to 0x9993013f, and let the driver 469 - power_save_node (bool): advanced power management for each widget, 470 controlling the power sate (D0/D3) of each widget node depending on 477 - mixer_nid (int): specifies the widget NID of the analog-loopback 738 widget NID, the verb and the parameter. When you access to the codec 743 The second parameter is the widget number-id to access. The third 764 cached in the driver, and thus changing the widget amp value directly 788 the widget information and adjusting the amp values, as well as the
|
D | HD-Audio-Controls.txt | 79 mixer widget.
|
D | Procfile.txt | 171 widget node.
|
D | HD-Audio-Models.txt | 255 volknob Fixes with volume-knob widget 0x24
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
D | shubio.h | 2913 #define IIO_IGFX_INIT(widget, pi, node, cpu) (\ argument 2914 (((widget) & IIO_IGFX_W_NUM_MASK) << IIO_IGFX_W_NUM_SHIFT) | \
|
/linux-4.4.14/Documentation/DocBook/ |
D | alsa-driver-api.xml.db | 300 API-snd-soc-dapm-kcontrol-widget
|