| /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 | 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 …]
|
| /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() 635 if (!(dev->config->get_status(dev) & VIRTIO_CONFIG_S_DRIVER_OK)) in virtio_device_restore_priv() 655 dev->failed = dev->config->get_status(dev) & VIRTIO_CONFIG_S_FAILED; in virtio_device_freeze() 686 dev->failed = dev->config->get_status(dev) & VIRTIO_CONFIG_S_FAILED; in virtio_device_reset_prepare()
|
| /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 | mt6397-regulator.c | 242 .get_status = mt6397_get_status, 256 .get_status = mt6397_get_status, 264 .get_status = mt6397_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 | 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 | twl6030-regulator.c | 293 .get_status = twl6030reg_get_status, 305 .get_status = twl6030reg_get_status, 500 .get_status = twl6030reg_get_status,
|
| H A D | mt6359-regulator.c | 435 .get_status = mt6359_get_status, 449 .get_status = mt6359_get_status, 456 .get_status = mt6359_get_status, 468 .get_status = mt6359_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,
|
| /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()
|
| /linux/include/soc/tegra/ |
| H A D | tegra-cbb.h | 30 u32 (*get_status)(struct tegra_cbb *cbb); member
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_encoder_phys_vid.c | 626 if (phys_enc->hw_intf && phys_enc->hw_intf->ops.get_status) in dpu_encoder_phys_vid_disable() 627 phys_enc->hw_intf->ops.get_status(phys_enc->hw_intf, &intf_status); in dpu_encoder_phys_vid_disable() 722 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_status) in dpu_encoder_phys_vid_get_frame_count() 725 phys_enc->hw_intf->ops.get_status(phys_enc->hw_intf, &s); in dpu_encoder_phys_vid_get_frame_count()
|
| H A D | dpu_hw_intf.h | 89 void (*get_status)(struct dpu_hw_intf *intf, member
|
| /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/tools/testing/kunit/ |
| H A D | kunit_parser.py | 118 def get_status(self) -> TestStatus: member in TestCounts 689 elif test.counts.get_status() == TestStatus.TEST_CRASHED: 862 test.status = test.counts.get_status()
|
| /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()
|