Searched refs:rt2x00_set_chip_intf (Results 1 – 4 of 4) sorted by relevance
123 rt2x00_set_chip_intf(rt2x00dev, RT2X00_CHIP_INTF_PCIE); in rt2x00pci_probe()125 rt2x00_set_chip_intf(rt2x00dev, RT2X00_CHIP_INTF_PCI); in rt2x00pci_probe()
96 rt2x00_set_chip_intf(rt2x00dev, RT2X00_CHIP_INTF_SOC); in rt2x00soc_probe()
816 rt2x00_set_chip_intf(rt2x00dev, RT2X00_CHIP_INTF_USB); in rt2x00usb_probe()
1138 static inline void rt2x00_set_chip_intf(struct rt2x00_dev *rt2x00dev, in rt2x00_set_chip_intf() function