Lines Matching refs:ports_device

136 struct ports_device {  struct
185 struct ports_device *portdev;
269 static struct port *find_port_by_devt_in_portdev(struct ports_device *portdev, in find_port_by_devt_in_portdev()
291 struct ports_device *portdev; in find_port_by_devt()
307 static struct port *find_port_by_id(struct ports_device *portdev, u32 id) in find_port_by_id()
323 static struct port *find_port_by_vq(struct ports_device *portdev, in find_port_by_vq()
351 static inline bool use_multiport(struct ports_device *portdev) in use_multiport()
559 static ssize_t __send_control_msg(struct ports_device *portdev, u32 port_id, in __send_control_msg()
1390 static int add_port(struct ports_device *portdev, u32 id) in add_port()
1608 struct ports_device *portdev, in handle_control_message()
1746 struct ports_device *portdev; in control_work_handler()
1751 portdev = container_of(work, struct ports_device, control_work); in control_work_handler()
1829 struct ports_device *portdev; in control_intr()
1837 struct ports_device *portdev; in config_intr()
1847 struct ports_device *portdev; in config_work_handler()
1849 portdev = container_of(work, struct ports_device, control_work); in config_work_handler()
1873 static int init_vqs(struct ports_device *portdev) in init_vqs()
1964 static void remove_vqs(struct ports_device *portdev) in remove_vqs()
1971 static void remove_controlq_data(struct ports_device *portdev) in remove_controlq_data()
1996 struct ports_device *portdev; in virtcons_probe()
2116 struct ports_device *portdev; in virtcons_remove()
2174 struct ports_device *portdev; in virtcons_freeze()
2208 struct ports_device *portdev; in virtcons_restore()