| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | ti_sci_proc.h | 31 static inline int ti_sci_proc_request(struct ti_sci_proc *tsp) in ti_sci_proc_request() argument 35 ret = tsp->ops->request(tsp->sci, tsp->proc_id); in ti_sci_proc_request() 37 dev_err(tsp->dev, "ti-sci processor request failed: %d\n", in ti_sci_proc_request() 42 static inline int ti_sci_proc_release(struct ti_sci_proc *tsp) in ti_sci_proc_release() argument 46 ret = tsp->ops->release(tsp->sci, tsp->proc_id); in ti_sci_proc_release() 48 dev_err(tsp->dev, "ti-sci processor release failed: %d\n", in ti_sci_proc_release() 53 static inline int ti_sci_proc_handover(struct ti_sci_proc *tsp) in ti_sci_proc_handover() argument 57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover() 59 dev_err(tsp->dev, "ti-sci processor handover of %d to %d failed: %d\n", in ti_sci_proc_handover() 60 tsp->proc_id, tsp->host_id, ret); in ti_sci_proc_handover() [all …]
|
| H A D | ti_k3_dsp_remoteproc.c | 74 * @tsp: TI-SCI processor control handle 89 struct ti_sci_proc *tsp; member 317 ret = ti_sci_proc_set_config(kproc->tsp, boot_addr, 0, 0); in k3_dsp_rproc_start() 565 struct ti_sci_proc *tsp; in k3_dsp_rproc_of_get_tsp() local 574 tsp = kzalloc(sizeof(*tsp), GFP_KERNEL); in k3_dsp_rproc_of_get_tsp() 575 if (!tsp) in k3_dsp_rproc_of_get_tsp() 578 tsp->dev = dev; in k3_dsp_rproc_of_get_tsp() 579 tsp->sci = sci; in k3_dsp_rproc_of_get_tsp() 580 tsp->ops = &sci->ops.proc_ops; in k3_dsp_rproc_of_get_tsp() 581 tsp->proc_id = temp[0]; in k3_dsp_rproc_of_get_tsp() [all …]
|
| H A D | ti_k3_r5_remoteproc.c | 92 * @tsp: TI-SCI processor control handle 108 struct ti_sci_proc *tsp; member 341 return ti_sci_proc_set_control(core->tsp, in k3_r5_core_halt() 347 return ti_sci_proc_set_control(core->tsp, in k3_r5_core_run() 469 ret = ti_sci_proc_set_config(core->tsp, boot_addr, 0, 0); in k3_r5_rproc_start() 675 ret = ti_sci_proc_get_status(core->tsp, &boot_vec, &cfg, &ctrl, in k3_r5_rproc_configure() 732 ret = ti_sci_proc_set_config(temp->tsp, boot_vec, in k3_r5_rproc_configure() 740 ret = ti_sci_proc_set_config(core->tsp, boot_vec, in k3_r5_rproc_configure() 747 ret = ti_sci_proc_set_config(core->tsp, boot_vec, in k3_r5_rproc_configure() 1107 struct ti_sci_proc *tsp; in k3_r5_core_of_get_tsp() local [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | rockchip-tsp.txt | 1 device-tree bindings for rockchip Transport Stream Processing Module (TSP) 3 TSP is designed for processing Transport Stream Packets, 10 "rockchip,rk312x-tsp"; 11 "rockchip,rk3228-tsp"; 12 "rockchip,rk3288-tsp"; 13 "rockchip,rk3328-tsp"; 14 "rockchip,rk3368-tsp"; 18 - interrupts: TSP interrupt specifier. 22 - clocks: phandle to TSP sclk/hclk/aclk clocks 32 tsp: tsp@ff050000 { [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | select.c | 732 fd_set __user *exp, void __user *tsp, in do_pselect() argument 739 if (tsp) { in do_pselect() 742 if (get_timespec64(&ts, tsp)) in do_pselect() 746 if (get_old_timespec32(&ts, tsp)) in do_pselect() 763 return poll_select_finish(&end_time, tsp, type, ret); in do_pselect() 795 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() argument 803 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_TIMESPEC); in SYSCALL_DEFINE6() 809 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6() argument 817 return do_pselect(n, inp, outp, exp, tsp, x.p, x.size, PT_OLD_TIMESPEC); in SYSCALL_DEFINE6() 1101 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5() argument [all …]
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | proc.c | 305 struct sctp_transport *transport, *tsp; in sctp_remaddr_seq_show() local 316 list_for_each_entry_rcu(tsp, &assoc->peer.transport_addr_list, in sctp_remaddr_seq_show() 321 tsp->af_specific->seq_dump_addr(seq, &tsp->ipaddr); in sctp_remaddr_seq_show() 326 seq_printf(seq, "%d ", tsp->asoc->assoc_id); in sctp_remaddr_seq_show() 332 seq_printf(seq, "%d ", timer_pending(&tsp->hb_timer)); in sctp_remaddr_seq_show() 337 seq_printf(seq, "%lu ", tsp->rto); in sctp_remaddr_seq_show() 342 seq_printf(seq, "%d ", tsp->pathmaxrxt); in sctp_remaddr_seq_show() 362 seq_printf(seq, "%d", tsp->state); in sctp_remaddr_seq_show()
|
| H A D | diag.c | 245 static int sctp_tsp_dump_one(struct sctp_transport *tsp, void *p) in sctp_tsp_dump_one() argument 247 struct sctp_association *assoc = tsp->asoc; in sctp_tsp_dump_one() 248 struct sock *sk = tsp->asoc->base.sk; in sctp_tsp_dump_one() 292 static int sctp_sock_dump(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_dump() argument 303 if (ep != tsp->asoc->ep) in sctp_sock_dump() 347 static int sctp_sock_filter(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_filter() argument 356 if (tsp->asoc != assoc) in sctp_sock_filter() 502 * 5 : to save the sk we get from travelsing the tsp list. in sctp_diag_dump()
|
| /OK3568_Linux_fs/kernel/tools/bpf/runqslower/ |
| H A D | runqslower.bpf.c | 67 u64 *tsp, delta_us; in handle__sched_switch() local 78 tsp = bpf_map_lookup_elem(&start, &pid); in handle__sched_switch() 79 if (!tsp) in handle__sched_switch() 82 delta_us = (bpf_ktime_get_ns() - *tsp) / 1000; in handle__sched_switch()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | offwaketime_kern.c | 136 u64 delta, ts, *tsp; local 143 tsp = bpf_map_lookup_elem(&start, &pid); 144 if (!tsp) 148 delta = bpf_ktime_get_ns() - *tsp;
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 140 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_current() local 150 tsp->smk_task->smk_known, oskp->smk_known, in smk_bu_current() 161 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_task() local 172 tsp->smk_task->smk_known, smk_task->smk_known, acc, in smk_bu_task() 183 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_inode() local 202 tsp->smk_task->smk_known, isp->smk_inode->smk_known, acc, in smk_bu_inode() 213 struct task_smack *tsp = smack_cred(current_cred()); in smk_bu_file() local 214 struct smack_known *sskp = tsp->smk_task; in smk_bu_file() 243 struct task_smack *tsp = smack_cred(cred); in smk_bu_credfile() local 244 struct smack_known *sskp = tsp->smk_task; in smk_bu_credfile() [all …]
|
| H A D | smack_access.c | 208 * @tsp: a pointer to the subject's task 218 int smk_tskacc(struct task_smack *tsp, struct smack_known *obj_known, in smk_tskacc() argument 221 struct smack_known *sbj_known = smk_of_task(tsp); in smk_tskacc() 236 &tsp->smk_rules); in smk_tskacc() 273 struct task_smack *tsp = smack_cred(current_cred()); in smk_curacc() local 275 return smk_tskacc(tsp, obj_known, mode, a); in smk_curacc() 652 struct task_smack *tsp = smack_cred(cred); in smack_privileged_cred() local 653 struct smack_known *skp = tsp->smk_task; in smack_privileged_cred()
|
| H A D | smackfs.c | 2214 struct task_smack *tsp = smack_cred(current_cred()); in load_self_seq_start() local 2216 return smk_seq_start(s, pos, &tsp->smk_rules); in load_self_seq_start() 2221 struct task_smack *tsp = smack_cred(current_cred()); in load_self_seq_next() local 2223 return smk_seq_next(s, v, pos, &tsp->smk_rules); in load_self_seq_next() 2268 struct task_smack *tsp = smack_cred(current_cred()); in smk_write_load_self() local 2270 return smk_write_rules_list(file, buf, count, ppos, &tsp->smk_rules, in smk_write_load_self() 2271 &tsp->smk_rules_lock, SMK_FIXED24_FMT); in smk_write_load_self() 2422 struct task_smack *tsp = smack_cred(current_cred()); in load_self2_seq_start() local 2424 return smk_seq_start(s, pos, &tsp->smk_rules); in load_self2_seq_start() 2429 struct task_smack *tsp = smack_cred(current_cred()); in load_self2_seq_next() local [all …]
|
| H A D | smack.h | 381 static inline struct smack_known *smk_of_task(const struct task_smack *tsp) in smk_of_task() argument 383 return tsp->smk_task; in smk_of_task() 405 static inline struct smack_known *smk_of_forked(const struct task_smack *tsp) in smk_of_forked() argument 407 return tsp->smk_forked; in smk_of_forked()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/tsp/ |
| H A D | Kconfig | 4 bool "Support for Rockchip TSP" 9 This option will add tsp module code.
|
| H A D | rockchip_tsp.c | 2 * Driver for Rockchip TSP Controller 46 #define MODE_NAME "rockchip-tsp" 1043 dev_err(dev, "failed to find tsp aclk source\n"); in rockchip_tsp_probe() 1050 dev_err(dev, "failed to find tsp hclk source\n"); in rockchip_tsp_probe() 1057 dev_err(dev, "failed to find tsp clk source\n"); in rockchip_tsp_probe() 1065 dev_err(dev, "failed to find tsp grf base.\n"); in rockchip_tsp_probe() 1071 dev_warn(dev, "tsp interrupt is not available.\n"); in rockchip_tsp_probe() 1079 dev_warn(dev, "tsp interrupt is not available.\n"); in rockchip_tsp_probe() 1092 dev_info(dev, "rk tsp driver registered\n"); in rockchip_tsp_probe() 1149 { .compatible = "rockchip,rk312x-tsp", .data = &rk312x_socdata, }, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3128x.dtsi | 320 tsp: tsp@100f0000 { label 321 compatible = "rockchip,rk3228-tsp"; 1462 tsp { 1463 tsp_d0: tsp-d0 { 1466 tsp_d1: tsp-d1 { 1469 tsp_d2: tsp-d2 { 1472 tsp_d3: tsp-d3 { 1475 tsp_d4: tsp-d4 { 1478 tsp_d5: tsp-d5 { 1481 tsp_d6: tsp-d6 { [all …]
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-qcom-cci.c | 105 u16 tsp; /* pulse width of spikes suppressed by the input filter */ member 288 val = hw->scl_stretch_en << 8 | hw->trdhld << 4 | hw->tsp; in cci_init() 715 .tsp = 1 727 .tsp = 3 749 .tsp = 3 761 .tsp = 3 773 .tsp = 3
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-i3c | 84 by space. Modes can be "hdr-ddr", "hdr-tsp" and "hdr-tsl". 138 by space. Modes can be "hdr-ddr", "hdr-tsp" and "hdr-tsl".
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi.c | 284 struct timespec ts, *tsp = NULL; in unit_test() local 299 tsp = &ts; in unit_test() 318 args[i].timeout = tsp; in unit_test()
|
| /OK3568_Linux_fs/buildroot/package/python-asn1crypto/ |
| H A D | Config.in | 6 PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP.
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | msm8916-samsung-a2015-common.dtsi | 63 reg_vdd_tsp: regulator-vdd-tsp { 342 tsp_en_default: tsp-en-default {
|
| /OK3568_Linux_fs/kernel/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).
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compat.h | 571 struct old_timespec32 __user *tsp, 576 struct __kernel_timespec __user *tsp, 580 struct old_timespec32 __user *tsp, 585 struct __kernel_timespec __user *tsp,
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | mms114.c | 259 dev_info(dev, "TSP FW Rev: bootloader 0x%x / core 0x%x / config 0x%x\n", in mms114_get_version() 273 dev_info(dev, "TSP FW Rev: bootloader 0x%x / core 0x%x / config 0x%x, Compat group: %c\n", in mms114_get_version() 282 dev_info(dev, "TSP Rev: 0x%x, HW Rev: 0x%x, Firmware Ver: 0x%x\n", in mms114_get_version()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | connector.h | 39 #define CN_IDX_BB 0x5 /* BlackBoard, from the TSP GPL sampling framework */
|