Searched refs:slot_data (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/dev/hid/ |
| H A D | hmt.c | 197 union evdev_mt_slot slot_data; member 478 union evdev_mt_slot *slot_data; in hmt_intr() local 571 slot_data = &sc->slot_data; in hmt_intr() 572 bzero(slot_data, sizeof(sc->slot_data)); in hmt_intr() 575 slot_data->val[usage] = hid_get_udata( in hmt_intr() 594 (unsigned)slot_data->id); in hmt_intr() 603 slot_data->dist = !slot_data->val[HMT_IN_RANGE]; in hmt_intr() 607 slot_data->ori = width > height; in hmt_intr() 608 slot_data->maj = MAX(width, height); in hmt_intr() 609 slot_data->min = MIN(width, height); in hmt_intr() [all …]
|
| H A D | bcm5974.c | 814 union evdev_mt_slot slot_data; in bcm5974_intr() local 852 slot_data = (union evdev_mt_slot) { in bcm5974_intr() 862 evdev_mt_push_slot(sc->sc_evdev, slot, &slot_data); in bcm5974_intr() 882 slot_data = (union evdev_mt_slot) { in bcm5974_intr() 894 evdev_mt_push_slot(sc->sc_evdev, slot, &slot_data); in bcm5974_intr()
|
| H A D | ietp.c | 341 union evdev_mt_slot slot_data; in ietp_intr() local 391 slot_data = (union evdev_mt_slot) { in ietp_intr() 401 evdev_mt_push_slot(sc->evdev, finger, &slot_data); in ietp_intr()
|
| /freebsd-14.2/sys/dev/usb/input/ |
| H A D | wmt.c | 221 union evdev_mt_slot slot_data; member 494 union evdev_mt_slot *slot_data; in wmt_process_report() local 548 slot_data = &sc->slot_data; in wmt_process_report() 549 bzero(slot_data, sizeof(sc->slot_data)); in wmt_process_report() 552 slot_data->val[usage] = hid_get_udata( in wmt_process_report() 571 (unsigned)slot_data->id); in wmt_process_report() 580 slot_data->dist = !slot_data->val[WMT_IN_RANGE]; in wmt_process_report() 584 slot_data->ori = width > height; in wmt_process_report() 585 slot_data->maj = MAX(width, height); in wmt_process_report() 586 slot_data->min = MIN(width, height); in wmt_process_report() [all …]
|
| H A D | wsp.c | 1009 union evdev_mt_slot slot_data = { in wsp_intr_callback() local 1020 evdev_mt_push_slot(sc->sc_evdev, slot, &slot_data); in wsp_intr_callback()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 3070 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() local 3071 if (error.Fail() || slot_data == 0 || in GetClassDescriptor() 3072 slot_data == uintptr_t(LLDB_INVALID_ADDRESS)) in GetClassDescriptor() 3075 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor() 3078 ObjCISA fixed_isa = abi_sp->FixCodeAddress((ObjCISA)slot_data); in GetClassDescriptor() 3166 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor() local 3167 if (error.Fail() || slot_data == 0 || in GetClassDescriptor() 3168 slot_data == uintptr_t(LLDB_INVALID_ADDRESS)) in GetClassDescriptor() 3171 m_runtime.GetClassDescriptorFromISA((ObjCISA)slot_data); in GetClassDescriptor()
|
| /freebsd-14.2/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_core.h | 410 VCHIQ_SLOT_T *slot_data; member
|
| H A D | vchiq_core.c | 42 #define SLOT_DATA_FROM_INDEX(state, index) (state->slot_data + (index)) 44 (((unsigned int)((char *)data - (char *)state->slot_data)) / \ 1825 state->slot_data)->version; in parse_rx_slots() 2437 state->slot_data = (VCHIQ_SLOT_T *)slot_zero; in vchiq_init_state()
|