Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c310 static int hfa384x_cmd(struct net_device *dev, u16 cmd, u16 param0, in hfa384x_cmd() function
810 res = hfa384x_cmd(dev, HFA384X_CMDCODE_ACCESS, rid, NULL, NULL); in hfa384x_get_rid()
907 res = hfa384x_cmd(dev, HFA384X_CMDCODE_ACCESS_WRITE, rid, NULL, NULL); in hfa384x_set_rid()
1000 res = hfa384x_cmd(dev, HFA384X_CMDCODE_DISABLE, 0, in prism2_reset_port()
1006 res = hfa384x_cmd(dev, HFA384X_CMDCODE_ENABLE, 0, in prism2_reset_port()
1446 if (hfa384x_cmd(dev, HFA384X_CMDCODE_ENABLE, 0, NULL, NULL)) { in prism2_hw_enable()
1530 hfa384x_cmd(dev, HFA384X_CMDCODE_DISABLE, 0, NULL, NULL)) in prism2_hw_shutdown()
3101 local->func->cmd = hfa384x_cmd; in prism2_init_local_data()