Searched refs:bpst_offset (Results 1 – 3 of 3) sorted by relevance
/drivers/uwb/ |
D | scan.c | 59 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()
|
D | beacon.c | 43 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 127 result = uwb_rc_start_beacon(rc, bpst_offset, channel); in uwb_rc_beacon() 139 bpst_offset = 0; in uwb_rc_beacon()
|
D | uwb-internal.h | 64 int channel, unsigned bpst_offset); 67 unsigned bpst_offset);
|