Searched refs:tms (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/uapi/linux/
H A Dtimes.h7 struct tms { struct
/linux-master/drivers/misc/altera-stapl/
H A Daltera-exprt.h17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
H A Daltera-lpt.c30 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo) argument
42 data = ((tdi ? 0x40 : 0) | (tms ? 0x02 : 0));
H A Daltera-jtag.c289 int tms; local
313 tms = (altera_jtag_path_map[js->jtag_state] &
318 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO);
320 if (tms)
342 int tms; local
354 tms = (wait_state == RESET) ? TMS_HIGH : TMS_LOW;
357 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO);
/linux-master/include/misc/
H A Daltera.h18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
/linux-master/kernel/
H A Dsys.c1010 static void do_sys_times(struct tms *tms) argument
1017 tms->tms_utime = nsec_to_clock_t(tgutime);
1018 tms->tms_stime = nsec_to_clock_t(tgstime);
1019 tms->tms_cutime = nsec_to_clock_t(cutime);
1020 tms->tms_cstime = nsec_to_clock_t(cstime);
1023 SYSCALL_DEFINE1(times, struct tms __user *, tbuf)
1026 struct tms tmp;
1029 if (copy_to_user(tbuf, &tmp, sizeof(struct tms)))
1045 struct tms tm local
[all...]
/linux-master/drivers/video/fbdev/
H A Dcg14.c98 u8 tms[2]; /* Test Mode Status Regs */ member in struct:cg14_regs
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-cards.c2079 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) argument
2086 data |= (tms ? 0x00020002 : 0x00020000);
/linux-master/include/linux/
H A Dsyscalls.h55 struct tms;
679 asmlinkage long sys_times(struct tms __user *tbuf);
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c712 struct tms timebuf;

Completed in 321 milliseconds