Searched refs:tms (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/misc/altera-stapl/ |
| D | altera-lpt.c | 30 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io_lpt() argument 42 data = ((tdi ? 0x40 : 0) | (tms ? 0x02 : 0)); in netup_jtag_io_lpt()
|
| D | altera-jtag.c | 289 int tms; in altera_goto_jstate() local 313 tms = (altera_jtag_path_map[js->jtag_state] & in altera_goto_jstate() 318 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_goto_jstate() 320 if (tms) in altera_goto_jstate() 342 int tms; in altera_wait_cycles() local 354 tms = (wait_state == RESET) ? TMS_HIGH : TMS_LOW; in altera_wait_cycles() 357 alt_jtag_io(tms, TDI_LOW, IGNORE_TDO); in altera_wait_cycles()
|
| D | altera-exprt.h | 17 int netup_jtag_io_lpt(void *device, int tms, int tdi, int read_tdo);
|
| /Linux-v5.4/include/uapi/linux/ |
| D | times.h | 7 struct tms { struct
|
| /Linux-v5.4/include/misc/ |
| D | altera.h | 18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
|
| /Linux-v5.4/kernel/ |
| D | sys.c | 943 static void do_sys_times(struct tms *tms) in do_sys_times() argument 950 tms->tms_utime = nsec_to_clock_t(tgutime); in do_sys_times() 951 tms->tms_stime = nsec_to_clock_t(tgstime); in do_sys_times() 952 tms->tms_cutime = nsec_to_clock_t(cutime); in do_sys_times() 953 tms->tms_cstime = nsec_to_clock_t(cstime); in do_sys_times() 956 SYSCALL_DEFINE1(times, struct tms __user *, tbuf) in SYSCALL_DEFINE1() 959 struct tms tmp; in SYSCALL_DEFINE1() 962 if (copy_to_user(tbuf, &tmp, sizeof(struct tms))) in SYSCALL_DEFINE1() 978 struct tms tms; in COMPAT_SYSCALL_DEFINE1() local 981 do_sys_times(&tms); in COMPAT_SYSCALL_DEFINE1() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ |
| D | img,pistachio-pinctrl.txt | 146 tms
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | cg14.c | 104 u8 tms[2]; /* Test Mode Status Regs */ member
|
| /Linux-v5.4/drivers/media/pci/cx23885/ |
| D | cx23885-cards.c | 2016 static int netup_jtag_io(void *device, int tms, int tdi, int read_tdo) in netup_jtag_io() argument 2023 data |= (tms ? 0x00020002 : 0x00020000); in netup_jtag_io()
|
| /Linux-v5.4/include/linux/ |
| D | syscalls.h | 57 struct tms; 714 asmlinkage long sys_times(struct tms __user *tbuf);
|
| /Linux-v5.4/tools/testing/selftests/seccomp/ |
| D | seccomp_bpf.c | 601 struct tms timebuf; in TEST_SIGNAL()
|