Searched refs:port1 (Results 1 – 9 of 9) sorted by relevance
| /include/linux/usb/ |
| A D | of.h | 21 enum usb_port_connect_type usb_of_get_connect_type(struct usb_device *hub, int port1); 22 struct device_node *usb_of_get_device_node(struct usb_device *hub, int port1); 43 usb_of_get_connect_type(const struct usb_device *hub, int port1) in usb_of_get_connect_type() argument 48 usb_of_get_device_node(struct usb_device *hub, int port1) in usb_of_get_device_node() argument
|
| A D | hcd.h | 465 extern int usb_hcd_find_raw_port_number(struct usb_hcd *hcd, int port1);
|
| /include/drm/ |
| A D | drm_of.h | 53 int drm_of_lvds_get_dual_link_pixel_order(const struct device_node *port1, 55 int drm_of_lvds_get_dual_link_pixel_order_sink(struct device_node *port1, 108 drm_of_lvds_get_dual_link_pixel_order(const struct device_node *port1, in drm_of_lvds_get_dual_link_pixel_order() argument 115 drm_of_lvds_get_dual_link_pixel_order_sink(struct device_node *port1, in drm_of_lvds_get_dual_link_pixel_order_sink() argument
|
| /include/sound/ |
| A D | emu8000.h | 56 unsigned long port1; /* Port usually base+0 */ member
|
| A D | emu8000_reg.h | 15 #define EMU8000_DATA0(e) ((e)->port1)
|
| /include/uapi/linux/ |
| A D | serial.h | 87 int port1; member
|
| /include/linux/ |
| A D | usb.h | 759 int port1); 767 #define usb_hub_for_each_child(hdev, port1, child) \ argument 768 for (port1 = 1, child = usb_hub_find_child(hdev, port1); \ 769 port1 <= hdev->maxchild; \ 770 child = usb_hub_find_child(hdev, ++port1)) \ 927 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1, 929 int usb_hub_release_port(struct usb_device *hdev, unsigned port1,
|
| A D | serial_core.h | 1124 bool uart_match_port(const struct uart_port *port1,
|
| /include/linux/mlx4/ |
| A D | device.h | 1519 int mlx4_virt2phy_port_map(struct mlx4_dev *dev, u32 port1, u32 port2);
|
Completed in 28 milliseconds