Searched refs:atmel_send_command (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/wireless/atmel/ |
D | atmel.c | 589 static void atmel_send_command(struct atmel_private *priv, int command, 2762 atmel_send_command(priv, CMD_Scan, &cmd, sizeof(cmd)); in atmel_scan() 2788 atmel_send_command(priv, CMD_Join, &cmd, sizeof(cmd)); in join() 2808 atmel_send_command(priv, CMD_Start, &cmd, sizeof(cmd)); in start() 4038 static void atmel_send_command(struct atmel_private *priv, int command, in atmel_send_command() function 4054 atmel_send_command(priv, command, cmd, cmd_size); in atmel_send_command_wait()
|