| /linux/drivers/remoteproc/ |
| H A D | ti_sci_proc.h | 35 struct ti_sci_proc *tsp; in ti_sci_proc_of_get_tsp() local 44 tsp = devm_kzalloc(dev, sizeof(*tsp), GFP_KERNEL); in ti_sci_proc_of_get_tsp() 45 if (!tsp) in ti_sci_proc_of_get_tsp() 48 tsp->dev = dev; in ti_sci_proc_of_get_tsp() 49 tsp->sci = sci; in ti_sci_proc_of_get_tsp() 50 tsp->ops = &sci->ops.proc_ops; in ti_sci_proc_of_get_tsp() 51 tsp->proc_id = temp[0]; in ti_sci_proc_of_get_tsp() 52 tsp->host_id = temp[1]; in ti_sci_proc_of_get_tsp() 54 return tsp; in ti_sci_proc_of_get_tsp() 57 static inline int ti_sci_proc_request(struct ti_sci_proc *tsp) in ti_sci_proc_request() argument [all …]
|
| /linux/fs/ |
| H A D | select.c | 729 fd_set __user *exp, void __user *tsp, in do_pselect() argument 736 if (tsp) { in do_pselect() 739 if (get_timespec64(&ts, tsp)) in do_pselect() 743 if (get_old_timespec32(&ts, tsp)) in do_pselect() 760 return poll_select_finish(&end_time, tsp, type, ret); in do_pselect() 794 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument 802 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC); in SYSCALL_DEFINE6() 808 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument 816 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6() 1096 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument [all …]
|
| /linux/net/sctp/ |
| H A D | proc.c | 303 struct sctp_transport *transport, *tsp; in sctp_remaddr_seq_show() local 314 list_for_each_entry_rcu(tsp, &assoc->peer.transport_addr_list, in sctp_remaddr_seq_show() 319 tsp->af_specific->seq_dump_addr(seq, &tsp->ipaddr); in sctp_remaddr_seq_show() 324 seq_printf(seq, "%d ", tsp->asoc->assoc_id); in sctp_remaddr_seq_show() 330 seq_printf(seq, "%d ", timer_pending(&tsp->hb_timer)); in sctp_remaddr_seq_show() 335 seq_printf(seq, "%lu ", tsp->rto); in sctp_remaddr_seq_show() 340 seq_printf(seq, "%d ", tsp->pathmaxrxt); in sctp_remaddr_seq_show() 360 seq_printf(seq, "%d", tsp->state); in sctp_remaddr_seq_show()
|
| H A D | diag.c | 253 static int sctp_sock_dump_one(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_dump_one() argument 255 struct sctp_association *assoc = tsp->asoc; in sctp_sock_dump_one() 297 static int sctp_sock_dump(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_dump() argument 308 if (ep != tsp->asoc->ep) in sctp_sock_dump() 352 static int sctp_sock_filter(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_filter() argument 359 if (!list_is_first(&tsp->asoc->asocs, &ep->asocs)) in sctp_sock_filter() 506 * 5 : to save the sk we get from travelsing the tsp list. in sctp_diag_dump()
|
| /linux/samples/bpf/ |
| H A D | offwaketime.bpf.c | 120 u64 delta, ts, *tsp; local 127 tsp = bpf_map_lookup_elem(&start, &pid); 128 if (!tsp) 132 delta = bpf_ktime_get_ns() - *tsp;
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 137 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_current() local 147 tsp->smk_task->smk_known, oskp->smk_known, in smk_bu_current() 158 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_task() local 169 tsp->smk_task->smk_known, smk_task->smk_known, acc, in smk_bu_task() 180 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_inode() local 199 tsp->smk_task->smk_known, isp->smk_inode->smk_known, acc, in smk_bu_inode() 210 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_file() local 211 struct smack_known *sskp = tsp->smk_task; in smk_bu_file() 240 struct task_smack *tsp = smack_cred(cred); in smk_bu_credfile() local 241 struct smack_known *sskp = tsp->smk_task; in smk_bu_credfile() [all …]
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-samsung-gt510.dts | 56 reg_tsp_1p8v: regulator-tsp-1p8v { 69 reg_tsp_3p3v: regulator-tsp-3p3v { 212 tsp_en_default: tsp-en-default-state { 219 tsp_int_rst_default: tsp-int-rst-default-state {
|
| H A D | msm8916-samsung-gt58.dts | 25 reg_vdd_tsp: regulator-vdd-tsp { 158 reg_tsp_en_default: reg-tsp-en-default-state { 173 tsp_int_default: tsp-int-default-state {
|
| H A D | msm8916-samsung-j5x.dts | 12 reg_vdd_tsp_a: regulator-vdd-tsp-a { 46 tsp_ldo_en_default: tsp-ldo-en-default-state {
|
| H A D | msm8916-samsung-j3-common.dtsi | 16 reg_vdd_tsp_a: regulator-vdd-tsp-a { 56 tsp_ldo_en_default: tsp-ldo-en-default-state {
|
| H A D | msm8939-samsung-a7.dts | 238 reg_tsp_vdd: regulator-tsp-vdd { 252 reg_vdd_tsp: regulator-vdd-tsp { 570 reg_tsp_en_default: reg-tsp-en-default-state { 577 reg_tsp_io_en_default: reg-tsp-io-en-default-state { 626 tsp_int_default: tsp-int-default-state {
|
| H A D | msm8916-samsung-fortuna-common.dtsi | 130 reg_vdd_tsp_a: regulator-vdd-tsp-a { 465 tsp_en_default: tsp-en-default-state { 472 tsp_int_default: tsp-int-default-state {
|
| H A D | msm8916-samsung-serranove.dts | 88 reg_vdd_tsp: regulator-vdd-tsp { 570 tsp_en_default: tsp-en-default-state { 578 tsp_irq_default: tsp-irq-default-state {
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-qcom-cci.c | 105 u16 tsp; /* pulse width of spikes suppressed by the input filter */ member 287 val = hw->scl_stretch_en << 8 | hw->trdhld << 4 | hw->tsp; in cci_init() 692 .tsp = 1 704 .tsp = 3 725 .tsp = 1 737 .tsp = 3 758 .tsp = 3 770 .tsp = 3 782 .tsp = 3
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-msm8926-samsung-matisselte.dts | 17 reg_tsp_3p3v: regulator-tsp-3p3v { 36 tsp_en1_default_state: tsp-en1-default-state {
|
| H A D | qcom-apq8026-samsung-matisse-wifi.dts | 16 reg_tsp_3p3v: regulator-tsp-3p3v { 86 tsp_en1_default_state: tsp-en1-default-state {
|
| H A D | qcom-apq8026-samsung-milletwifi.dts | 152 reg_tsp_1p8v: regulator-tsp-1p8v { 165 reg_tsp_3p3v: regulator-tsp-3p3v { 544 tsp_en_default_state: tsp-en-default-state { 551 tsp_en1_default_state: tsp-en1-default-state { 558 tsp_int_rst_default_state: tsp-int-rst-default-state {
|
| H A D | qcom-msm8226-samsung-matisse-common.dtsi | 131 reg_tsp_1p8v: regulator-tsp-1p8v { 446 tsp_en_default_state: tsp-en-default-state { 453 tsp_int_rst_default_state: tsp-int-rst-default-state {
|
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_getrandom.c | 32 #define timespecsub(tsp, usp, vsp) \ argument 34 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \ 35 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \
|
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi.c | 329 struct timespec ts, *tsp = NULL; in TEST_F() local 347 tsp = &ts; in TEST_F() 363 args[i].timeout = tsp; in TEST_F()
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | ste-ux500-samsung-gavini.dts | 87 * External Ricoh "TSP" regulator for the touchscreen. 91 ldo_tsp_3v3_reg: regulator-gpio-tsp-ldo-3v3 { 105 ldo_tsp_1v8_reg: regulator-gpio-tsp-ldo-1v8 { 668 tsp-ldo { 780 tsp {
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-i3c | 84 by space. Modes can be "hdr-ddr", "hdr-tsp" and "hdr-tsl". 153 by space. Modes can be "hdr-ddr", "hdr-tsp" and "hdr-tsl".
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | saa7164-types.h | 253 * bDataOffset - Offset to TSP packet within MPEG-2 TS transport 255 * bPacketLength - Length of TSP packet, in bytes (typically 188).
|
| /linux/include/uapi/linux/ |
| H A D | connector.h | 39 #define CN_IDX_BB 0x5 /* BlackBoard, from the TSP GPL sampling framework */
|
| /linux/Documentation/devicetree/bindings/display/panel/ |
| H A D | boe,bf060y8m-aj0.yaml | 37 description: Core (TSP) voltage supply (2.70-3.60V)
|