Home
last modified time | relevance | path

Searched refs:hvcsd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvcs.c302 static int hvcs_has_pi(struct hvcs_struct *hvcsd);
304 struct hvcs_struct *hvcsd);
305 static int hvcs_get_pi(struct hvcs_struct *hvcsd);
308 static int hvcs_partner_connect(struct hvcs_struct *hvcsd);
309 static void hvcs_partner_free(struct hvcs_struct *hvcsd);
311 static int hvcs_enable_device(struct hvcs_struct *hvcsd,
339 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_vtys_show() local
343 spin_lock_irqsave(&hvcsd->lock, flags); in hvcs_partner_vtys_show()
344 retval = sprintf(buf, "%X\n", hvcsd->p_unit_address); in hvcs_partner_vtys_show()
345 spin_unlock_irqrestore(&hvcsd in hvcs_partner_vtys_show()
353 struct hvcs_struct *hvcsd = from_vio_dev(viod); hvcs_partner_clcs_show() local
378 struct hvcs_struct *hvcsd = from_vio_dev(viod); hvcs_current_vty_show() local
395 struct hvcs_struct *hvcsd = from_vio_dev(viod); hvcs_vterm_state_store() local
432 struct hvcs_struct *hvcsd = from_vio_dev(viod); hvcs_vterm_state_show() local
447 struct hvcs_struct *hvcsd = from_vio_dev(viod); hvcs_index_show() local
504 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_unthrottle() local
515 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_throttle() local
530 struct hvcs_struct *hvcsd = dev_instance; hvcs_handle_interrupt() local
542 hvcs_try_write(struct hvcs_struct *hvcsd) hvcs_try_write() argument
572 hvcs_io(struct hvcs_struct *hvcsd) hvcs_io() argument
628 struct hvcs_struct *hvcsd; khvcsd() local
684 struct hvcs_struct *hvcsd = container_of(p, struct hvcs_struct, port); hvcs_destruct_port() local
747 struct hvcs_struct *hvcsd; hvcs_probe() local
824 struct hvcs_struct *hvcsd = dev_get_drvdata(&dev->dev); hvcs_remove() local
866 hvcs_set_pi(struct hvcs_partner_info *pi, struct hvcs_struct *hvcsd) hvcs_set_pi() argument
889 hvcs_get_pi(struct hvcs_struct *hvcsd) hvcs_get_pi() argument
926 struct hvcs_struct *hvcsd; hvcs_rescan_devices_list() local
947 hvcs_has_pi(struct hvcs_struct *hvcsd) hvcs_has_pi() argument
960 hvcs_partner_connect(struct hvcs_struct *hvcsd) hvcs_partner_connect() argument
1011 hvcs_partner_free(struct hvcs_struct *hvcsd) hvcs_partner_free() argument
1021 hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address, unsigned int irq, struct vio_dev *vdev) hvcs_enable_device() argument
1065 struct hvcs_struct *hvcsd; hvcs_get_by_index() local
1086 struct hvcs_struct *hvcsd; hvcs_install() local
1163 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_open() local
1181 struct hvcs_struct *hvcsd; hvcs_close() local
1231 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_cleanup() local
1245 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_hangup() local
1306 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_write() local
1410 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_write_room() local
1420 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_chars_in_buffer() local
[all...]
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvcs.c296 static int hvcs_get_pi(struct hvcs_struct *hvcsd);
299 static void hvcs_partner_free(struct hvcs_struct *hvcsd);
317 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_vtys_show() local
321 spin_lock_irqsave(&hvcsd->lock, flags); in hvcs_partner_vtys_show()
322 retval = sprintf(buf, "%X\n", hvcsd->p_unit_address); in hvcs_partner_vtys_show()
323 spin_unlock_irqrestore(&hvcsd->lock, flags); in hvcs_partner_vtys_show()
331 struct hvcs_struct *hvcsd = from_vio_dev(viod); in hvcs_partner_clcs_show() local
335 spin_lock_irqsave(&hvcsd->lock, flags); in hvcs_partner_clcs_show()
336 retval = sprintf(buf, "%s\n", &hvcsd->p_location_code[0]); in hvcs_partner_clcs_show()
337 spin_unlock_irqrestore(&hvcsd in hvcs_partner_clcs_show()
356 struct hvcs_struct *hvcsd = from_vio_dev(viod); hvcs_current_vty_show() local
373 struct hvcs_struct *hvcsd = from_vio_dev(viod); hvcs_vterm_state_store() local
410 struct hvcs_struct *hvcsd = from_vio_dev(viod); hvcs_vterm_state_show() local
425 struct hvcs_struct *hvcsd = from_vio_dev(viod); hvcs_index_show() local
487 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_unthrottle() local
498 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_throttle() local
513 struct hvcs_struct *hvcsd = dev_instance; hvcs_handle_interrupt() local
525 hvcs_try_write(struct hvcs_struct *hvcsd) hvcs_try_write() argument
555 hvcs_io(struct hvcs_struct *hvcsd) hvcs_io() argument
610 struct hvcs_struct *hvcsd; khvcsd() local
666 struct hvcs_struct *hvcsd = container_of(p, struct hvcs_struct, port); hvcs_destruct_port() local
732 struct hvcs_struct *hvcsd; hvcs_probe() local
801 struct hvcs_struct *hvcsd = dev_get_drvdata(&dev->dev); hvcs_remove() local
842 hvcs_set_pi(struct hvcs_partner_info *pi, struct hvcs_struct *hvcsd) hvcs_set_pi() argument
865 hvcs_get_pi(struct hvcs_struct *hvcsd) hvcs_get_pi() argument
902 struct hvcs_struct *hvcsd; hvcs_rescan_devices_list() local
923 hvcs_has_pi(struct hvcs_struct *hvcsd) hvcs_has_pi() argument
936 hvcs_partner_connect(struct hvcs_struct *hvcsd) hvcs_partner_connect() argument
987 hvcs_partner_free(struct hvcs_struct *hvcsd) hvcs_partner_free() argument
997 hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address, unsigned int irq, struct vio_dev *vdev) hvcs_enable_device() argument
1041 struct hvcs_struct *hvcsd; hvcs_get_by_index() local
1062 struct hvcs_struct *hvcsd; hvcs_install() local
1139 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_open() local
1157 struct hvcs_struct *hvcsd; hvcs_close() local
1210 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_cleanup() local
1224 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_hangup() local
1262 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_write() local
1367 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_write_room() local
1377 struct hvcs_struct *hvcsd = tty->driver_data; hvcs_chars_in_buffer() local
[all...]

Completed in 3 milliseconds