/drivers/isdn/hisax/ |
D | fsm.c | 30 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()
|
D | fsm.h | 25 int state_count, event_count; member
|
D | isdnl1.c | 760 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()
|
D | st5481_d.c | 752 l1fsm.event_count = L1_EVENT_COUNT; in st5481_d_init() 760 dout_fsm.event_count = DOUT_EVENT_COUNT; in st5481_d_init()
|
D | tei.c | 455 teifsm.event_count = TEI_EVENT_COUNT; in TeiNew()
|
D | isdnl3.c | 586 l3fsm.event_count = L3_EVENT_COUNT; in Isdnl3New()
|
D | hisax_isac.c | 874 l1fsm.event_count = L1_EVENT_COUNT; in hisax_isac_init()
|
D | hisax.h | 172 int state_count, event_count; member
|
D | callc.c | 841 callcfsm.event_count = EVENT_COUNT; in CallcNew()
|
/drivers/isdn/mISDN/ |
D | fsm.c | 36 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()
|
D | fsm.h | 33 int state_count, event_count; member
|
D | layer1.c | 414 l1fsm_s.event_count = L1_EVENT_COUNT; in l1_init()
|
D | tei.c | 1392 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()
|
/drivers/uio/ |
D | uio.c | 428 s32 event_count; member 457 listener->event_count = atomic_read(&idev->event); in uio_open() 508 if (listener->event_count != atomic_read(&idev->event)) in uio_poll() 520 s32 event_count; in uio_read() local 533 event_count = atomic_read(&idev->event); in uio_read() 534 if (event_count != listener->event_count) { in uio_read() 536 if (copy_to_user(buf, &event_count, count)) in uio_read() 539 listener->event_count = event_count; in uio_read()
|
/drivers/base/power/ |
D | wakeup.c | 131 if (ws->event_count) { in wakeup_source_record() 140 deleted_ws.event_count += ws->event_count; in wakeup_source_record() 555 ws->event_count++; in wakeup_source_report_event() 1047 ws->name, active_count, ws->event_count, in print_wakeup_source_stats()
|
D | sysfs.c | 381 count = dev->power.wakeup->event_count; in wakeup_count_show()
|
/drivers/usb/core/ |
D | devices.c | 647 unsigned int event_count; in usb_device_poll() local 651 event_count = atomic_read(&device_event.count); in usb_device_poll() 652 if (file->f_version != event_count) { in usb_device_poll() 653 file->f_version = event_count; in usb_device_poll()
|
/drivers/net/ethernet/amd/ |
D | amd8111e.c | 375 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()
|
/drivers/misc/ |
D | ds1682.c | 126 static SENSOR_DEVICE_ATTR_2(event_count, S_IRUGO | S_IWUSR, ds1682_show,
|
/drivers/staging/ks7010/ |
D | ks_wlan.h | 455 atomic_t event_count; member
|
D | ks_wlan_net.c | 2435 if (!atomic_read(&priv->event_count)) { 2448 if (atomic_read(&priv->event_count) > 0) 2449 atomic_dec(&priv->event_count);
|
D | ks_hostif.c | 1860 if (atomic_read(&priv->event_count) != DEVICE_STOCK_COUNT) { in devio_rec_ind() 1862 atomic_inc(&priv->event_count); in devio_rec_ind() 2700 atomic_set(&priv->event_count, 0); in hostif_init()
|
/drivers/platform/x86/ |
D | eeepc-laptop.c | 165 u16 event_count[128]; /* count for each event */ member 1249 count = eeepc->event_count[event % 128]++; in eeepc_acpi_notify()
|
D | asus-laptop.c | 294 u16 event_count[128]; /* count for each event TODO make this better */ member 1550 count = asus->event_count[event % 128]++; in asus_acpi_notify()
|
/drivers/input/tablet/ |
D | aiptek.c | 1342 static DEVICE_ATTR(event_count, S_IRUGO, show_tabletEventsReceived, NULL);
|