| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A 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 …]
|
| H A D | wm8994.c | 930 if (wm8994->hubs.lineout1_se) in vmid_dereference() 937 if (wm8994->hubs.lineout2_se) in vmid_dereference() 2706 if (wm8994->hubs.lineout1_se) { in wm8994_vmid_mode() 2712 if (wm8994->hubs.lineout2_se) { in wm8994_vmid_mode() 2729 if (wm8994->hubs.lineout1_se) { in wm8994_vmid_mode() 2735 if (wm8994->hubs.lineout2_se) { in wm8994_vmid_mode() 3345 struct snd_soc_component *component = wm8994->hubs.component; in wm8994_handle_retune_mobile_pdata() 3404 ret = snd_soc_add_component_controls(wm8994->hubs.component, controls, in wm8994_handle_retune_mobile_pdata() 3407 dev_err(wm8994->hubs.component->dev, in wm8994_handle_retune_mobile_pdata() 3413 struct snd_soc_component *component = wm8994->hubs.component; in wm8994_handle_pdata() [all …]
|
| H A 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()
|
| H A D | wm8994.h | 81 struct wm_hubs_data hubs; member
|
| H A D | Makefile | 314 snd-soc-wm-hubs-objs := wm_hubs.o 642 obj-$(CONFIG_SND_SOC_WM_HUBS) += snd-soc-wm-hubs.o
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | usb-info.txt | 128 in a tree structure, potentially with multiple hubs each with several ports 129 and perhaps other hubs. Some hubs will have their own power since otherwise 172 available hubs in a depth-first search. Devices can be in any uclass, but 228 - the first probe step is actually the USB controller's (or USB hubs's) 248 For hubs, the hub uclass has a post_probe() method. This means that after 278 USB hubs are scanned as in the section above. While hubs have their own 391 It is pretty uncommon to have a large USB bus with lots of hubs on an
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | Kconfig | 84 bool "Disable external hubs" 88 external hubs. OTG hosts are allowed to reduce hardware 89 and software costs by not supporting external hubs. So
|
| /OK3568_Linux_fs/buildroot/package/uhubctl/ |
| H A D | Config.in | 7 Control USB power per-port on smart USB hubs.
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A 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
|
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | ledtrig-usbport.rst | 29 only one LED user will most likely want to assign ports from all 3 hubs.
|
| /OK3568_Linux_fs/kernel/Documentation/hid/ |
| H A 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
|
| H A D | hidraw.rst | 107 USB controller, hubs, ports, etc). For Bluetooth devices, the string
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A 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
|
| H A 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
|
| H A D | power-management.rst | 255 than hubs. Hubs, at least, appear to be reasonably well-behaved in
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | arcnet-hardware.rst | 113 Usually, the ARCnet networks are built up from STAR cards and hubs. There 114 are two types of hubs - active and passive. Passive hubs are small boxes 123 The shielding is connected together. Active hubs are much more complicated; 126 hubs come in two variants - dumb and smart. The dumb variant just 128 coming through. This is much better if you have several hubs in the net, 129 since many dumb active hubs may worsen the signal quality. 145 more than eleven active hubs between any two computers. That of course 146 doesn't limit the number of active hubs on the network. 152 Remember that you cannot connect two passive hubs together. The power loss 227 There are also hubs for the TP topology. There is nothing difficult [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/ |
| H A D | Kconfig | 11 leaves and the inner nodes are special USB devices called hubs.
|
| /OK3568_Linux_fs/kernel/drivers/usb/ |
| H A D | Kconfig | 58 leaves and the inner nodes are special USB devices called hubs.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-bus-usb | 9 hubs this facility is always enabled and their device
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-usb | 234 Most hubs are able to detect over-current situations on their
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/3com/ |
| H A D | vortex.rst | 349 WARNING: DO NOT hook up hubs/switches/bridges to these
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | intel_idle.rst | 226 controllers, I/O hubs etc.).
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | Kconfig | 170 (TT) in USB 2.0 hubs. Without this, only one transfer will be
|
| /OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/ |
| H A D | modules.builtin.modinfo | |