Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1829 l2fsm.event_count = L2_EVENT_COUNT; in Isdnl2New()
/linux-4.4.14/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.c2253 l2fsm.event_count = L2_EVENT_COUNT; in Isdnl2_Init()
/linux-4.4.14/drivers/uio/
Duio.c420 s32 event_count; member
449 listener->event_count = atomic_read(&idev->event); in uio_open()
500 if (listener->event_count != atomic_read(&idev->event)) in uio_poll()
512 s32 event_count; in uio_read() local
525 event_count = atomic_read(&idev->event); in uio_read()
526 if (event_count != listener->event_count) { in uio_read()
528 if (copy_to_user(buf, &event_count, count)) in uio_read()
531 listener->event_count = event_count; in uio_read()
/linux-4.4.14/drivers/base/power/
Dwakeup.c128 if (ws->event_count) { in wakeup_source_record()
137 deleted_ws.event_count += ws->event_count; in wakeup_source_record()
554 ws->event_count++; in wakeup_source_report_event()
1014 ws->name, active_count, ws->event_count, in print_wakeup_source_stats()
Dsysfs.c379 count = dev->power.wakeup->event_count; in wakeup_count_show()
/linux-4.4.14/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()
/linux-4.4.14/include/linux/
Dpm_wakeup.h66 unsigned long event_count; member
/linux-4.4.14/drivers/net/ethernet/amd/
Damd8111e.c375 unsigned int event_count; in amd8111e_set_coalesce() local
386 event_count = coal_conf->rx_event_count; in amd8111e_set_coalesce()
388 event_count > MAX_EVENT_COUNT ) in amd8111e_set_coalesce()
393 writel((u32)DLY_INT_A_R0|( event_count<< 16 )|timeout, in amd8111e_set_coalesce()
399 event_count = coal_conf->tx_event_count; in amd8111e_set_coalesce()
401 event_count > MAX_EVENT_COUNT ) in amd8111e_set_coalesce()
407 writel((u32)DLY_INT_B_T0|( event_count<< 16 )|timeout, in amd8111e_set_coalesce()
/linux-4.4.14/drivers/misc/
Dds1682.c126 static SENSOR_DEVICE_ATTR_2(event_count, S_IRUGO | S_IWUSR, ds1682_show,
/linux-4.4.14/include/linux/ceph/
Dosd_client.h234 u64 event_count; member
/linux-4.4.14/drivers/platform/x86/
Deeepc-laptop.c165 u16 event_count[128]; /* count for each event */ member
1249 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
1554 count = asus->event_count[event % 128]++; in asus_acpi_notify()
/linux-4.4.14/drivers/input/tablet/
Daiptek.c1339 static DEVICE_ATTR(event_count, S_IRUGO, show_tabletEventsReceived, NULL);
/linux-4.4.14/net/ceph/
Dosd_client.c2306 event->cookie = ++osdc->event_count; in ceph_osdc_create_event()
2633 osdc->event_count = 0; in ceph_osdc_init()