Searched refs:port1 (Results 1 – 10 of 10) sorted by relevance
/include/linux/usb/ |
D | of.h | 22 struct device_node *usb_of_get_device_node(struct usb_device *hub, int port1); 43 usb_of_get_device_node(struct usb_device *hub, int port1) in usb_of_get_device_node() argument
|
D | hcd.h | 488 extern int usb_hcd_find_raw_port_number(struct usb_hcd *hcd, int port1);
|
/include/drm/ |
D | drm_of.h | 50 int drm_of_lvds_get_dual_link_pixel_order(const struct device_node *port1, 96 drm_of_lvds_get_dual_link_pixel_order(const struct device_node *port1, in drm_of_lvds_get_dual_link_pixel_order() argument
|
/include/uapi/linux/ |
D | serial.h | 86 int port1; member
|
/include/sound/ |
D | emu8000.h | 56 unsigned long port1; /* Port usually base+0 */ member
|
D | emu8000_reg.h | 15 #define EMU8000_DATA0(e) ((e)->port1)
|
/include/linux/mlx4/ |
D | driver.h | 85 u8 port1; member
|
D | device.h | 1500 int mlx4_virt2phy_port_map(struct mlx4_dev *dev, u32 port1, u32 port2);
|
/include/linux/ |
D | usb.h | 744 int port1); 752 #define usb_hub_for_each_child(hdev, port1, child) \ argument 753 for (port1 = 1, child = usb_hub_find_child(hdev, port1); \ 754 port1 <= hdev->maxchild; \ 755 child = usb_hub_find_child(hdev, ++port1)) \ 917 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1, 919 int usb_hub_release_port(struct usb_device *hdev, unsigned port1,
|
D | serial_core.h | 444 bool uart_match_port(const struct uart_port *port1,
|