Symbol: ports_device
drivers/char/virtio_console.c
1322
static int add_port(struct ports_device *portdev, u32 id)
drivers/char/virtio_console.c
1524
struct ports_device *portdev,
drivers/char/virtio_console.c
1662
struct ports_device *portdev;
drivers/char/virtio_console.c
1667
portdev = container_of(work, struct ports_device, control_work);
drivers/char/virtio_console.c
172
struct ports_device *portdev;
drivers/char/virtio_console.c
1758
struct ports_device *portdev;
drivers/char/virtio_console.c
1766
struct ports_device *portdev;
drivers/char/virtio_console.c
1776
struct ports_device *portdev;
drivers/char/virtio_console.c
1778
portdev = container_of(work, struct ports_device, config_work);
drivers/char/virtio_console.c
1802
static int init_vqs(struct ports_device *portdev)
drivers/char/virtio_console.c
1883
static void remove_vqs(struct ports_device *portdev)
drivers/char/virtio_console.c
1902
struct ports_device *portdev;
drivers/char/virtio_console.c
1953
struct ports_device *portdev;
drivers/char/virtio_console.c
2090
struct ports_device *portdev;
drivers/char/virtio_console.c
2125
struct ports_device *portdev;
drivers/char/virtio_console.c
253
static struct port *find_port_by_devt_in_portdev(struct ports_device *portdev,
drivers/char/virtio_console.c
275
struct ports_device *portdev;
drivers/char/virtio_console.c
291
static struct port *find_port_by_id(struct ports_device *portdev, u32 id)
drivers/char/virtio_console.c
307
static struct port *find_port_by_vq(struct ports_device *portdev,
drivers/char/virtio_console.c
335
static inline bool use_multiport(struct ports_device *portdev)
drivers/char/virtio_console.c
539
static ssize_t __send_control_msg(struct ports_device *portdev, u32 port_id,