Searched refs:uwb (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/drivers/uwb/ |
D | Makefile | 1 obj-$(CONFIG_UWB) += uwb.o 6 uwb-objs := \ 25 uwb-debug.o \
|
/linux-3.4.99/Documentation/usb/ |
D | WUSB-Design-overview.txt | 164 /sys/class/uwb and in /sys/bus/uwb/devices. 167 RC is also a device, so they also show in /sys/class/uwb and 168 /sys/bus/uwb/devices, but at the same time, only radio controllers show 194 The HWA-RC (USB dongle) driver (drivers/uwb/hwa-rc.c) does this job for 203 /drivers/uwb/ptc/usb.c:ptc_usb_probe()/] and then it is reenumerated. 205 /drivers/uwb/hwa-rc.c:hwarc_probe()/ picks it up, that will set up the 207 the world [/drivers/uwb/lc-rc.c:uwb_rc_add()/]. 217 When a dongle is disconnected, /drivers/uwb/hwa-rc.c:hwarc_disconnect()/ 235 /drivers/uwb/neh.c:uwb_rc_neh_grok()/ and delivered to the UWBD, the UWB 241 [/drivers/uwb/lc-dev.c:uwbd_dev_onair()/]. Similarly, when no beacons [all …]
|
/linux-3.4.99/drivers/platform/x86/ |
D | asus-wmi.c | 198 struct asus_rfkill uwb; member 848 if (asus->uwb.rfkill) { in asus_wmi_rfkill_exit() 849 rfkill_unregister(asus->uwb.rfkill); in asus_wmi_rfkill_exit() 850 rfkill_destroy(asus->uwb.rfkill); in asus_wmi_rfkill_exit() 851 asus->uwb.rfkill = NULL; in asus_wmi_rfkill_exit() 893 result = asus_new_rfkill(asus, &asus->uwb, "asus-uwb", in asus_wmi_rfkill_init() 1785 if (asus->uwb.rfkill) { in asus_hotk_restore() 1787 rfkill_set_sw_state(asus->uwb.rfkill, bl); in asus_hotk_restore()
|
D | thinkpad_acpi.c | 315 u32 uwb:1; member 4360 tp_features.uwb = hkey_handle && in uwb_init() 4365 str_supported(tp_features.uwb), in uwb_init() 4370 tp_features.uwb = 1; in uwb_init() 4374 if (tp_features.uwb && in uwb_init() 4377 tp_features.uwb = 0; in uwb_init() 4382 if (!tp_features.uwb) in uwb_init()
|
/linux-3.4.99/drivers/ |
D | Kconfig | 91 source "drivers/uwb/Kconfig"
|
D | Makefile | 72 obj-$(CONFIG_UWB) += uwb/
|
/linux-3.4.99/arch/h8300/ |
D | Kconfig | 207 source "drivers/uwb/Kconfig"
|
/linux-3.4.99/arch/cris/ |
D | Kconfig | 672 source "drivers/uwb/Kconfig"
|
/linux-3.4.99/ |
D | MAINTAINERS | 6862 F: drivers/uwb/ 6863 F: include/linux/uwb.h 6864 F: include/linux/uwb/
|