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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dscan.c15 * @bpst_offset: value at which to start scanning (if type ==
25 unsigned bpst_offset)
40 cmd->wStartTime = cpu_to_le16(bpst_offset);
90 unsigned bpst_offset = 0; local
93 result = sscanf(buf, "%u %u %u\n", &channel, &type, &bpst_offset);
95 result = uwb_rc_scan(rc, channel, type, bpst_offset);
23 uwb_rc_scan(struct uwb_rc *rc, unsigned channel, enum uwb_scan_type type, unsigned bpst_offset) argument
H A Duwb-internal.h64 int channel, unsigned bpst_offset);
67 unsigned bpst_offset);
H A Dbeacon.c20 static int uwb_rc_start_beacon(struct uwb_rc *rc, u16 bpst_offset, u8 channel) argument
31 cmd->wBPSTOffset = cpu_to_le16(bpst_offset);
78 int uwb_rc_beacon(struct uwb_rc *rc, int channel, unsigned bpst_offset) argument
89 result = uwb_rc_start_beacon(rc, bpst_offset, channel);
99 bpst_offset = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/uwb/
H A Dspec.h730 __le16 bpst_offset; member in struct:uwb_rc_evt_bp_switch_status

Completed in 185 milliseconds