/Linux-v5.4/sound/soc/codecs/ |
D | wm_hubs.c | 61 struct wm_hubs_data *hubs = snd_soc_component_get_drvdata(component); in wait_for_dc_servo() local 74 if (hubs->dcs_done_irq) in wait_for_dc_servo() 82 if (hubs->dcs_done_irq) in wait_for_dc_servo() 83 wait_for_completion_timeout(&hubs->dcs_done, in wait_for_dc_servo() 99 struct wm_hubs_data *hubs = data; in wm_hubs_dcs_done() local 101 complete(&hubs->dcs_done); in wm_hubs_dcs_done() 151 struct wm_hubs_data *hubs = snd_soc_component_get_drvdata(component); in wm_hubs_dcs_cache_get() local 161 list_for_each_entry(cache, &hubs->dcs_cache, list) { in wm_hubs_dcs_cache_get() 174 struct wm_hubs_data *hubs = snd_soc_component_get_drvdata(component); in wm_hubs_dcs_cache_set() local 177 if (hubs->no_cache_dac_hp_direct) in wm_hubs_dcs_cache_set() [all …]
|
D | wm8994.c | 932 if (wm8994->hubs.lineout1_se) in vmid_dereference() 939 if (wm8994->hubs.lineout2_se) in vmid_dereference() 2567 if (wm8994->hubs.lineout1_se) { in wm8994_vmid_mode() 2573 if (wm8994->hubs.lineout2_se) { in wm8994_vmid_mode() 2590 if (wm8994->hubs.lineout1_se) { in wm8994_vmid_mode() 2596 if (wm8994->hubs.lineout2_se) { in wm8994_vmid_mode() 3203 struct snd_soc_component *component = wm8994->hubs.component; in wm8994_handle_retune_mobile_pdata() 3262 ret = snd_soc_add_component_controls(wm8994->hubs.component, controls, in wm8994_handle_retune_mobile_pdata() 3265 dev_err(wm8994->hubs.component->dev, in wm8994_handle_retune_mobile_pdata() 3271 struct snd_soc_component *component = wm8994->hubs.component; in wm8994_handle_pdata() [all …]
|
D | wm8958-dsp2.c | 944 ret = snd_soc_add_component_controls(wm8994->hubs.component, in wm8958_dsp2_init() 947 dev_err(wm8994->hubs.component->dev, in wm8958_dsp2_init() 970 ret = snd_soc_add_component_controls(wm8994->hubs.component, in wm8958_dsp2_init() 973 dev_err(wm8994->hubs.component->dev, in wm8958_dsp2_init() 997 ret = snd_soc_add_component_controls(wm8994->hubs.component, in wm8958_dsp2_init() 1000 dev_err(wm8994->hubs.component->dev, in wm8958_dsp2_init() 1025 ret = snd_soc_add_component_controls(wm8994->hubs.component, in wm8958_dsp2_init() 1028 dev_err(wm8994->hubs.component->dev, in wm8958_dsp2_init()
|
D | wm8994.h | 74 struct wm_hubs_data hubs; member
|
D | Makefile | 275 snd-soc-wm-hubs-objs := wm_hubs.o 558 obj-$(CONFIG_SND_SOC_WM_HUBS) += snd-soc-wm-hubs.o
|
/Linux-v5.4/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-v5.4/arch/x86/platform/uv/ |
D | tlb_uv.c | 1014 static void record_send_statistics(struct ptc_stats *stat, int locals, int hubs, in record_send_statistics() argument 1023 hubs = bau_uvhub_weight(&bau_desc->distribution); in record_send_statistics() 1026 stat->s_ntargremoteuvhub += (hubs - 1); in record_send_statistics() 1028 stat->s_ntargremoteuvhub += hubs; in record_send_statistics() 1030 stat->s_ntarguvhub += hubs; in record_send_statistics() 1032 if (hubs >= 16) in record_send_statistics() 1034 else if (hubs >= 8) in record_send_statistics() 1036 else if (hubs >= 4) in record_send_statistics() 1038 else if (hubs >= 2) in record_send_statistics() 1106 int locals = 0, remotes = 0, hubs = 0; in uv_flush_tlb_others() local [all …]
|
/Linux-v5.4/Documentation/usb/ |
D | ehci.rst | 21 such devices. When USB 1.1 devices plug into USB 2.0 hubs, they 32 quite speedily on the 2.4 version of this driver), hubs have only 60 transaction translators (TTs) in USB 2.0 hubs. But you may find bugs. 144 However, do make a point of testing device drivers through USB 2.0 hubs. 145 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-v5.4/Documentation/leds/ |
D | ledtrig-usbport.rst | 29 only one LED user will most likely want to assign ports from all 3 hubs.
|
/Linux-v5.4/Documentation/hid/ |
D | intel-ish-hid.rst | 10 There are many vendors providing external sensor hubs confirming to HID 14 Intel® introduced integrated sensor hubs as a part of the SoC starting from 18 transport protocol used for communication. The current external sensor hubs
|
D | hidraw.rst | 107 USB controller, hubs, ports, etc). For Bluetooth devices, the string
|
/Linux-v5.4/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-v5.4/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 …]
|
/Linux-v5.4/drivers/usb/ |
D | Kconfig | 58 leaves and the inner nodes are special USB devices called hubs.
|
/Linux-v5.4/Documentation/ABI/stable/ |
D | sysfs-bus-usb | 9 hubs this facility is always enabled and their device
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-bus-usb | 228 Most hubs are able to detect over-current situations on their
|
/Linux-v5.4/Documentation/networking/device_drivers/3com/ |
D | vortex.txt | 338 WARNING: DO NOT hook up hubs/switches/bridges to these
|
/Linux-v5.4/drivers/usb/host/ |
D | Kconfig | 141 (TT) in USB 2.0 hubs. Without this, only one transfer will be
|
/Linux-v5.4/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4989 [USB] Set to cycle leds on hubs (default 0 = off).
|