Searched refs:hwa (Results 1 – 6 of 6) sorted by relevance
3 obj-$(CONFIG_USB_HWA_HCD) += hwa-hc.o
27 will be called "hwa-hc".
4 obj-$(CONFIG_UWB_HWA) += hwa-rc.o
961 u32 hwa, hwi; in current_hweight() local981 hwa = hwi = HWEIGHT_WHOLE; in current_hweight()995 hwa = hwa * active / active_sum; /* max 16bits * 10000 */ in current_hweight()1001 iocg->hweight_active = max_t(u32, hwa, 1); in current_hweight()
1521 struct apertures_struct *hwa) in fb_do_apertures_overlap() argument1524 if (!hwa || !gena) in fb_do_apertures_overlap()1527 for (i = 0; i < hwa->count; ++i) { in fb_do_apertures_overlap()1528 struct aperture *h = &hwa->ranges[i]; in fb_do_apertures_overlap()
194 The HWA-RC (USB dongle) driver (drivers/uwb/hwa-rc.c) does this job for206 /drivers/uwb/hwa-rc.c:hwarc_probe()/ picks it up, that will set up the218 When a dongle is disconnected, /drivers/uwb/hwa-rc.c:hwarc_disconnect()/