/Linux-v4.19/sound/soc/codecs/ |
D | wm_hubs.c | 65 struct wm_hubs_data *hubs = snd_soc_component_get_drvdata(component); in wait_for_dc_servo() local 78 if (hubs->dcs_done_irq) in wait_for_dc_servo() 86 if (hubs->dcs_done_irq) in wait_for_dc_servo() 87 wait_for_completion_timeout(&hubs->dcs_done, in wait_for_dc_servo() 103 struct wm_hubs_data *hubs = data; in wm_hubs_dcs_done() local 105 complete(&hubs->dcs_done); in wm_hubs_dcs_done() 155 struct wm_hubs_data *hubs = snd_soc_component_get_drvdata(component); in wm_hubs_dcs_cache_get() local 165 list_for_each_entry(cache, &hubs->dcs_cache, list) { in wm_hubs_dcs_cache_get() 178 struct wm_hubs_data *hubs = snd_soc_component_get_drvdata(component); in wm_hubs_dcs_cache_set() local 181 if (hubs->no_cache_dac_hp_direct) in wm_hubs_dcs_cache_set() [all …]
|
D | wm8994.c | 931 if (wm8994->hubs.lineout1_se) in vmid_dereference() 938 if (wm8994->hubs.lineout2_se) in vmid_dereference() 2566 if (wm8994->hubs.lineout1_se) { in wm8994_vmid_mode() 2572 if (wm8994->hubs.lineout2_se) { in wm8994_vmid_mode() 2589 if (wm8994->hubs.lineout1_se) { in wm8994_vmid_mode() 2595 if (wm8994->hubs.lineout2_se) { in wm8994_vmid_mode() 3202 struct snd_soc_component *component = wm8994->hubs.component; in wm8994_handle_retune_mobile_pdata() 3261 ret = snd_soc_add_component_controls(wm8994->hubs.component, controls, in wm8994_handle_retune_mobile_pdata() 3264 dev_err(wm8994->hubs.component->dev, in wm8994_handle_retune_mobile_pdata() 3270 struct snd_soc_component *component = wm8994->hubs.component; in wm8994_handle_pdata() [all …]
|
D | wm8958-dsp2.c | 947 ret = snd_soc_add_component_controls(wm8994->hubs.component, in wm8958_dsp2_init() 950 dev_err(wm8994->hubs.component->dev, in wm8958_dsp2_init() 973 ret = snd_soc_add_component_controls(wm8994->hubs.component, in wm8958_dsp2_init() 976 dev_err(wm8994->hubs.component->dev, in wm8958_dsp2_init() 1000 ret = snd_soc_add_component_controls(wm8994->hubs.component, in wm8958_dsp2_init() 1003 dev_err(wm8994->hubs.component->dev, in wm8958_dsp2_init() 1028 ret = snd_soc_add_component_controls(wm8994->hubs.component, in wm8958_dsp2_init() 1031 dev_err(wm8994->hubs.component->dev, in wm8958_dsp2_init()
|
D | wm8994.h | 77 struct wm_hubs_data hubs; member
|
D | Makefile | 251 snd-soc-wm-hubs-objs := wm_hubs.o 510 obj-$(CONFIG_SND_SOC_WM_HUBS) += snd-soc-wm-hubs.o
|
/Linux-v4.19/drivers/usb/core/ |
D | Kconfig | 70 bool "Disable external hubs" 74 external hubs. OTG hosts are allowed to reduce hardware 75 and software costs by not supporting external hubs. So
|
/Linux-v4.19/arch/x86/platform/uv/ |
D | tlb_uv.c | 1017 static void record_send_statistics(struct ptc_stats *stat, int locals, int hubs, in record_send_statistics() argument 1026 hubs = bau_uvhub_weight(&bau_desc->distribution); in record_send_statistics() 1029 stat->s_ntargremoteuvhub += (hubs - 1); in record_send_statistics() 1031 stat->s_ntargremoteuvhub += hubs; in record_send_statistics() 1033 stat->s_ntarguvhub += hubs; in record_send_statistics() 1035 if (hubs >= 16) in record_send_statistics() 1037 else if (hubs >= 8) in record_send_statistics() 1039 else if (hubs >= 4) in record_send_statistics() 1041 else if (hubs >= 2) in record_send_statistics() 1109 int locals = 0, remotes = 0, hubs = 0; in uv_flush_tlb_others() local [all …]
|
/Linux-v4.19/Documentation/usb/ |
D | ehci.txt | 17 such devices. When USB 1.1 devices plug into USB 2.0 hubs, they 28 quite speedily on the 2.4 version of this driver), hubs have only 54 transaction translators (TTs) in USB 2.0 hubs. But you may find bugs. 133 However, do make a point of testing device drivers through USB 2.0 hubs. 134 Those hubs report some failures, such as disconnections, differently when
|
D | CREDITS | 110 - Thanks to Entrega for providing PCI to USB cards, hubs and 173 for convincing me USB Standard hubs are not that standard
|
/Linux-v4.19/Documentation/leds/ |
D | ledtrig-usbport.txt | 24 only one LED user will most likely want to assign ports from all 3 hubs.
|
/Linux-v4.19/Documentation/hid/ |
D | intel-ish-hid.txt | 9 There are many vendors providing external sensor hubs confirming to HID 13 Intel® introduced integrated sensor hubs as a part of the SoC starting from 17 transport protocol used for communication. The current external sensor hubs
|
D | hidraw.txt | 93 USB controller, hubs, ports, etc). For Bluetooth devices, the string
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | persist.rst | 15 is so that devices can maintain their internal state and hubs can 111 the feature by writing 0 instead of 1. For hubs the feature is
|
D | usb.rst | 12 structure, with the host as the root (the system's master), hubs as 728 virtualized as root hubs) 834 | For USB host controller drivers (virtual root hubs) this may 841 | For older USB host controller drivers (virtual root hubs) this 848 | For USB host controller drivers (virtual root hubs) this is
|
D | power-management.rst | 255 than hubs. Hubs, at least, appear to be reasonably well-behaved in
|
/Linux-v4.19/Documentation/networking/ |
D | arcnet-hardware.txt | 104 Usually, the ARCnet networks are built up from STAR cards and hubs. There 105 are two types of hubs - active and passive. Passive hubs are small boxes 114 The shielding is connected together. Active hubs are much more complicated; 117 hubs come in two variants - dumb and smart. The dumb variant just 119 coming through. This is much better if you have several hubs in the net, 120 since many dumb active hubs may worsen the signal quality. 135 more than eleven active hubs between any two computers. That of course 136 doesn't limit the number of active hubs on the network. 142 Remember that you cannot connect two passive hubs together. The power loss 217 There are also hubs for the TP topology. There is nothing difficult [all …]
|
D | 00-INDEX | 24 - tons of info on ARCnet, hubs, jumper settings for ARCnet cards, etc.
|
D | vortex.txt | 338 WARNING: DO NOT hook up hubs/switches/bridges to these
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 9 hubs this facility is always enabled and their device
|
/Linux-v4.19/drivers/usb/ |
D | Kconfig | 57 leaves and the inner nodes are special USB devices called hubs.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 218 Most hubs are able to detect over-current situations on their
|
/Linux-v4.19/drivers/usb/host/ |
D | Kconfig | 140 (TT) in USB 2.0 hubs. Without this, only one transfer will be
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4609 [USB] Set to cycle leds on hubs (default 0 = off).
|