/openbmc/u-boot/drivers/input/ |
H A D | keyboard-uclass.c | 10 static int keyboard_start(struct stdio_dev *sdev) in keyboard_start() 21 static int keyboard_stop(struct stdio_dev *sdev) in keyboard_stop() 32 static int keyboard_tstc(struct stdio_dev *sdev) in keyboard_tstc() 47 static int keyboard_getc(struct stdio_dev *sdev) in keyboard_getc() 65 struct stdio_dev *sdev = &priv->sdev; in keyboard_pre_probe() local
|
H A D | cros_ec_keyb.c | 185 struct stdio_dev *sdev = &uc_priv->sdev; in cros_ec_kbd_probe() local
|
H A D | i8042.c | 317 struct stdio_dev *sdev = &uc_priv->sdev; in i8042_kbd_probe() local
|
H A D | tegra-kbc.c | 288 struct stdio_dev *sdev = &uc_priv->sdev; in tegra_kbd_probe() local
|
/openbmc/qemu/hw/char/ |
H A D | spapr_vty.c | 16 SpaprVioDevice sdev; member 55 static int vty_getchars(SpaprVioDevice *sdev, uint8_t *buf, int max) in vty_getchars() 81 void vty_putchars(SpaprVioDevice *sdev, uint8_t *buf, int len) in vty_putchars() 90 static void spapr_vty_realize(SpaprVioDevice *sdev, Error **errp) in spapr_vty_realize() 111 SpaprVioDevice *sdev; in h_put_term_char() local 138 SpaprVioDevice *sdev; in h_get_term_char() local 208 SpaprVioDevice *sdev, *selected; in spapr_vty_get_default() local 245 SpaprVioDevice *sdev; in vty_lookup() local
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial.c | 184 static int serial_stub_start(struct stdio_dev *sdev) in serial_stub_start() 191 static int serial_stub_stop(struct stdio_dev *sdev) in serial_stub_stop() 198 static void serial_stub_putc(struct stdio_dev *sdev, const char ch) in serial_stub_putc() 205 static void serial_stub_puts(struct stdio_dev *sdev, const char *str) in serial_stub_puts() 212 static int serial_stub_getc(struct stdio_dev *sdev) in serial_stub_getc() 219 static int serial_stub_tstc(struct stdio_dev *sdev) in serial_stub_tstc()
|
H A D | serial-uclass.c | 342 static void serial_stub_putc(struct stdio_dev *sdev, const char ch) in serial_stub_putc() 348 static void serial_stub_puts(struct stdio_dev *sdev, const char *str) in serial_stub_puts() 353 static int serial_stub_getc(struct stdio_dev *sdev) in serial_stub_getc() 358 static int serial_stub_tstc(struct stdio_dev *sdev) in serial_stub_tstc() 431 struct stdio_dev sdev; in serial_post_probe() local
|
/openbmc/qemu/hw/net/ |
H A D | spapr_llan.c | 99 SpaprVioDevice sdev; member 207 SpaprVioDevice *sdev = VIO_SPAPR_DEVICE(dev); in spapr_vlan_receive() local 299 static void spapr_vlan_reset(SpaprVioDevice *sdev) in spapr_vlan_reset() 319 static void spapr_vlan_realize(SpaprVioDevice *sdev, Error **errp) in spapr_vlan_realize() 445 SpaprVioDevice *sdev = spapr_vio_find_by_reg(spapr->vio_bus, reg); in h_register_logical_lan() local 507 SpaprVioDevice *sdev = spapr_vio_find_by_reg(spapr->vio_bus, reg); in h_free_logical_lan() local 637 SpaprVioDevice *sdev = spapr_vio_find_by_reg(spapr->vio_bus, reg); in h_add_logical_lan_buffer() local 687 SpaprVioDevice *sdev = spapr_vio_find_by_reg(spapr->vio_bus, reg); in h_send_logical_lan() local 769 SpaprVioDevice *sdev = spapr_vio_find_by_reg(spapr->vio_bus, reg); in h_change_logical_lan_mac() local
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-iommu.c | 82 static bool virtio_iommu_device_bypassed(IOMMUDevice *sdev) in virtio_iommu_device_bypassed() 111 static bool virtio_iommu_switch_address_space(IOMMUDevice *sdev) in virtio_iommu_switch_address_space() 306 IOMMUDevice *sdev = container_of(ep->iommu_mr, IOMMUDevice, iommu_mr); in virtio_iommu_detach_endpoint_from_domain() local 391 static void add_prop_resv_regions(IOMMUDevice *sdev) in add_prop_resv_regions() 410 IOMMUDevice *sdev; in virtio_iommu_find_add_as() local 506 static int rebuild_resv_regions(IOMMUDevice *sdev) in rebuild_resv_regions() 541 IOMMUDevice *sdev; in virtio_iommu_set_host_iova_ranges() local 573 IOMMUDevice *sdev; in virtio_iommu_unset_host_iova_ranges() local 720 IOMMUDevice *sdev; in virtio_iommu_attach() local 893 static ssize_t virtio_iommu_fill_resv_mem_prop(IOMMUDevice *sdev, uint32_t ep, in virtio_iommu_fill_resv_mem_prop() [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | smmuv3.c | 827 SMMUDevice *sdev = container_of(mr, SMMUDevice, iommu); in smmuv3_decode_config() local 871 static SMMUTransCfg *smmuv3_get_config(SMMUDevice *sdev, SMMUEventInfo *event) in smmuv3_get_config() 902 static void smmuv3_flush_config(SMMUDevice *sdev) in smmuv3_flush_config() 1041 SMMUDevice *sdev = container_of(mr, SMMUDevice, iommu); in smmuv3_translate() local 1147 SMMUDevice *sdev = container_of(mr, SMMUDevice, iommu); in smmuv3_notify_iova() local 1207 SMMUDevice *sdev; in smmuv3_inv_notifiers_iova() local 1331 SMMUDevice *sdev = smmu_find_sdev(bs, sid); in smmuv3_cmdq_consume() local 1370 SMMUDevice *sdev = smmu_find_sdev(bs, sid); in smmuv3_cmdq_consume() local 2006 SMMUDevice *sdev = container_of(iommu, SMMUDevice, iommu); in smmuv3_notify_flag_changed() local
|
H A D | smmu-common.c | 231 SMMUDevice *sdev = (SMMUDevice *)key; in smmu_hash_remove_by_sid_range() local 853 SMMUDevice *sdev; in smmu_find_add_as() local 917 SMMUDevice *sdev; in smmu_inv_notifiers_all() local
|
/openbmc/u-boot/include/ |
H A D | keyboard.h | 14 struct stdio_dev sdev; member
|
H A D | video_console.h | 64 struct stdio_dev sdev; member
|
H A D | serial.h | 273 struct stdio_dev *sdev; member
|
/openbmc/u-boot/drivers/video/ |
H A D | vidconsole-uclass.c | 455 static void vidconsole_putc(struct stdio_dev *sdev, const char ch) in vidconsole_putc() 463 static void vidconsole_puts(struct stdio_dev *sdev, const char *s) in vidconsole_puts() 488 struct stdio_dev *sdev = &priv->sdev; in vidconsole_post_probe() local
|
/openbmc/u-boot/common/ |
H A D | stdio.c | 143 struct stdio_dev *sdev; in stdio_probe_device() local 176 struct stdio_dev *sdev; in stdio_get_by_name() local
|
H A D | usb_kbd.c | 355 static int usb_kbd_testc(struct stdio_dev *sdev) 381 static int usb_kbd_getc(struct stdio_dev *sdev) 618 struct stdio_dev *sdev; local
|
H A D | console.c | 156 static bool console_dev_is_serial(struct stdio_dev *sdev) in console_dev_is_serial()
|
/openbmc/qemu/hw/scsi/ |
H A D | megasas.c | 772 SCSIDevice *sdev = SCSI_DEVICE(kid->child); in megasas_ctrl_get_info() local 1002 SCSIDevice *sdev = SCSI_DEVICE(kid->child); in megasas_dcmd_pd_get_list() local 1047 static int megasas_pd_get_info_submit(SCSIDevice *sdev, int lun, in megasas_pd_get_info_submit() 1137 SCSIDevice *sdev = NULL; in megasas_dcmd_pd_get_info() local 1183 SCSIDevice *sdev = SCSI_DEVICE(kid->child); in megasas_dcmd_ld_get_list() local 1236 SCSIDevice *sdev = SCSI_DEVICE(kid->child); in megasas_dcmd_ld_list_query() local 1255 static int megasas_ld_get_info_submit(SCSIDevice *sdev, int lun, in megasas_ld_get_info_submit() 1315 SCSIDevice *sdev = NULL; in megasas_dcmd_ld_get_info() local 1379 SCSIDevice *sdev = SCSI_DEVICE(kid->child); in megasas_dcmd_cfg_read() local 1705 struct SCSIDevice *sdev = NULL; in megasas_handle_scsi() local [all …]
|
H A D | mptsas.c | 272 uint8_t *lun, SCSIDevice **sdev) in mptsas_scsi_device_find() 296 SCSIDevice *sdev; in mptsas_process_scsi_io_request() local 409 SCSIDevice *sdev; in mptsas_process_scsi_task_mgmt() local
|
H A D | scsi-bus.c | 1763 void scsi_device_set_ua(SCSIDevice *sdev, SCSISense sense) in scsi_device_set_ua() 1791 void scsi_device_purge_requests(SCSIDevice *sdev, SCSISense sense) in scsi_device_purge_requests() 1805 void scsi_device_drained_begin(SCSIDevice *sdev) in scsi_device_drained_begin() 1827 void scsi_device_drained_end(SCSIDevice *sdev) in scsi_device_drained_end()
|
/openbmc/u-boot/board/nokia/rx51/ |
H A D | rx51.c | 596 int rx51_kp_tstc(struct stdio_dev *sdev) in rx51_kp_tstc() 652 int rx51_kp_getc(struct stdio_dev *sdev) in rx51_kp_getc()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | virtio-scsi.c | 68 const ScsiDevice *sdev = vdev->scsi_device; in prepare_request() local 220 ScsiDevice *sdev = vdev->scsi_device; in virtio_scsi_locate_device() local
|
/openbmc/qemu/hw/s390x/ |
H A D | event-facility.c | 391 DeviceState *sdev = DEVICE(obj); in init_event_facility() local 425 SCLPEventFacility *sdev = EVENT_FACILITY(dev); in reset_event_facility() local
|
/openbmc/qemu/hw/nvram/ |
H A D | spapr_nvram.c | 44 SpaprVioDevice sdev; member
|