[go: nahoru, domu]

Searched refs:live (Results 1 - 11 of 11) sorted by relevance

/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c60 u32 old, live; local
65 live = host1x_sync_readl(host, HOST1X_SYNC_SYNCPT(sp->id));
66 } while ((u32)atomic_cmpxchg(&sp->min_val, old, live) != old);
68 if (!host1x_syncpt_check_max(sp, live))
73 return live;
/drivers/media/rc/keymaps/
H A DMakefile29 rc-dntv-live-dvb-t.o \
30 rc-dntv-live-dvbt-pro.o \
/drivers/infiniband/core/
H A Duverbs_cmd.c74 * - In addition, each object has a "live" flag. If this flag is not
78 * operation will set the live flag to 0 and then drop the rwsem;
80 * live flag is 0, and then drop the rwsem and its reference to
93 uobj->live = 0;
173 if (!uobj->live) {
191 if (!uobj->live) {
557 uobj->live = 1;
591 uobj->live = 0;
800 obj->uobject.live = 1;
840 int live; local
[all...]
H A Duverbs_main.c506 /* for XRC target qp's, check that qp is live */
507 if (!event->element.qp->uobject || !event->element.qp->uobject->live)
/drivers/isdn/hardware/eicon/
H A Dmi_pc.h87 dword volatile live; member in struct:mp_load
H A Dos_pri.c356 i = READ_DWORD(&boot->live);
359 if (i == READ_DWORD(&boot->live)) {
/drivers/usb/host/
H A Dehci-sched.c649 /* qh->qh_next still "live" to HC */
2384 bool modified, live; local
2394 live = true;
2397 live = false;
2422 if (frame == now_frame && live) {
2464 && live
H A Dfotg210-hcd.c2997 /* init as live, toggle clear, advance to dummy */
3749 /* qh->qh_next still "live" to HC */
4810 bool modified, live; local
4820 live = true;
4823 live = false;
4848 if (frame == now_frame && live) {
H A Dfusbh200-hcd.c2945 /* init as live, toggle clear, advance to dummy */
3689 /* qh->qh_next still "live" to HC */
4744 bool modified, live; local
4754 live = true;
4757 live = false;
4782 if (frame == now_frame && live) {
H A Doxu210hp-hcd.c1485 /* init as live, toggle clear, advance to dummy */
2030 /* qh->qh_next still "live" to HC */
2278 /* don't scan past the live uframe */
2298 int live; local
2300 live = HC_IS_RUNNING(oxu_to_hcd(oxu)->state);
/drivers/i2c/busses/
H A DKconfig64 and temperature sensors live. Saying yes here will give you access
201 live. Saying yes here will give you access to these in addition

Completed in 342 milliseconds