Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c310 static int hfa384x_cmd(struct net_device *dev, u16 cmd, u16 param0, in hfa384x_cmd() function
816 res = hfa384x_cmd(dev, HFA384X_CMDCODE_ACCESS, rid, NULL, NULL); in hfa384x_get_rid()
913 res = hfa384x_cmd(dev, HFA384X_CMDCODE_ACCESS_WRITE, rid, NULL, NULL); in hfa384x_set_rid()
1006 res = hfa384x_cmd(dev, HFA384X_CMDCODE_DISABLE, 0, in prism2_reset_port()
1012 res = hfa384x_cmd(dev, HFA384X_CMDCODE_ENABLE, 0, in prism2_reset_port()
1449 if (hfa384x_cmd(dev, HFA384X_CMDCODE_ENABLE, 0, NULL, NULL)) { in prism2_hw_enable()
1533 hfa384x_cmd(dev, HFA384X_CMDCODE_DISABLE, 0, NULL, NULL)) in prism2_hw_shutdown()
3086 local->func->cmd = hfa384x_cmd; in prism2_init_local_data()