| /Linux-v5.4/drivers/isdn/mISDN/ |
| D | fsm.c | 28 fsm->event_count), in mISDN_FsmNew() 35 (fnlist[i].event >= fsm->event_count)) { in mISDN_FsmNew() 39 (long)fnlist[i].event, (long)fsm->event_count); in mISDN_FsmNew() 60 (event >= fi->fsm->event_count)) { in mISDN_FsmEvent() 64 (long)fi->fsm->event_count); in mISDN_FsmEvent()
|
| D | fsm.h | 24 int state_count, event_count; member
|
| D | layer1.c | 405 l1fsm_s.event_count = L1_EVENT_COUNT; in l1_init()
|
| D | tei.c | 1381 teifsmu.event_count = TEI_EVENT_COUNT; in TEIInit() 1388 teifsmn.event_count = TEI_EVENT_COUNT; in TEIInit() 1395 deactfsm.event_count = DEACT_EVENT_COUNT; in TEIInit()
|
| D | layer2.c | 2242 l2fsm.event_count = L2_EVENT_COUNT; in Isdnl2_Init()
|
| /Linux-v5.4/drivers/uio/ |
| D | uio.c | 456 s32 event_count; member 487 listener->event_count = atomic_read(&idev->event); in uio_open() 558 if (listener->event_count != atomic_read(&idev->event)) in uio_poll() 570 s32 event_count; in uio_read() local 588 event_count = atomic_read(&idev->event); in uio_read() 589 if (event_count != listener->event_count) { in uio_read() 591 if (copy_to_user(buf, &event_count, count)) in uio_read() 594 listener->event_count = event_count; in uio_read()
|
| /Linux-v5.4/drivers/usb/core/ |
| D | devices.c | 628 unsigned int event_count; in usb_device_poll() local 632 event_count = atomic_read(&device_event.count); in usb_device_poll() 633 if (file->f_version != event_count) { in usb_device_poll() 634 file->f_version = event_count; in usb_device_poll()
|
| /Linux-v5.4/drivers/base/power/ |
| D | wakeup.c | 121 if (ws->event_count) { in wakeup_source_record() 130 deleted_ws.event_count += ws->event_count; in wakeup_source_record() 559 ws->event_count++; in wakeup_source_report_event() 1028 ws->name, active_count, ws->event_count, in print_wakeup_source_stats()
|
| D | wakeup_stats.c | 34 wakeup_attr(event_count);
|
| /Linux-v5.4/include/linux/ |
| D | pm_wakeup.h | 56 unsigned long event_count; member
|
| /Linux-v5.4/drivers/net/ethernet/amd/ |
| D | amd8111e.c | 362 unsigned int event_count; in amd8111e_set_coalesce() local 373 event_count = coal_conf->rx_event_count; in amd8111e_set_coalesce() 375 event_count > MAX_EVENT_COUNT ) in amd8111e_set_coalesce() 380 writel((u32)DLY_INT_A_R0|( event_count<< 16 )|timeout, in amd8111e_set_coalesce() 386 event_count = coal_conf->tx_event_count; in amd8111e_set_coalesce() 388 event_count > MAX_EVENT_COUNT ) in amd8111e_set_coalesce() 394 writel((u32)DLY_INT_B_T0|( event_count<< 16 )|timeout, in amd8111e_set_coalesce()
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-class-wakeup | 21 What: /sys/class/wakeup/.../event_count
|
| /Linux-v5.4/drivers/misc/ |
| D | ds1682.c | 140 static SENSOR_DEVICE_ATTR_2(event_count, S_IRUGO | S_IWUSR, ds1682_show,
|
| /Linux-v5.4/drivers/pci/switch/ |
| D | switchtec.c | 1222 int eid, event_count = 0; in switchtec_event_isr() local 1235 event_count += mask_all_events(stdev, eid); in switchtec_event_isr() 1237 if (event_count) { in switchtec_event_isr() 1241 event_count); in switchtec_event_isr()
|
| /Linux-v5.4/drivers/staging/ks7010/ |
| D | ks_wlan.h | 479 atomic_t event_count; member
|
| D | ks_hostif.c | 1594 if (atomic_read(&priv->event_count) != DEVICE_STOCK_COUNT) { in devio_rec_ind() 1596 atomic_inc(&priv->event_count); in devio_rec_ind() 2300 atomic_set(&priv->event_count, 0); in hostif_counters_init()
|
| /Linux-v5.4/drivers/platform/x86/ |
| D | eeepc-laptop.c | 158 u16 event_count[128]; /* count for each event */ member 1217 count = eeepc->event_count[event % 128]++; in eeepc_acpi_notify()
|
| D | asus-laptop.c | 279 u16 event_count[128]; /* count for each event TODO make this better */ member 1531 count = asus->event_count[event % 128]++; in asus_acpi_notify()
|
| /Linux-v5.4/drivers/input/tablet/ |
| D | aiptek.c | 1322 static DEVICE_ATTR(event_count, S_IRUGO, show_tabletEventsReceived, NULL);
|