Home
last modified time | relevance | path

Searched defs:sdev (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/u-boot/drivers/input/
H A Dkeyboard-uclass.c10 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 Dcros_ec_keyb.c185 struct stdio_dev *sdev = &uc_priv->sdev; in cros_ec_kbd_probe() local
H A Di8042.c317 struct stdio_dev *sdev = &uc_priv->sdev; in i8042_kbd_probe() local
H A Dtegra-kbc.c288 struct stdio_dev *sdev = &uc_priv->sdev; in tegra_kbd_probe() local
/openbmc/qemu/hw/char/
H A Dspapr_vty.c16 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 Dserial.c184 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 Dserial-uclass.c342 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 Dspapr_llan.c99 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 Dvirtio-iommu.c82 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 Dsmmuv3.c827 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 Dsmmu-common.c231 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 Dkeyboard.h14 struct stdio_dev sdev; member
H A Dvideo_console.h64 struct stdio_dev sdev; member
H A Dserial.h273 struct stdio_dev *sdev; member
/openbmc/u-boot/drivers/video/
H A Dvidconsole-uclass.c455 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 Dstdio.c143 struct stdio_dev *sdev; in stdio_probe_device() local
176 struct stdio_dev *sdev; in stdio_get_by_name() local
H A Dusb_kbd.c355 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 Dconsole.c156 static bool console_dev_is_serial(struct stdio_dev *sdev) in console_dev_is_serial()
/openbmc/qemu/hw/scsi/
H A Dmegasas.c772 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 Dmptsas.c272 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 Dscsi-bus.c1763 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 Drx51.c596 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 Dvirtio-scsi.c68 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 Devent-facility.c391 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 Dspapr_nvram.c44 SpaprVioDevice sdev; member

12