Searched refs:windows_device_priv (Results 1 – 2 of 2) sorted by relevance
520 struct windows_device_priv *priv = _device_priv(dev_handle->dev); in windows_assign_endpoints()596 struct windows_device_priv *priv = _device_priv(transfer->dev_handle->dev); in auto_claim()857 struct windows_device_priv *parent_priv, *priv = _device_priv(dev); in force_hcd_device_descriptor()892 struct windows_device_priv *priv = _device_priv(dev); in cache_config_descriptors()997 struct windows_device_priv *priv, *parent_priv; in init_device()1196 struct windows_device_priv *priv = _device_priv(dev); in set_composite_interface()1249 struct windows_device_priv *priv = _device_priv(dev); in set_hid_interface()1298 struct windows_device_priv *priv, *parent_priv; in windows_get_device_list()1690 struct windows_device_priv *priv = _device_priv(dev); in windows_get_device_descriptor()1700 struct windows_device_priv *priv = _device_priv(dev); in windows_get_config_descriptor()[all …]
200 struct windows_device_priv { struct222 static inline struct windows_device_priv *_device_priv(struct libusb_device *dev) in _device_priv() argument224 return (struct windows_device_priv *)dev->os_priv; in _device_priv()227 static inline struct windows_device_priv *windows_device_priv_init(struct libusb_device *dev) in windows_device_priv_init()229 struct windows_device_priv *p = _device_priv(dev); in windows_device_priv_init()256 struct windows_device_priv *p = _device_priv(dev); in windows_device_priv_release()