Searched refs:WSPI_INIT_CMD_LEN (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | spi.c | 49 cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl1251_spi_reset() 58 memset(cmd, 0xff, WSPI_INIT_CMD_LEN); in wl1251_spi_reset() 61 t.len = WSPI_INIT_CMD_LEN; in wl1251_spi_reset() 66 wl1251_dump(DEBUG_SPI, "spi reset -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_reset() 75 u8 *cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl1251_spi_wake() 113 t.len = WSPI_INIT_CMD_LEN; in wl1251_spi_wake() 118 wl1251_dump(DEBUG_SPI, "spi init -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_wake()
|
H A D | spi.h | 39 #define WSPI_INIT_CMD_LEN 8 macro
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | spi.c | 49 cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl1251_spi_reset() 58 memset(cmd, 0xff, WSPI_INIT_CMD_LEN); in wl1251_spi_reset() 61 t.len = WSPI_INIT_CMD_LEN; in wl1251_spi_reset() 66 wl1251_dump(DEBUG_SPI, "spi reset -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_reset() 76 u8 *cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl1251_spi_wake() 114 t.len = WSPI_INIT_CMD_LEN; in wl1251_spi_wake() 119 wl1251_dump(DEBUG_SPI, "spi init -> ", cmd, WSPI_INIT_CMD_LEN); in wl1251_spi_wake()
|
H A D | spi.h | 39 #define WSPI_INIT_CMD_LEN 8 macro
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | spi.c | 49 #define WSPI_INIT_CMD_LEN 8 macro 97 cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl12xx_spi_reset() 107 memset(cmd, 0xff, WSPI_INIT_CMD_LEN); in wl12xx_spi_reset() 110 t.len = WSPI_INIT_CMD_LEN; in wl12xx_spi_reset() 124 u8 *cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl12xx_spi_init() 165 t.len = WSPI_INIT_CMD_LEN; in wl12xx_spi_init()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | spi.c | 48 #define WSPI_INIT_CMD_LEN 8 macro 96 cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl12xx_spi_reset() 106 memset(cmd, 0xff, WSPI_INIT_CMD_LEN); in wl12xx_spi_reset() 109 t.len = WSPI_INIT_CMD_LEN; in wl12xx_spi_reset() 123 u8 *cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL); in wl12xx_spi_init() 164 t.len = WSPI_INIT_CMD_LEN; in wl12xx_spi_init()
|
Completed in 3 milliseconds