| /OK3568_Linux_fs/buildroot/package/x11vnc/ |
| H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 38 + struct timeval tval; 47 + gettimeofday(&tval, NULL); 48 + ev.input_event_sec = tval.tv_sec; 49 + ev.input_event_usec = tval.tv_usec; 57 + struct timeval tval; 66 + gettimeofday(&tval, NULL); 67 + ev.input_event_sec = tval.tv_sec; 68 + ev.input_event_usec = tval.tv_usec; 76 + struct timeval tval; 85 + gettimeofday(&tval, NULL); [all …]
|
| /OK3568_Linux_fs/buildroot/package/xen/ |
| H A D | 0002-Fix-build-with-64-bits-time_t.patch | 60 + struct timeval tval; 64 + if (gettimeofday(&tval, NULL)) { 69 + evdev.input_event_sec = tval.tv_sec; 70 + evdev.input_event_usec = tval.tv_usec; 82 + struct timeval tval; 86 + if (gettimeofday(&tval, NULL)) { 91 + evdev.input_event_sec = tval.tv_sec; 92 + evdev.input_event_usec = tval.tv_usec;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/tests/mali_kutf_irq_test/ |
| H A D | mali_kutf_irq_test_main.c | 90 struct timespec64 tval; in kbase_gpu_irq_custom_handler() local 92 ktime_get_real_ts64(&tval); in kbase_gpu_irq_custom_handler() 93 irq_time = SEC_TO_NANO(tval.tv_sec) + (tval.tv_nsec); in kbase_gpu_irq_custom_handler() 182 struct timespec64 tval; in mali_kutf_irq_latency() local 187 ktime_get_real_ts64(&tval); in mali_kutf_irq_latency() 188 start_time = SEC_TO_NANO(tval.tv_sec) + (tval.tv_nsec); in mali_kutf_irq_latency()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/ |
| H A D | monitor.c | 228 u64 chunks, tval; in __mon_event_count() local 230 tval = __rmid_read(rmid, rr->evtid); in __mon_event_count() 231 if (tval & (RMID_VAL_ERROR | RMID_VAL_UNAVAIL)) { in __mon_event_count() 232 return tval; in __mon_event_count() 236 rr->val += tval; in __mon_event_count() 254 m->prev_bw_msr = m->prev_msr = tval; in __mon_event_count() 258 chunks = mbm_overflow_count(m->prev_msr, tval, rr->r->mbm_width); in __mon_event_count() 260 m->prev_msr = tval; in __mon_event_count() 274 u64 tval, cur_bw, chunks; in mbm_bw_count() local 276 tval = __rmid_read(rmid, rr->evtid); in mbm_bw_count() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
| H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 58 + struct timeval tval; 66 + tval.tv_sec = levt->input_event_sec; 67 + tval.tv_usec = levt->input_event_usec; 76 + timeout_passed( &state->timeout, &tval )) { 95 + if (!timeout_passed( &state->timeout, &tval )) { 116 + if (timeout_passed( &state->timeout, &tval )){
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/ |
| H A D | arm,arch_timer.yaml | 58 affects writes to the tval register, due to the implicit counter read. 64 by back-to-back reads. This also affects writes to the tval register, due 72 the tval registers, due to the implicit counter read.
|
| /OK3568_Linux_fs/u-boot/drivers/usb/ulpi/ |
| H A D | ulpi.c | 34 u32 val, tval = ULPI_TEST_VALUE; in ulpi_integrity_check() local 38 for (i = 0; i < 2; i++, tval <<= 1) { in ulpi_integrity_check() 39 err = ulpi_write(ulpi_vp, &ulpi->scratch, tval); in ulpi_integrity_check() 44 if (val != tval) { in ulpi_integrity_check()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | module-plts.c | 118 u32 *tval = (u32 *)(base + rel->r_offset); in is_zero_addend_relocation() local 131 upper = __mem_to_opcode_thumb16(((u16 *)tval)[0]); in is_zero_addend_relocation() 132 lower = __mem_to_opcode_thumb16(((u16 *)tval)[1]); in is_zero_addend_relocation() 139 return (__mem_to_opcode_arm(*tval) & 0xffffff) == 0xfffffe; in is_zero_addend_relocation()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_irq_test/ |
| H A D | mali_kutf_irq_test_main.c | 93 u64 tval; in kbase_gpu_irq_custom_handler() local 97 tval = ktime_get_real_ns(); in kbase_gpu_irq_custom_handler() 108 irq_time = tval; in kbase_gpu_irq_custom_handler()
|
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | amlogic_thermal.c | 183 unsigned int tval; in amlogic_thermal_get_temp() local 189 regmap_read(pdata->regmap, TSENSOR_STAT0, &tval); in amlogic_thermal_get_temp() 192 tval & TSENSOR_READ_TEMP_MASK); in amlogic_thermal_get_temp()
|
| /OK3568_Linux_fs/kernel/drivers/char/mwave/ |
| H A D | 3780i.c | 195 unsigned short tval; in dsp3780I_EnableDSP() local 296 MKWORD(tval) = InWordDsp(DSP_IsaSlaveControl); in dsp3780I_EnableDSP() 299 "3780i::dsp3780i_EnableDSP rSlaveControl 2 %x\n", tval); in dsp3780I_EnableDSP() 308 MKWORD(tval) = InWordDsp(DSP_IsaSlaveControl); in dsp3780I_EnableDSP() 311 "3780i::dsp3780i_EnableDSP rSlaveControl 3 %x\n", tval); in dsp3780I_EnableDSP()
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | tei.c | 472 mISDN_FsmAddTimer(&tm->timer, tm->tval, EV_TIMER, NULL, 1); in tei_id_request() 592 mISDN_FsmAddTimer(&tm->timer, tm->tval, EV_TIMER, NULL, 2); in tei_id_verify() 607 mISDN_FsmAddTimer(&tm->timer, tm->tval, EV_TIMER, NULL, 3); in tei_id_req_tout() 626 mISDN_FsmAddTimer(&tm->timer, tm->tval, EV_TIMER, NULL, 4); in tei_id_ver_tout() 690 mISDN_FsmAddTimer(&tm->timer, tm->tval, EV_TIMER, NULL, 2); in tei_id_chk_req_net() 742 mISDN_FsmAddTimer(&tm->timer, tm->tval, EV_TIMER, NULL, 4); in tei_id_ver_tout_net() 819 l2->tm->tval = 2000; /* T202 2 sec */ in create_new_tei() 1063 l2->tm->tval = 1000; /* T201 1 sec */ in create_teimgr() 1071 l2->tm->tval = 2000; /* T202 2 sec */ in create_teimgr()
|
| H A D | layer2.h | 33 int tval, nval; member
|
| /OK3568_Linux_fs/kernel/drivers/acpi/apei/ |
| H A D | einj.c | 617 u32 tval, vendor; in error_type_set() local 624 tval = val & 0x7fffffff; in error_type_set() 627 if (tval & (tval - 1)) in error_type_set()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/sunxi/ |
| H A D | psci.c | 41 static void __secure cp15_write_cntp_tval(u32 tval) in cp15_write_cntp_tval() argument 43 asm volatile ("mcr p15, 0, %0, c14, c2, 0" : : "r" (tval)); in cp15_write_cntp_tval()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | bq27xxx_battery.c | 1619 int tval; local 1621 tval = bq27xxx_read(di, reg, false); 1622 if (tval < 0) { 1624 reg, tval); 1625 return tval; 1628 if (tval == 65535) 1631 return tval * 60;
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/switches/ |
| H A D | idtcps.c | 143 /* set TVAL = ~50us */ in idtcps_probe()
|
| H A D | tsi57x.c | 201 /* set TVAL = ~50us */ in tsi57x_em_init()
|
| H A D | idt_gen3.c | 207 /* set TVAL = ~50us */ in idtg3_em_init()
|
| H A D | idt_gen2.c | 314 /* set TVAL = ~50us */ in idtg2_em_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/ |
| H A D | hv_type.h | 788 * @var hv_ctrl_frame_cnt::tval 802 u16 tval; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/ |
| H A D | hv_type.h | 788 * @var hv_ctrl_frame_cnt::tval 802 u16 tval; member
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | devinet.c | 1676 long tval = (jiffies - ifa->ifa_tstamp) / HZ; in inet_fill_ifaddr() local 1678 if (preferred > tval) in inet_fill_ifaddr() 1679 preferred -= tval; in inet_fill_ifaddr() 1683 if (valid > tval) in inet_fill_ifaddr() 1684 valid -= tval; in inet_fill_ifaddr()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-hw.c | 2370 u32 tval; in xlgmac_set_rss_lookup_table() local 2373 tval = table[i]; in xlgmac_set_rss_lookup_table() 2378 tval); in xlgmac_set_rss_lookup_table()
|
| /OK3568_Linux_fs/kernel/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 4085 tVal = [float(data['suspend']), float(data['resume'])] 4087 data['time'], tVal[0], tVal[1], data['url'], res, 4099 tMed[i][tVal[i]] = idx 4100 tAvg[i] += tVal[i] 4101 if tMin[i] == 0 or tVal[i] < tMin[i]: 4103 tMin[i] = tVal[i] 4104 if tMax[i] == 0 or tVal[i] > tMax[i]: 4106 tMax[i] = tVal[i]
|