Searched refs:is_busy (Results 1 – 17 of 17) sorted by relevance
/linux/include/linux/mfd/ |
H A D | rz-mtu3.h | 137 bool is_busy; member 157 if (ch->is_busy) { in rz_mtu3_request_channel() 162 ch->is_busy = true; in rz_mtu3_request_channel() 171 ch->is_busy = false; in rz_mtu3_release_channel()
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_mdio.c | 52 bool is_busy; in enetc_mdio_wait_complete() local 55 is_busy, !is_busy, 10, 10 * 1000); in enetc_mdio_wait_complete()
|
/linux/drivers/input/rmi4/ |
H A D | rmi_f54.c | 109 bool is_busy; member 207 f54->is_busy = 1; in rmi_f54_request_report() 316 if (f54->is_busy) { in rmi_f54_buffer_queue() 331 while (f54->is_busy) { in rmi_f54_buffer_queue() 607 f54->is_busy = false; in rmi_f54_work() 656 f54->is_busy = false; in rmi_f54_detect()
|
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_cmd.c | 174 bool is_busy; in hns_roce_cmd_mbox() local 177 if (!hr_dev->hw->chk_mbox_avail(hr_dev, &is_busy)) in hns_roce_cmd_mbox() 178 return is_busy ? -EBUSY : 0; in hns_roce_cmd_mbox()
|
/linux/kernel/trace/ |
H A D | trace_dynevent.c | 61 if (!ops || !ops->create || !ops->show || !ops->is_busy || in dyn_event_register() 205 if (ev->ops->is_busy(ev)) { in dyn_events_release_all()
|
H A D | trace_dynevent.h | 44 bool (*is_busy)(struct dyn_event *ev); member
|
H A D | trace_eprobe.c | 189 .is_busy = eprobe_dyn_event_is_busy,
|
H A D | trace_fprobe.c | 36 .is_busy = trace_fprobe_is_busy,
|
H A D | trace_uprobe.c | 50 .is_busy = trace_uprobe_is_busy,
|
H A D | trace_kprobe.c | 50 .is_busy = trace_kprobe_is_busy,
|
H A D | trace_events_synth.c | 97 .is_busy = synth_event_is_busy,
|
H A D | trace_events_user.c | 1943 .is_busy = user_event_is_busy,
|
/linux/include/media/ |
H A D | videobuf2-core.h | 668 unsigned int is_busy:1; member 1204 return !!q->is_busy; in vb2_is_busy()
|
/linux/drivers/media/pci/mgb4/ |
H A D | mgb4_sysfs_out.c | 39 static bool is_busy(struct video_device *dev) in is_busy() function 108 if (mgbdev->vin[i] && is_busy(&mgbdev->vin[i]->vdev)) in video_source_store() 111 if (mgbdev->vout[i] && is_busy(&mgbdev->vout[i]->vdev)) in video_source_store()
|
/linux/drivers/counter/ |
H A D | rz-mtu3-cnt.c | 130 if (ch->is_busy && !priv->count_is_enabled[id]) { in rz_mtu3_lock_if_counter_is_valid() 149 if (ch->is_busy && !priv->count_is_enabled[id]) { in rz_mtu3_lock_if_count_is_enabled() 523 if (priv->ch->is_busy && !(priv->count_is_enabled[RZ_MTU3_16_BIT_MTU1_CH] || in rz_mtu3_lock_if_ch0_is_enabled()
|
/linux/drivers/mfd/ |
H A D | rz-mtu3.c | 357 ddata->channels[i].is_busy = false; in rz_mtu3_probe()
|
/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 914 q->is_busy = 0; in vb2_core_reqbufs() 1025 q->is_busy = 1; in vb2_core_reqbufs() 1149 q->is_busy = 1; in vb2_core_create_bufs() 2697 q->is_busy = 0; in vb2_core_queue_release()
|