Searched refs:adf7242_local (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ieee802154/ |
D | adf7242.c | 270 struct adf7242_local { struct 302 static int adf7242_soft_reset(struct adf7242_local *lp, int line); argument 304 static int adf7242_status(struct adf7242_local *lp, u8 *stat) in adf7242_status() 316 static int adf7242_wait_status(struct adf7242_local *lp, unsigned int status, in adf7242_wait_status() 349 static int adf7242_wait_rc_ready(struct adf7242_local *lp, int line) in adf7242_wait_rc_ready() 355 static int adf7242_wait_spi_ready(struct adf7242_local *lp, int line) in adf7242_wait_spi_ready() 361 static int adf7242_write_fbuf(struct adf7242_local *lp, u8 *data, u8 len) in adf7242_write_fbuf() 392 static int adf7242_read_fbuf(struct adf7242_local *lp, in adf7242_read_fbuf() 432 static int adf7242_read_reg(struct adf7242_local *lp, u16 addr, u8 *data) in adf7242_read_reg() 469 static int adf7242_write_reg(struct adf7242_local *lp, u16 addr, u8 data) in adf7242_write_reg() [all …]
|