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
1774
static void update_size_from_config(struct ports_device *portdev)
drivers/char/virtio_console.c
1804
struct ports_device *portdev;
drivers/char/virtio_console.c
1806
portdev = container_of(work, struct ports_device, config_work);
drivers/char/virtio_console.c
1810
static int init_vqs(struct ports_device *portdev)
drivers/char/virtio_console.c
1891
static void remove_vqs(struct ports_device *portdev)
drivers/char/virtio_console.c
1910
struct ports_device *portdev;
drivers/char/virtio_console.c
1961
struct ports_device *portdev;
drivers/char/virtio_console.c
2100
struct ports_device *portdev;
drivers/char/virtio_console.c
2135
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,