Home
last modified time | relevance | path

Searched refs:lbtf_cmd_with_response (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/wireless/marvell/libertas_tf/
Dcmd.c90 ret = lbtf_cmd_with_response(priv, CMD_GET_HW_SPEC, &cmd); in lbtf_update_hw_spec()
160 ret = lbtf_cmd_with_response(priv, CMD_802_11_RF_CHANNEL, &cmd); in lbtf_set_channel()
413 ret = lbtf_cmd_with_response(priv, CMD_802_11_RADIO_CONTROL, &cmd); in lbtf_set_radio_control()
Dlibertas_tf.h507 #define lbtf_cmd_with_response(priv, cmdnr, cmd) \ macro
Dif_usb.c108 if (lbtf_cmd_with_response(priv, CMD_SET_BOOT2_VER, &b2_cmd)) in if_usb_setup_firmware()