Searched refs:tms (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/misc/altera-stapl/ |
D | altera-lpt.c | 44 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io_lpt() argument 56 data = ((tdi ? 0x40 : 0) | (tms ? 0x02 : 0)); in netup_jtag_io_lpt()
|
D | altera-jtag.c | 303 int tms; in altera_goto_jstate() local 327 tms = (altera_jtag_path_map[js->jtag_state] & in altera_goto_jstate() 332 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_goto_jstate() 334 if (tms) in altera_goto_jstate() 356 int tms; in altera_wait_cycles() local 368 tms = (wait_state == RESET) ? TMS_HIGH : TMS_LOW; in altera_wait_cycles() 371 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_wait_cycles()
|
D | altera-exprt.h | 31 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
|
/Linux-v4.19/include/uapi/linux/ |
D | times.h | 7 struct tms { struct
|
/Linux-v4.19/include/misc/ |
D | altera.h | 32 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
|
/Linux-v4.19/kernel/ |
D | sys.c | 940 static void do_sys_times(struct tms *tms) in do_sys_times() argument 947 tms->tms_utime = nsec_to_clock_t(tgutime); in do_sys_times() 948 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times() 949 tms->tms_cutime = nsec_to_clock_t(cutime); in do_sys_times() 950 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 953 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1() 956 struct tms tmp; in SYSCALL_DEFINE1() 959 if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) in SYSCALL_DEFINE1() 975 struct tms tms; in COMPAT_SYSCALL_DEFINE1() local 978 do_sys_times(&tms); in COMPAT_SYSCALL_DEFINE1() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | img,pistachio-pinctrl.txt | 146 tms
|
/Linux-v4.19/drivers/video/fbdev/ |
D | cg14.c | 103 u8 tms[2]; /* Test Mode Status Regs */ member
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 2026 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io() argument 2033 data |= (tms ? 0x00020002 : 0x00020000); in netup_jtag_io()
|
/Linux-v4.19/include/linux/ |
D | syscalls.h | 59 struct tms; 656 asmlinkage long sys_times(struct tms __user *tbuf);
|
/Linux-v4.19/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 551 struct tms timebuf; in TEST_SIGNAL()
|