Searched refs:whcrc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dwhc-rc.c25 * For each device probed, creates an 'struct whcrc' which contains
63 struct whcrc { struct
81 * @rc: Instance of a Radio Controller that is a whcrc
85 * We copy the command into whcrc->cmd_buf (as it is pretty and
96 struct whcrc *whcrc = uwb_rc->priv; local
97 struct device *dev = &whcrc->umc_dev->dev;
109 if (le_readl(whcrc->rc_base + URCSTS) & URCSTS_HALTED) {
115 result = wait_event_timeout(whcrc->cmd_wq,
116 !(le_readl(whcrc
137 struct whcrc *whcrc = rc->priv; local
157 whcrc_enable_events(struct whcrc *whcrc) argument
171 struct whcrc *whcrc = container_of(work, struct whcrc, event_work); local
191 struct whcrc *whcrc = _whcrc; local
217 whcrc_setup_rc_umc(struct whcrc *whcrc) argument
281 whcrc_release_rc_umc(struct whcrc *whcrc) argument
304 struct whcrc *whcrc = rc->priv; local
335 struct whcrc *whcrc = rc->priv; local
346 whcrc_init(struct whcrc *whcrc) argument
366 struct whcrc *whcrc; local
423 struct whcrc *whcrc = umc_get_drvdata(umc_dev); local
435 struct whcrc *whcrc = umc_get_drvdata(umc); local
444 struct whcrc *whcrc = umc_get_drvdata(umc); local
[all...]

Completed in 36 milliseconds