Searched refs:ev (Results 26 - 50 of 94) sorted by relevance

1234

/drivers/usb/gadget/
H A Df_fs.c150 * + FFS_NO_SETUP -> FFS_SETUP_PENDING -- P: ev.waitq.lock
152 * + FFS_SETUP_PENDING -> FFS_NO_SETUP -- P: ev.waitq.lock
154 * + FFS_SETUP_PENDING -> FFS_SETUP_CANCELED -- P: ev.waitq.lock
172 } ev; /* the whole structure, P: ev.waitq.lock */ member in struct:ffs_data
356 req->zero = len < le16_to_cpu(ffs->ev.setup.wLength);
358 spin_unlock_irq(&ffs->ev.waitq.lock);
389 if (ffs->ev.can_stall) {
475 spin_lock_irq(&ffs->ev.waitq.lock);
490 if (!(ffs->ev
1999 u8 *ev = ffs->ev.types, *out = ev; local
[all...]
/drivers/scsi/libsas/
H A Dsas_port.c211 struct asd_sas_event *ev = to_asd_sas_event(work); local
212 struct asd_sas_phy *phy = ev->phy;
221 struct asd_sas_event *ev = to_asd_sas_event(work); local
222 struct asd_sas_phy *phy = ev->phy;
238 struct asd_sas_event *ev = to_asd_sas_event(work); local
239 struct asd_sas_phy *phy = ev->phy;
248 struct asd_sas_event *ev = to_asd_sas_event(work); local
249 struct asd_sas_phy *phy = ev->phy;
258 struct asd_sas_event *ev = to_asd_sas_event(work); local
259 struct asd_sas_phy *phy = ev
[all...]
H A Dsas_discover.c217 struct sas_discovery_event *ev = to_sas_discovery_event(work); local
218 struct asd_sas_port *port = ev->port;
305 struct sas_discovery_event *ev = to_sas_discovery_event(work); local
306 struct asd_sas_port *port = ev->port;
389 struct sas_discovery_event *ev = to_sas_discovery_event(work); local
390 struct asd_sas_port *port = ev->port;
446 struct sas_discovery_event *ev = to_sas_discovery_event(work); local
447 struct asd_sas_port *port = ev->port;
497 int sas_discover_event(struct asd_sas_port *port, enum discover_event ev) argument
505 BUG_ON(ev >
[all...]
H A Dsas_event.c108 const int ev = DISCE_REVALIDATE_DOMAIN; local
111 if (!test_and_clear_bit(ev, &d->pending))
114 sas_queue_event(ev, &d->pending, &d->disc_work[ev].work, ha);
/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c78 enum allocation_event ev; local
82 r = sm_ll_inc(&smm->ll, op->block, &ev);
86 r = sm_ll_dec(&smm->ll, op->block, &ev);
261 enum allocation_event ev; local
270 r = sm_ll_insert(&smm->ll, b, count, &ev);
279 enum allocation_event ev; local
286 r = sm_ll_inc(&smm->ll, b, &ev);
296 enum allocation_event ev; local
303 r = sm_ll_dec(&smm->ll, b, &ev);
313 enum allocation_event ev; local
545 enum allocation_event ev; local
[all...]
H A Ddm-space-map-common.h111 int sm_ll_insert(struct ll_disk *ll, dm_block_t b, uint32_t ref_count, enum allocation_event *ev);
112 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev);
113 int sm_ll_dec(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev);
H A Ddm-space-map-common.c375 uint32_t ref_count, enum allocation_event *ev)
434 *ev = SM_ALLOC;
441 *ev = SM_FREE;
450 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev) argument
459 return sm_ll_insert(ll, b, rc + 1, ev);
462 int sm_ll_dec(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev) argument
474 return sm_ll_insert(ll, b, rc - 1, ev);
374 sm_ll_insert(struct ll_disk *ll, dm_block_t b, uint32_t ref_count, enum allocation_event *ev) argument
/drivers/isdn/gigaset/
H A Dev-layer.c1054 struct event_t *ev)
1156 at_state2 = get_free_channel(cs, ev->parameter);
1260 if (ev->parameter > 0 && ev->parameter <= 65535) {
1261 cs->bcs[channel].at_state.cid = ev->parameter;
1310 if (!ev->ptr) {
1315 s = ev->ptr;
1366 __func__, ev->type, at_state->ConState);
1370 __func__, ev->type, at_state->ConState);
1374 ev
1050 do_action(int action, struct cardstate *cs, struct bc_state *bcs, struct at_state_t **p_at_state, char **pp_command, int *p_genresp, int *p_resp_code, struct event_t *ev) argument
1461 process_event(struct cardstate *cs, struct event_t *ev) argument
1782 struct event_t *ev; local
[all...]
H A DMakefile1 gigaset-y := common.o interface.o proc.o ev-layer.o asyncdata.o
/drivers/net/wireless/iwlwifi/
H A Diwl-devtrace.h135 TP_PROTO(const struct device *dev, u32 time, u32 data, u32 ev),
136 TP_ARGS(dev, time, data, ev),
142 __field(u32, ev)
148 __entry->ev = ev;
151 __get_str(dev), __entry->time, __entry->data, __entry->ev)
370 TP_PROTO(const struct device *dev, u32 time, u32 data, u32 ev),
371 TP_ARGS(dev, time, data, ev),
377 __field(u32, ev)
383 __entry->ev
[all...]
/drivers/isdn/pcbit/
H A Dedss1.h97 char *strisdnevent(ushort ev);
H A Dedss1.c145 unsigned short ev; member in struct:isdn_event_desc
167 char *strisdnevent(ushort ev) argument
171 for (entry = isdn_event_table; entry->ev; entry++)
172 if (entry->ev == ev)
/drivers/watchdog/
H A Deurotechwdt.c76 static char *ev = "int"; variable
104 module_param(ev, charp, 0);
105 MODULE_PARM_DESC(ev, "Eurotech WDT event type (default is `int')");
144 !strcmp("int", ev) ? WDT_EVENT_INT : WDT_EVENT_REBOOT);
458 io, irq, (!strcmp("int", ev) ? "int" : "reboot"));
/drivers/staging/crystalhd/
H A Dcrystalhd_misc.h143 #define crystalhd_wait_on_event(ev, condition, timeout, ret, nosig) \
148 add_wait_queue(ev, &entry); \
165 remove_wait_queue(ev, &entry); \
/drivers/s390/net/
H A Dnetiucv.c563 struct iucv_event ev; local
565 ev.conn = conn;
566 ev.data = msg;
567 fsm_event(conn->fsm, CONN_EVENT_RX, &ev);
574 struct iucv_event ev; local
576 ev.conn = conn;
577 ev.data = msg;
578 fsm_event(conn->fsm, CONN_EVENT_TXDONE, &ev);
592 struct iucv_event ev; local
608 ev
716 struct iucv_event *ev = arg; local
752 struct iucv_event *ev = arg; local
839 struct iucv_event *ev = arg; local
863 struct iucv_event *ev = arg; local
996 struct iucv_event *ev = arg; local
1095 struct iucv_event ev; local
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_ruc.c232 struct ib_event ev; local
236 ev.device = qp->ibqp.device;
237 ev.element.srq = qp->ibqp.srq;
238 ev.event = IB_EVENT_SRQ_LIMIT_REACHED;
239 handler(&ev, srq->ibsrq.srq_context);
499 struct ib_event ev; local
501 ev.device = sqp->ibqp.device;
502 ev.element.qp = &sqp->ibqp;
503 ev.event = IB_EVENT_QP_LAST_WQE_REACHED;
504 sqp->ibqp.event_handler(&ev, sq
[all...]
H A Dipath_cq.c71 struct ib_event ev; local
73 ev.device = cq->ibcq.device;
74 ev.element.cq = &cq->ibcq;
75 ev.event = IB_EVENT_CQ_ERR;
76 cq->ibcq.event_handler(&ev, cq->ibcq.cq_context);
/drivers/infiniband/hw/qib/
H A Dqib_ruc.c208 struct ib_event ev; local
212 ev.device = qp->ibqp.device;
213 ev.element.srq = qp->ibqp.srq;
214 ev.event = IB_EVENT_SRQ_LIMIT_REACHED;
215 handler(&ev, srq->ibsrq.srq_context);
231 struct ib_event ev; local
238 ev.device = qp->ibqp.device;
239 ev.element.qp = &qp->ibqp;
240 ev.event = IB_EVENT_PATH_MIG;
241 qp->ibqp.event_handler(&ev, q
629 struct ib_event ev; local
[all...]
H A Dqib_cq.c71 struct ib_event ev; local
73 ev.device = cq->ibcq.device;
74 ev.element.cq = &cq->ibcq;
75 ev.event = IB_EVENT_CQ_ERR;
76 cq->ibcq.event_handler(&ev, cq->ibcq.cq_context);
/drivers/dma/
H A Dpl330.c479 int ev; member in struct:pl330_thread
862 static inline u32 _emit_SEV(unsigned dry_run, u8 buf[], u8 ev) argument
869 ev &= 0x1f;
870 ev <<= 3;
871 buf[1] = ev;
873 PL330_DBGCMD_DUMP(SZ_DMASEV, "\tDMASEV %u\n", ev >> 3);
929 static inline u32 _emit_WFE(unsigned dry_run, u8 buf[], u8 ev, argument
937 ev &= 0x1f;
938 ev <<= 3;
939 buf[1] = ev;
1692 int id, ev, ret = 0; local
1852 int ev; local
1914 _free_event(struct pl330_thread *thrd, int ev) argument
[all...]
/drivers/media/dvb/dvb-usb/
H A Dtechnisat-usb2.c596 struct ir_raw_event ev; local
639 ev.pulse = 0;
641 ev.pulse = !ev.pulse;
642 ev.duration = (*b * FIRMWARE_CLOCK_DIVISOR * FIRMWARE_CLOCK_TICK) / 1000;
643 ir_raw_event_store(d->rc_dev, &ev);
647 ev.pulse = 0;
648 ev.duration = 888888*2;
649 ir_raw_event_store(d->rc_dev, &ev);
/drivers/pps/
H A Dpps.c147 unsigned int ev; local
155 ev = pps->last_ev;
160 ev != pps->last_ev);
173 ev != pps->last_ev,
/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c576 char *ev,
593 ev = iwe_stream_add_event(info, ev, stop, &iwe, IW_EV_ADDR_LEN);
599 ev = iwe_stream_add_point(info, ev, stop, &iwe, scan->essid);
606 ev = iwe_stream_add_event(info, ev, stop, &iwe, IW_EV_FREQ_LEN);
612 tmp = ev + iwe_stream_lcp_len(info);
625 tmp = iwe_stream_add_value(info, ev, tmp, stop, &iwe,
630 tmp = iwe_stream_add_value(info, ev, tm
574 gelic_wl_translate_scan(struct net_device *netdev, struct iw_request_info *info, char *ev, char *stop, struct gelic_wl_scan_info *network) argument
712 char *ev = extra; local
[all...]
/drivers/media/video/
H A Dv4l2-ctrls.c841 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, u32 changes) argument
843 memset(ev->reserved, 0, sizeof(ev->reserved));
844 ev->type = V4L2_EVENT_CTRL;
845 ev->id = ctrl->id;
846 ev->u.ctrl.changes = changes;
847 ev->u.ctrl.type = ctrl->type;
848 ev->u.ctrl.flags = ctrl->flags;
850 ev->u.ctrl.value64 = 0;
852 ev
864 struct v4l2_event ev; local
2391 struct v4l2_event ev; local
[all...]
/drivers/platform/x86/
H A Dsony-laptop.c1071 u32 ev = event; local
1073 if (ev >= 0x90) {
1077 ev -= 0x90;
1079 if (sony_find_snc_handle(0x100) == ev)
1081 if (sony_find_snc_handle(0x127) == ev)
1090 ev);
1092 ev = event;
1094 ev = result & 0xFF;
1102 if (key_event->data == ev) {
1103 ev
2186 type3_handle_irq(const u8 data_mask, const u8 ev) argument
3112 u8 ev = 0; local
[all...]

Completed in 480 milliseconds

1234