Searched defs:bpst_offset (Results 1 - 2 of 2) sorted by relevance

/drivers/uwb/
H A Dscan.c49 * @bpst_offset: value at which to start scanning (if type ==
59 unsigned bpst_offset)
74 cmd->wStartTime = cpu_to_le16(bpst_offset);
124 unsigned bpst_offset = 0; local
127 result = sscanf(buf, "%u %u %u\n", &channel, &type, &bpst_offset);
129 result = uwb_rc_scan(rc, channel, type, bpst_offset);
57 uwb_rc_scan(struct uwb_rc *rc, unsigned channel, enum uwb_scan_type type, unsigned bpst_offset) argument
H A Dbeacon.c43 static int uwb_rc_start_beacon(struct uwb_rc *rc, u16 bpst_offset, u8 channel) argument
54 cmd->wBPSTOffset = cpu_to_le16(bpst_offset);
107 * @bpst_offset: Beacon Period Start Time offset; FIXME-do zero
115 int uwb_rc_beacon(struct uwb_rc *rc, int channel, unsigned bpst_offset) argument
126 result = uwb_rc_start_beacon(rc, bpst_offset, channel);
136 bpst_offset = 0;

Completed in 237 milliseconds