Home
last modified time | relevance | path

Searched refs:event_count (Results 1 – 24 of 24) sorted by relevance

/drivers/isdn/hisax/
Dfsm.c30 kzalloc(sizeof(FSMFNPTR) * fsm->state_count * fsm->event_count, GFP_KERNEL); in FsmNew()
35 if ((fnlist[i].state >= fsm->state_count) || (fnlist[i].event >= fsm->event_count)) { in FsmNew()
38 (long)fnlist[i].event, (long)fsm->event_count); in FsmNew()
56 if ((fi->state >= fi->fsm->state_count) || (event >= fi->fsm->event_count)) { in FsmEvent()
58 (long)fi->state, (long)fi->fsm->state_count, event, (long)fi->fsm->event_count); in FsmEvent()
Dfsm.h25 int state_count, event_count; member
Disdnl1.c760 l1fsm_s.event_count = L1_EVENT_COUNT; in Isdnl1New()
768 l1fsm_b.event_count = L1_EVENT_COUNT; in Isdnl1New()
778 l1fsm_u.event_count = L1_EVENT_COUNT; in Isdnl1New()
Dst5481_d.c752 l1fsm.event_count = L1_EVENT_COUNT; in st5481_d_init()
760 dout_fsm.event_count = DOUT_EVENT_COUNT; in st5481_d_init()
Dtei.c455 teifsm.event_count = TEI_EVENT_COUNT; in TeiNew()
Disdnl3.c586 l3fsm.event_count = L3_EVENT_COUNT; in Isdnl3New()
Dhisax_isac.c874 l1fsm.event_count = L1_EVENT_COUNT; in hisax_isac_init()
Dhisax.h172 int state_count, event_count; member
Dcallc.c841 callcfsm.event_count = EVENT_COUNT; in CallcNew()
Disdnl2.c1833 l2fsm.event_count = L2_EVENT_COUNT; in Isdnl2New()
/drivers/isdn/mISDN/
Dfsm.c36 fsm->event_count, GFP_KERNEL); in mISDN_FsmNew()
40 (fnlist[i].event >= fsm->event_count)) { in mISDN_FsmNew()
44 (long)fnlist[i].event, (long)fsm->event_count); in mISDN_FsmNew()
64 (event >= fi->fsm->event_count)) { in mISDN_FsmEvent()
68 (long)fi->fsm->event_count); in mISDN_FsmEvent()
Dfsm.h33 int state_count, event_count; member
Dlayer1.c414 l1fsm_s.event_count = L1_EVENT_COUNT; in l1_init()
Dtei.c1392 teifsmu.event_count = TEI_EVENT_COUNT; in TEIInit()
1397 teifsmn.event_count = TEI_EVENT_COUNT; in TEIInit()
1402 deactfsm.event_count = DEACT_EVENT_COUNT; in TEIInit()
Dlayer2.c2267 l2fsm.event_count = L2_EVENT_COUNT; in Isdnl2_Init()
/drivers/uio/
Duio.c425 s32 event_count; member
454 listener->event_count = atomic_read(&idev->event); in uio_open()
505 if (listener->event_count != atomic_read(&idev->event)) in uio_poll()
517 s32 event_count; in uio_read() local
530 event_count = atomic_read(&idev->event); in uio_read()
531 if (event_count != listener->event_count) { in uio_read()
532 if (copy_to_user(buf, &event_count, count)) in uio_read()
535 listener->event_count = event_count; in uio_read()
/drivers/usb/core/
Ddevices.c651 unsigned int event_count; in usb_device_poll() local
655 event_count = atomic_read(&device_event.count); in usb_device_poll()
656 if (file->f_version != event_count) { in usb_device_poll()
657 file->f_version = event_count; in usb_device_poll()
/drivers/net/ethernet/amd/
Damd8111e.c386 unsigned int event_count; in amd8111e_set_coalesce() local
397 event_count = coal_conf->rx_event_count; in amd8111e_set_coalesce()
399 event_count > MAX_EVENT_COUNT ) in amd8111e_set_coalesce()
404 writel((u32)DLY_INT_A_R0|( event_count<< 16 )|timeout, in amd8111e_set_coalesce()
410 event_count = coal_conf->tx_event_count; in amd8111e_set_coalesce()
412 event_count > MAX_EVENT_COUNT ) in amd8111e_set_coalesce()
418 writel((u32)DLY_INT_B_T0|( event_count<< 16 )|timeout, in amd8111e_set_coalesce()
/drivers/misc/
Dds1682.c128 static SENSOR_DEVICE_ATTR_2(event_count, S_IRUGO | S_IWUSR, ds1682_show,
/drivers/base/power/
Dwakeup.c430 ws->event_count++; in wakeup_source_report_event()
914 ws->name, active_count, ws->event_count, in print_wakeup_source_stats()
Dsysfs.c345 count = dev->power.wakeup->event_count; in wakeup_count_show()
/drivers/platform/x86/
Deeepc-laptop.c165 u16 event_count[128]; /* count for each event */ member
1271 count = eeepc->event_count[event % 128]++; in eeepc_acpi_notify()
Dasus-laptop.c294 u16 event_count[128]; /* count for each event TODO make this better */ member
1545 count = asus->event_count[event % 128]++; in asus_acpi_notify()
/drivers/input/tablet/
Daiptek.c1340 static DEVICE_ATTR(event_count, S_IRUGO, show_tabletEventsReceived, NULL);