| /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 …]
|
| /linux/drivers/net/wan/ |
| H A D | wanxl.c | 85 static inline port_status_t *get_status(struct port *port) in get_status() function 93 u32 value = get_status(port)->cable; in wanxl_cable_intr() 163 desc_t *desc = &get_status(port)->tx_descs[port->tx_in]; in wanxl_tx_intr() 271 desc = &get_status(port)->tx_descs[port->tx_out]; in wanxl_xmit() 297 if (get_status(port)->tx_descs[port->tx_out].stat != PACKET_EMPTY) { in wanxl_xmit() 324 get_status(port)->encoding = encoding; in wanxl_attach() 325 get_status(port)->parity = parity; in wanxl_attach() 343 line.clock_type = get_status(port)->clocking; in wanxl_ioctl() 368 get_status(port)->clocking = line.clock_type; in wanxl_ioctl() 383 if (get_status(port)->open) { in wanxl_open() [all …]
|
| /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 …]
|
| /linux/drivers/virtio/ |
| H A D | virtio.c | 34 return sysfs_emit(buf, "0x%08x\n", dev->config->get_status(dev)); in status_show() 199 dev->config->set_status(dev, dev->config->get_status(dev) | status); in virtio_add_status() 228 status = dev->config->get_status(dev); in virtio_features_ok() 352 if (!(dev->config->get_status(dev) & VIRTIO_CONFIG_S_DRIVER_OK)) in virtio_dev_probe() 378 WARN_ON_ONCE(dev->config->get_status(dev)); in virtio_dev_remove() 657 if (!(dev->config->get_status(dev) & VIRTIO_CONFIG_S_DRIVER_OK)) in virtio_device_restore_priv() 677 dev->failed = dev->config->get_status(dev) & VIRTIO_CONFIG_S_FAILED; in virtio_device_freeze() 708 dev->failed = dev->config->get_status(dev) & VIRTIO_CONFIG_S_FAILED; in virtio_device_reset_prepare()
|
| /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,
|
| /linux/drivers/pcmcia/ |
| H A D | cs.c | 247 skt->ops->get_status(skt, &status); in socket_reset() 306 s->ops->get_status(s, &status); in socket_shutdown() 321 skt->ops->get_status(skt, &status); in socket_setup() 328 skt->ops->get_status(skt, &status); in socket_setup() 375 skt->ops->get_status(skt, &status); in socket_setup() 565 skt->ops->get_status(skt, &status); in socket_detect_change()
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | as102_fe.h | 12 int (*get_status)(void *priv, struct as10x_tune_status *tstate); member
|
| H A D | au8522_dig.c | 665 if (fe->ops.tuner_ops.get_status) { in au8522_read_status() 669 fe->ops.tuner_ops.get_status(fe, &tuner_status); in au8522_read_status()
|
| H A D | tda8261.c | 161 .get_status = tda8261_get_status,
|
| /linux/include/soc/tegra/ |
| H A D | tegra-cbb.h | 30 u32 (*get_status)(struct tegra_cbb *cbb); member
|
| /linux/drivers/vhost/ |
| H A D | vdpa.c | 300 status = ops->get_status(vdpa); in vhost_vdpa_get_status() 320 status_old = ops->get_status(vdpa); in vhost_vdpa_set_status() 483 if (ops->get_status(vdpa) & VIRTIO_CONFIG_S_FEATURES_OK) in vhost_vdpa_set_features() 603 if (!(ops->get_status(vdpa) & VIRTIO_CONFIG_S_DRIVER_OK)) in vhost_vdpa_suspend() 626 if (!(ops->get_status(vdpa) & VIRTIO_CONFIG_S_DRIVER_OK)) in vhost_vdpa_resume() 692 if (ops->get_status(vdpa) & VIRTIO_CONFIG_S_DRIVER_OK) in vhost_vdpa_vring_ioctl() 721 if (ops->get_status(vdpa) & in vhost_vdpa_vring_ioctl() 734 if ((ops->get_status(vdpa) & VIRTIO_CONFIG_S_DRIVER_OK) && !v->suspended) in vhost_vdpa_vring_ioctl() 745 if ((ops->get_status(vdpa) & VIRTIO_CONFIG_S_DRIVER_OK) && !v->suspended) in vhost_vdpa_vring_ioctl() 764 if (ops->get_status(vdpa) & in vhost_vdpa_vring_ioctl()
|
| /linux/drivers/regulator/ |
| H A D | mt6358-regulator.c | 461 .get_status = mt6358_get_status, 475 .get_status = mt6358_get_status, 487 .get_status = mt6358_get_status, 500 .get_status = mt6358_get_status,
|
| H A D | twl6030-regulator.c | 293 .get_status = twl6030reg_get_status, 305 .get_status = twl6030reg_get_status, 500 .get_status = twl6030reg_get_status,
|
| H A D | wm831x-dcdc.c | 318 .get_status = wm831x_dcdc_get_status, 540 .get_status = wm831x_dcdc_get_status, 672 .get_status = wm831x_boostp_get_status, 769 .get_status = wm831x_dcdc_get_status,
|
| H A D | wm831x-ldo.c | 204 .get_status = wm831x_gp_ldo_get_status, 416 .get_status = wm831x_aldo_get_status, 563 .get_status = wm831x_alive_ldo_get_status,
|
| H A D | twl-regulator.c | 407 .get_status = twl4030reg_get_status, 451 .get_status = twl4030reg_get_status,
|
| /linux/include/linux/ |
| H A D | enclosure.h | 55 void (*get_status)(struct enclosure_device *, member
|
| /linux/drivers/char/xilinx_hwicap/ |
| H A D | xilinx_hwicap.h | 85 u32 (*get_status)(struct hwicap_drvdata *drvdata); member
|
| /linux/include/linux/framer/ |
| H A D | framer-provider.h | 53 int (*get_status)(struct framer *framer, struct framer_status *status); member
|
| /linux/drivers/remoteproc/ |
| H A D | ti_sci_proc.h | 122 ret = tsp->ops->get_status(tsp->sci, tsp->proc_id, boot_vector, in ti_sci_proc_get_status()
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_parser.py | 119 def get_status(self) -> TestStatus: 694 elif test.counts.get_status() == TestStatus.TEST_CRASHED: 697 if status == TestStatus.FAILURE and test.counts.get_status() == TestStatus.SUCCESS: 871 test.status = test.counts.get_status() 118 def get_status(self) -> TestStatus: global() member in TestCounts
|
| /linux/drivers/net/wan/framer/ |
| H A D | framer-core.c | 261 if (!framer->ops->get_status) in framer_get_status() 268 ret = framer->ops->get_status(framer, status); in framer_get_status() 615 if (WARN_ON((ops->flags & FRAMER_FLAG_POLL_STATUS) && !ops->get_status)) in framer_create()
|
| /linux/include/pcmcia/ |
| H A D | ss.h | 124 int (*get_status)(struct pcmcia_socket *s, u_int *value); member
|
| /linux/drivers/crypto/hisilicon/zip/ |
| H A D | zip_crypto.c | 86 u32 (*get_status)(struct hisi_zip_sqe *sqe); member 327 status = ops->get_status(sqe); in hisi_zip_acomp_cb() 414 .get_status = hisi_zip_get_status,
|
| /linux/sound/soc/renesas/rcar/ |
| H A D | ssiu.c | 248 .get_status = rsnd_ssiu_get_status, in rsnd_ssiu_init_gen2() 439 .get_status = rsnd_ssiu_get_status, in rsnd_ssiu_mod_get()
|