Lines Matching refs:usb_buf
980 addr, 0, &priv->usb_buf.val8, sizeof(u8), in rtl8xxxu_read8()
982 data = priv->usb_buf.val8; in rtl8xxxu_read8()
1000 addr, 0, &priv->usb_buf.val16, sizeof(u16), in rtl8xxxu_read16()
1002 data = le16_to_cpu(priv->usb_buf.val16); in rtl8xxxu_read16()
1020 addr, 0, &priv->usb_buf.val32, sizeof(u32), in rtl8xxxu_read32()
1022 data = le32_to_cpu(priv->usb_buf.val32); in rtl8xxxu_read32()
1037 priv->usb_buf.val8 = val; in rtl8xxxu_write8()
1040 addr, 0, &priv->usb_buf.val8, sizeof(u8), in rtl8xxxu_write8()
1057 priv->usb_buf.val16 = cpu_to_le16(val); in rtl8xxxu_write16()
1060 addr, 0, &priv->usb_buf.val16, sizeof(u16), in rtl8xxxu_write16()
1076 priv->usb_buf.val32 = cpu_to_le32(val); in rtl8xxxu_write32()
1079 addr, 0, &priv->usb_buf.val32, sizeof(u32), in rtl8xxxu_write32()