Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/uwb/
Dscan.c59 unsigned bpst_offset) in uwb_rc_scan() argument
74 cmd->wStartTime = cpu_to_le16(bpst_offset); in uwb_rc_scan()
124 unsigned bpst_offset = 0; in uwb_rc_scan_store() local
127 result = sscanf(buf, "%u %u %u\n", &channel, &type, &bpst_offset); in uwb_rc_scan_store()
129 result = uwb_rc_scan(rc, channel, type, bpst_offset); in uwb_rc_scan_store()
Dbeacon.c43 static int uwb_rc_start_beacon(struct uwb_rc *rc, u16 bpst_offset, u8 channel) in uwb_rc_start_beacon() argument
54 cmd->wBPSTOffset = cpu_to_le16(bpst_offset); in uwb_rc_start_beacon()
115 int uwb_rc_beacon(struct uwb_rc *rc, int channel, unsigned bpst_offset) in uwb_rc_beacon() argument
126 result = uwb_rc_start_beacon(rc, bpst_offset, channel); in uwb_rc_beacon()
136 bpst_offset = 0; in uwb_rc_beacon()
Duwb-internal.h63 int channel, unsigned bpst_offset);
66 unsigned bpst_offset);
/linux-3.4.99/include/linux/uwb/
Dspec.h735 __le16 bpst_offset; member