/openbmc/linux/drivers/fpga/ |
H A D | machxo2-spi.c | 66 static int get_status(struct spi_device *spi, unsigned long *status) in get_status() function 125 ret = get_status(spi, &status); in wait_until_not_busy() 179 get_status(spi, &status); in machxo2_spi_state() 206 get_status(spi, &status); in machxo2_write_init() 227 get_status(spi, &status); in machxo2_write_init() 242 get_status(spi, &status); in machxo2_write_init() 267 get_status(spi, &status); in machxo2_write() 285 get_status(spi, &status); in machxo2_write() 314 get_status(spi, &status); in machxo2_write_complete() 334 get_status(spi, &status); in machxo2_write_complete() [all …]
|
/openbmc/linux/drivers/net/wan/ |
H A D | wanxl.c | 86 static inline port_status_t *get_status(struct port *port) in get_status() function 110 u32 value = get_status(port)->cable; in wanxl_cable_intr() 180 desc_t *desc = &get_status(port)->tx_descs[port->tx_in]; in wanxl_tx_intr() 288 desc = &get_status(port)->tx_descs[port->tx_out]; in wanxl_xmit() 314 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) { in wanxl_xmit() 341 get_status(port)->encoding = encoding; in wanxl_attach() 342 get_status(port)->parity = parity; in wanxl_attach() 360 line.clock_type = get_status(port)->clocking; in wanxl_ioctl() 385 get_status(port)->clocking = line.clock_type; in wanxl_ioctl() 400 if (get_status(port)->open) { in wanxl_open() [all …]
|
/openbmc/linux/drivers/ps3/ |
H A D | ps3av_cmd.c | 158 res = get_status(&video_init); in ps3av_cmd_init() 172 res = get_status(&audio_init); in ps3av_cmd_init() 187 res = get_status(&av_init); in ps3av_cmd_init() 206 res = get_status(&av_fin); in ps3av_cmd_fin() 234 res = get_status(&av_video_mute); in ps3av_cmd_av_video_mute() 255 res = get_status(&av_video_sig); in ps3av_cmd_av_video_disable_sig() 278 res = get_status(&tv_mute); in ps3av_cmd_av_tv_mute() 300 res = get_status(&av_event); in ps3av_cmd_enable_event() 320 res = get_status(&hdmi_mode); in ps3av_cmd_av_hdmi_mode() 428 res = get_status(&video_format); in ps3av_cmd_video_format_black() [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio.c | 115 uint8_t status = d->bus->get_status(d) | in qvirtio_set_features() 119 g_assert_cmphex(d->bus->get_status(d), ==, status); in qvirtio_set_features() 141 g_assert_cmphex(d->bus->get_status(d), ==, 0); in qvirtio_reset() 147 d->bus->set_status(d, d->bus->get_status(d) | VIRTIO_CONFIG_S_ACKNOWLEDGE); in qvirtio_set_acknowledge() 148 g_assert_cmphex(d->bus->get_status(d), ==, VIRTIO_CONFIG_S_ACKNOWLEDGE); in qvirtio_set_acknowledge() 153 d->bus->set_status(d, d->bus->get_status(d) | VIRTIO_CONFIG_S_DRIVER); in qvirtio_set_driver() 154 g_assert_cmphex(d->bus->get_status(d), ==, in qvirtio_set_driver() 160 d->bus->set_status(d, d->bus->get_status(d) | VIRTIO_CONFIG_S_DRIVER_OK); in qvirtio_set_driver_ok() 161 g_assert_cmphex(d->bus->get_status(d), ==, VIRTIO_CONFIG_S_DRIVER_OK | in qvirtio_set_driver_ok()
|
H A D | virtio-pci-modern.c | 109 static uint8_t get_status(QVirtioDevice *d) in get_status() function 268 .get_status = get_status,
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio.c | 34 return sysfs_emit(buf, "0x%08x\n", dev->config->get_status(dev)); in status_show() 166 dev->config->set_status(dev, dev->config->get_status(dev) | status); in virtio_add_status() 195 status = dev->config->get_status(dev); in virtio_features_ok() 310 if (!(dev->config->get_status(dev) & VIRTIO_CONFIG_S_DRIVER_OK)) in virtio_dev_probe() 335 WARN_ON_ONCE(dev->config->get_status(dev)); in virtio_dev_remove() 496 dev->failed = dev->config->get_status(dev) & VIRTIO_CONFIG_S_FAILED; in virtio_device_freeze() 548 if (!(dev->config->get_status(dev) & VIRTIO_CONFIG_S_DRIVER_OK)) in virtio_device_restore()
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_sandbox.c | 98 .get_status = sandbox_sysreset_get_status, 116 .get_status = sandbox_warm_sysreset_get_status,
|
H A D | sysreset-uclass.c | 33 if (!ops->get_status) in sysreset_get_status() 36 return ops->get_status(dev, buf, size); in sysreset_get_status()
|
/openbmc/linux/drivers/regulator/ |
H A D | mt6331-regulator.c | 268 .get_status = mt6331_get_status, 280 .get_status = mt6331_get_status, 305 .get_status = mt6331_get_status, 323 .get_status = mt6331_get_status, 331 .get_status = mt6331_get_status,
|
H A D | mt6332-regulator.c | 252 .get_status = mt6332_get_status, 264 .get_status = mt6332_get_status, 278 .get_status = mt6332_get_status, 296 .get_status = mt6332_get_status,
|
H A D | mt6323-regulator.c | 239 .get_status = mt6323_get_status, 251 .get_status = mt6323_get_status, 261 .get_status = mt6323_get_status,
|
H A D | max77857-regulator.c | 258 .get_status = max77857_get_status, 271 .get_status = max77857_get_status, 282 .get_status = max77857_get_status,
|
H A D | mt6397-regulator.c | 242 .get_status = mt6397_get_status, 256 .get_status = mt6397_get_status, 264 .get_status = mt6397_get_status,
|
H A D | mt6358-regulator.c | 462 .get_status = mt6358_get_status, 476 .get_status = mt6358_get_status, 488 .get_status = mt6358_get_status, 496 .get_status = mt6358_get_status,
|
/openbmc/linux/drivers/soc/tegra/cbb/ |
H A D | tegra-cbb.c | 107 if (cbb->ops->get_status) in tegra_cbb_get_status() 108 return cbb->ops->get_status(cbb); in tegra_cbb_get_status()
|
/openbmc/linux/drivers/mfd/ |
H A D | rave-sp.c | 157 int (*get_status)(struct rave_sp *sp, struct rave_sp_status *); member 701 ret = sp->variant->cmd.get_status(sp, &status); in rave_sp_get_status() 734 .get_status = rave_sp_emulated_get_status, 742 .get_status = rave_sp_rdu1_get_status, 750 .get_status = rave_sp_emulated_get_status,
|
/openbmc/linux/drivers/pcmcia/ |
H A D | cs.c | 264 skt->ops->get_status(skt, &status); in socket_reset() 323 s->ops->get_status(s, &status); in socket_shutdown() 338 skt->ops->get_status(skt, &status); in socket_setup() 345 skt->ops->get_status(skt, &status); in socket_setup() 392 skt->ops->get_status(skt, &status); in socket_setup() 582 skt->ops->get_status(skt, &status); in socket_detect_change()
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_sandbox.c | 183 .get_status = virtio_sandbox_get_status, 212 .get_status = virtio_sandbox_get_status,
|
H A D | virtio-uclass.c | 66 return ops->get_status(vdev->parent, status); in virtio_get_status() 210 !ops->get_status || !ops->set_status || in virtio_uclass_pre_probe()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | as102_fe.h | 12 int (*get_status)(void *priv, struct as10x_tune_status *tstate); member
|
/openbmc/u-boot/include/ |
H A D | sysreset.h | 40 int (*get_status)(struct udevice *dev, char *buf, int size); member
|
/openbmc/linux/drivers/power/supply/ |
H A D | ipaq_micro_battery.c | 111 static int get_status(struct power_supply *b) in get_status() function 155 val->intval = get_status(b); in micro_batt_get_property()
|
/openbmc/linux/include/soc/tegra/ |
H A D | tegra-cbb.h | 30 u32 (*get_status)(struct tegra_cbb *cbb); member
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spinand.h | 243 int (*get_status)(struct spinand_device *spinand, u8 status); member 293 .get_status = __get_status, \
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder_phys_vid.c | 569 if (phys_enc->hw_intf && phys_enc->hw_intf->ops.get_status) in dpu_encoder_phys_vid_disable() 570 phys_enc->hw_intf->ops.get_status(phys_enc->hw_intf, &intf_status); in dpu_encoder_phys_vid_disable() 662 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_status) in dpu_encoder_phys_vid_get_frame_count() 665 phys_enc->hw_intf->ops.get_status(phys_enc->hw_intf, &s); in dpu_encoder_phys_vid_get_frame_count()
|