Searched defs:atusb_chip_data (Results 1 – 1 of 1) sorted by relevance
72 struct atusb_chip_data { struct73 u16 t_channel_switch;74 int rssi_base_val;76 int (*set_channel)(struct ieee802154_hw*, u8, u8);77 int (*set_txpower)(struct ieee802154_hw*, s32);765 static struct atusb_chip_data atusb_chip_data = { variable