Home
last modified time | relevance | path

Searched refs:port1 (Results 1 – 9 of 9) sorted by relevance

/include/linux/usb/
Dof.h22 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
Dhcd.h484 extern int usb_hcd_find_raw_port_number(struct usb_hcd *hcd, int port1);
/include/uapi/linux/
Dserial.h86 int port1; member
/include/linux/mlx4/
Ddriver.h85 u8 port1; member
Ddevice.h1521 int mlx4_virt2phy_port_map(struct mlx4_dev *dev, u32 port1, u32 port2);
/include/sound/
Demu8000.h56 unsigned long port1; /* Port usually base+0 */ member
Demu8000_reg.h15 #define EMU8000_DATA0(e) ((e)->port1)
/include/linux/
Dusb.h748 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,
Dserial_core.h431 int uart_match_port(struct uart_port *port1, struct uart_port *port2);