Home
last modified time | relevance | path

Searched refs:port1 (Results 1 – 10 of 10) 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.h488 extern int usb_hcd_find_raw_port_number(struct usb_hcd *hcd, int port1);
/include/drm/
Ddrm_of.h50 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/
Dserial.h86 int port1; member
/include/sound/
Demu8000.h56 unsigned long port1; /* Port usually base+0 */ member
Demu8000_reg.h15 #define EMU8000_DATA0(e) ((e)->port1)
/include/linux/mlx4/
Ddriver.h85 u8 port1; member
Ddevice.h1500 int mlx4_virt2phy_port_map(struct mlx4_dev *dev, u32 port1, u32 port2);
/include/linux/
Dusb.h744 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,
Dserial_core.h444 bool uart_match_port(const struct uart_port *port1,