Home
last modified time | relevance | path

Searched refs:raw_id (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/mips/kernel/
Dperf_event_mipsxx.c1504 unsigned int raw_id = config & 0xff; in mipsxx_pmu_map_raw_event() local
1505 unsigned int base_id = raw_id & 0x7f; in mipsxx_pmu_map_raw_event()
1513 raw_id > 127 ? CNTR_ODD : CNTR_EVEN; in mipsxx_pmu_map_raw_event()
1527 raw_id > 127 ? CNTR_ODD : CNTR_EVEN; in mipsxx_pmu_map_raw_event()
1529 if (IS_RANGE_P_34K_EVENT(raw_id, base_id)) in mipsxx_pmu_map_raw_event()
1531 else if (unlikely(IS_RANGE_V_34K_EVENT(raw_id))) in mipsxx_pmu_map_raw_event()
1543 raw_id > 127 ? CNTR_ODD : CNTR_EVEN; in mipsxx_pmu_map_raw_event()
1553 raw_id > 127 ? CNTR_ODD : CNTR_EVEN; in mipsxx_pmu_map_raw_event()
1560 raw_id = config & 0x1ff; in mipsxx_pmu_map_raw_event()
1561 base_id = raw_id & 0xff; in mipsxx_pmu_map_raw_event()
[all …]
/linux-4.1.27/drivers/hid/
Dhid-magicmouse.c181 static void magicmouse_emit_touch(struct magicmouse_sc *msc, int raw_id, u8 *tdata) in magicmouse_emit_touch() argument
209 msc->tracking_ids[raw_id] = id; in magicmouse_emit_touch()