Searched refs:trsp (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63m0.h31 int s6e63m0_probe(struct device *dev, void *trsp,
32 int (*dcs_read)(struct device *dev, void *trsp,
34 int (*dcs_write)(struct device *dev, void *trsp,
H A Dpanel-samsung-s6e63m0-spi.c20 static int s6e63m0_spi_dcs_read(struct device *dev, void *trsp, argument
23 struct mipi_dbi *dbi = trsp;
33 static int s6e63m0_spi_dcs_write(struct device *dev, void *trsp, argument
36 struct mipi_dbi *dbi = trsp;
H A Dpanel-samsung-s6e63m0-dsi.c19 static int s6e63m0_dsi_dcs_read(struct device *dev, void *trsp, argument
36 static int s6e63m0_dsi_dcs_write(struct device *dev, void *trsp, argument
H A Dpanel-samsung-s6e63m0.c262 int (*dcs_read)(struct device *dev, void *trsp, const u8 cmd, u8 *val);
263 int (*dcs_write)(struct device *dev, void *trsp, const u8 *data, size_t len);
669 int s6e63m0_probe(struct device *dev, void *trsp, argument
670 int (*dcs_read)(struct device *dev, void *trsp, const u8 cmd, u8 *val),
671 int (*dcs_write)(struct device *dev, void *trsp, const u8 *data, size_t len),
682 ctx->transport_data = trsp;
/linux-master/include/linux/
H A Dtorture.h77 unsigned long torture_random(struct torture_random_state *trsp);
78 static inline void torture_random_init(struct torture_random_state *trsp) argument
80 trsp->trs_state = 0;
81 trsp->trs_count = 0;
86 struct torture_random_state *trsp);
87 int torture_hrtimeout_us(u32 baset_us, u32 fuzzt_ns, struct torture_random_state *trsp);
88 int torture_hrtimeout_ms(u32 baset_ms, u32 fuzzt_us, struct torture_random_state *trsp);
89 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp);
90 int torture_hrtimeout_s(u32 baset_s, u32 fuzzt_ms, struct torture_random_state *trsp);
/linux-master/kernel/locking/
H A Dlocktorture.c140 void (*write_delay)(struct torture_random_state *trsp);
141 void (*task_boost)(struct torture_random_state *trsp);
145 void (*read_delay)(struct torture_random_state *trsp);
174 static void torture_lock_busted_write_delay(struct torture_random_state *trsp) argument
177 if (long_hold && !(torture_random(trsp) % (cxt.nrealwriters_stress * 2000 * long_hold)))
179 if (!(torture_random(trsp) % (cxt.nrealwriters_stress * 20000)))
188 static void __torture_rt_boost(struct torture_random_state *trsp) argument
198 if (trsp && !(torture_random(trsp) %
209 * When @trsp i
220 torture_rt_boost(struct torture_random_state *trsp) argument
248 torture_spin_lock_write_delay(struct torture_random_state *trsp) argument
373 torture_rwlock_write_delay(struct torture_random_state *trsp) argument
399 torture_rwlock_read_delay(struct torture_random_state *trsp) argument
503 torture_mutex_delay(struct torture_random_state *trsp) argument
672 torture_rtmutex_delay(struct torture_random_state *trsp) argument
695 torture_rt_boost_rtmutex(struct torture_random_state *trsp) argument
736 torture_rwsem_write_delay(struct torture_random_state *trsp) argument
758 torture_rwsem_read_delay(struct torture_random_state *trsp) argument
[all...]
/linux-master/kernel/
H A Dtorture.c91 struct torture_random_state *trsp)
95 if (trsp)
96 hto += torture_random(trsp) % fuzzt_ns;
106 int torture_hrtimeout_us(u32 baset_us, u32 fuzzt_ns, struct torture_random_state *trsp) argument
110 return torture_hrtimeout_ns(baset_ns, fuzzt_ns, HRTIMER_MODE_REL, trsp);
118 int torture_hrtimeout_ms(u32 baset_ms, u32 fuzzt_us, struct torture_random_state *trsp) argument
127 return torture_hrtimeout_ns(baset_ns, fuzzt_ns, HRTIMER_MODE_REL, trsp);
136 int torture_hrtimeout_jiffies(u32 baset_j, struct torture_random_state *trsp) argument
140 return torture_hrtimeout_ns(baset_ns, jiffies_to_nsecs(1), HRTIMER_MODE_REL, trsp);
148 int torture_hrtimeout_s(u32 baset_s, u32 fuzzt_ms, struct torture_random_state *trsp) argument
90 torture_hrtimeout_ns(ktime_t baset_ns, u32 fuzzt_ns, const enum hrtimer_mode mode, struct torture_random_state *trsp) argument
455 torture_random(struct torture_random_state *trsp) argument
[all...]
H A Dscftorture.c242 static struct scf_selector *scf_sel_rand(struct torture_random_state *trsp) argument
245 unsigned long w = torture_random(trsp) % (scf_sel_totweight + 1);
314 static void scftorture_invoke_one(struct scf_statistics *scfp, struct torture_random_state *trsp) argument
320 struct scf_selector *scfsp = scf_sel_rand(trsp);
342 cpu = torture_random(trsp) % nr_cpu_ids;
349 cpu = torture_random(trsp) % nr_cpu_ids;
372 cpu = torture_random(trsp) % nr_cpu_ids;
440 else if (!(torture_random(trsp) & 0xfff))
/linux-master/kernel/rcu/
H A Drcutorture.c1318 static void do_rtws_sync(struct torture_random_state *trsp, void (*sync)(void)) argument
1324 unsigned long r = torture_random(trsp);
1719 struct torture_random_state *trsp)
1738 rdrchked = torture_random(trsp) % nrealreaders;
1740 rdrchker = torture_random(trsp) % nrealreaders;
1778 * and random-number-generator state in trsp. If this is neither the
1783 struct torture_random_state *trsp,
1839 lockit = !cur_ops->no_pi_lock && !statesnew && !(torture_random(trsp) & 0xffff);
1851 cur_ops->read_delay(trsp, rtrsp);
1882 rcutorture_extend_mask(int oldmask, struct torture_random_state *trsp) argument
1718 rcu_torture_reader_do_mbchk(long myid, struct rcu_torture *rtp, struct torture_random_state *trsp) argument
1782 rcutorture_one_extend(int *readstate, int newstate, struct torture_random_state *trsp, struct rt_read_seg *rtrsp) argument
1933 rcutorture_loop_extend(int *readstate, struct torture_random_state *trsp, struct rt_read_seg *rtrsp) argument
1958 rcu_torture_one_read(struct torture_random_state *trsp, long myid) argument
3226 struct torture_random_state *trsp = trsp_in; local
[all...]
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.c1963 struct sli4_fcp_trsp64_wqe *trsp = buf; local
1969 trsp->class_ag_byte |= SLI4_TRSP_WQE_AG;
1975 trsp->qosd_xbl_hlm_dbde_wqes |= SLI4_TRSP_WQE_DBDE;
1977 trsp->qosd_xbl_hlm_dbde_wqes |= SLI4_TRSP_WQE_XBL;
1978 bptr = &trsp->bde;
1987 trsp->fcp_response_length = cpu_to_le32(params->xmit_len);
1991 trsp->eat_xc_ccpe |= SLI4_TRSP_WQE_XC;
1993 trsp->xri_tag = cpu_to_le16(params->xri);
1994 trsp->rpi = cpu_to_le16(params->rpi);
1996 trsp
[all...]
/linux-master/drivers/scsi/fnic/
H A Dfcpio.h470 struct fcpio_trsp trsp; member in union:fcpio_host_req::__anon743

Completed in 183 milliseconds