Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/
Dscan.c44 unsigned bpst_offset) in uwb_rc_scan() argument
59 cmd->wStartTime = cpu_to_le16(bpst_offset); in uwb_rc_scan()
109 unsigned bpst_offset = 0; in uwb_rc_scan_store() local
112 result = sscanf(buf, "%u %u %u\n", &channel, &type, &bpst_offset); in uwb_rc_scan_store()
114 result = uwb_rc_scan(rc, channel, type, bpst_offset); in uwb_rc_scan_store()
Dbeacon.c29 static int uwb_rc_start_beacon(struct uwb_rc *rc, u16 bpst_offset, u8 channel) in uwb_rc_start_beacon() argument
40 cmd->wBPSTOffset = cpu_to_le16(bpst_offset); in uwb_rc_start_beacon()
101 int uwb_rc_beacon(struct uwb_rc *rc, int channel, unsigned bpst_offset) in uwb_rc_beacon() argument
113 result = uwb_rc_start_beacon(rc, bpst_offset, channel); in uwb_rc_beacon()
125 bpst_offset = 0; in uwb_rc_beacon()
Duwb-internal.h51 int channel, unsigned bpst_offset);
54 unsigned bpst_offset);
/Linux-v5.4/drivers/staging/uwb/include/
Dspec.h722 __le16 bpst_offset; member