Searched refs:beaconing (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/uwb/ |
D | radio.c | 68 channel, rc->beaconing); in uwb_radio_change_channel() 73 if (channel != rc->beaconing) { in uwb_radio_change_channel() 74 if (rc->beaconing != -1 && channel != -1) { in uwb_radio_change_channel() 87 uwb_radio_channel_changed(rc, rc->beaconing); in uwb_radio_change_channel() 191 rc->beaconing = -1; in uwb_radio_reset_state()
|
D | ie.c | 306 if (uwb_rc->beaconing != -1) in uwb_rc_ie_add() 373 if (uwb_rc->beaconing != -1) in uwb_rc_ie_rm()
|
D | beacon.c | 145 rc->beaconing = channel; in uwb_rc_beacon() 521 rc->beaconing = -1; in uwbd_evt_handle_rc_bp_slot_change() 586 result = sprintf(buf, "%d\n", rc->beaconing); in uwb_rc_beacon_show()
|
D | lc-rc.c | 97 rc->beaconing = -1; in uwb_rc_init()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-uwb_rc | 37 to force a specific channel to be used when beaconing, 38 or, if <channel> is -1, to prohibit beaconing. If 44 the radio controller is not beaconing. 83 not beaconing or scanning.
|
/linux-4.1.27/include/linux/ |
D | uwb.h | 391 int beaconing; /* Beaconing state [channel number] */ member
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 87 control bandwidth assignment, beaconing, scanning, etc 156 now on), such as to start/stop beaconing, scan, allocate bandwidth, etc.
|