Searched refs:port1 (Results 1 – 9 of 9) 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 | 484 extern int usb_hcd_find_raw_port_number(struct usb_hcd *hcd, int port1);
|
/include/uapi/linux/ |
D | serial.h | 86 int port1; member
|
/include/linux/mlx4/ |
D | driver.h | 85 u8 port1; member
|
D | device.h | 1521 int mlx4_virt2phy_port_map(struct mlx4_dev *dev, u32 port1, u32 port2);
|
/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/ |
D | usb.h | 748 int port1); 756 #define usb_hub_for_each_child(hdev, port1, child) \ argument 757 for (port1 = 1, child = usb_hub_find_child(hdev, port1); \ 758 port1 <= hdev->maxchild; \ 759 child = usb_hub_find_child(hdev, ++port1)) \ 910 int usb_hub_claim_port(struct usb_device *hdev, unsigned port1, 912 int usb_hub_release_port(struct usb_device *hdev, unsigned port1,
|
D | serial_core.h | 431 int uart_match_port(struct uart_port *port1, struct uart_port *port2);
|