Searched refs:lt (Results 1 - 25 of 113) sorted by relevance

12345

/linux-master/drivers/gpu/drm/bridge/
H A Dlontium-lt8912b.c52 static int lt8912_write_init_config(struct lt8912 *lt) argument
89 return regmap_multi_reg_write(lt->regmap[I2C_MAIN], seq, ARRAY_SIZE(seq));
92 static int lt8912_write_mipi_basic_config(struct lt8912 *lt) argument
102 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq));
105 static int lt8912_write_dds_config(struct lt8912 *lt) argument
155 return regmap_multi_reg_write(lt->regmap[I2C_CEC_DSI], seq, ARRAY_SIZE(seq));
158 static int lt8912_write_rxlogicres_config(struct lt8912 *lt) argument
162 ret = regmap_write(lt->regmap[I2C_MAIN], 0x03, 0x7f);
164 ret |= regmap_write(lt->regmap[I2C_MAIN], 0x03, 0xff);
170 static int lt8912_write_lvds_config(struct lt8912 *lt) argument
219 lt8912_init_i2c(struct lt8912 *lt, struct i2c_client *client) argument
250 lt8912_free_i2c(struct lt8912 *lt) argument
260 lt8912_hard_power_on(struct lt8912 *lt) argument
274 lt8912_hard_power_off(struct lt8912 *lt) argument
284 lt8912_video_setup(struct lt8912 *lt) argument
350 lt8912_soft_power_on(struct lt8912 *lt) argument
366 lt8912_video_on(struct lt8912 *lt) argument
390 lt8912_check_cable_status(struct lt8912 *lt) argument
408 struct lt8912 *lt = connector_to_lt8912(connector); local
444 struct lt8912 *lt = connector_to_lt8912(connector); local
473 struct lt8912 *lt = bridge_to_lt8912(bridge); local
480 struct lt8912 *lt = bridge_to_lt8912(bridge); local
485 lt8912_attach_dsi(struct lt8912 *lt) argument
529 struct lt8912 *lt = data; local
538 struct lt8912 *lt = bridge_to_lt8912(bridge); local
567 struct lt8912 *lt = bridge_to_lt8912(bridge); local
602 struct lt8912 *lt = bridge_to_lt8912(bridge); local
613 struct lt8912 *lt = bridge_to_lt8912(bridge); local
624 struct lt8912 *lt = bridge_to_lt8912(bridge); local
648 struct lt8912 *lt = dev_get_drvdata(dev); local
664 struct lt8912 *lt = dev_get_drvdata(dev); local
673 lt8912_get_regulators(struct lt8912 *lt) argument
688 lt8912_parse_dt(struct lt8912 *lt) argument
752 lt8912_put_dt(struct lt8912 *lt) argument
760 static struct lt8912 *lt; local
805 struct lt8912 *lt = i2c_get_clientdata(client); local
[all...]
/linux-master/net/netfilter/
H A Dnft_set_pipapo_avx2.c45 #define NFT_PIPAPO_AVX2_BUCKET_LOAD4(reg, lt, group, v, bsize) \
47 lt[((group) * NFT_PIPAPO_BUCKETS(4) + \
49 #define NFT_PIPAPO_AVX2_BUCKET_LOAD8(reg, lt, group, v, bsize) \
51 lt[((group) * NFT_PIPAPO_BUCKETS(8) + \
221 unsigned long *lt = f->lt, bsize = f->bsize; local
223 lt += offset * NFT_PIPAPO_LONGS_PER_M256;
224 for (i = offset; i < m256_size; i++, lt += NFT_PIPAPO_LONGS_PER_M256) {
228 NFT_PIPAPO_AVX2_BUCKET_LOAD4(0, lt, 0, pg[0], bsize);
229 NFT_PIPAPO_AVX2_BUCKET_LOAD4(1, lt,
284 unsigned long *lt = f->lt, bsize = f->bsize; local
363 unsigned long *lt = f->lt, bsize = f->bsize; local
460 unsigned long *lt = f->lt, bsize = f->bsize; local
555 unsigned long *lt = f->lt, bsize = f->bsize; local
682 unsigned long *lt = f->lt, bsize = f->bsize; local
740 unsigned long *lt = f->lt, bsize = f->bsize; local
805 unsigned long *lt = f->lt, bsize = f->bsize; local
881 unsigned long *lt = f->lt, bsize = f->bsize; local
967 unsigned long *lt = f->lt, bsize = f->bsize; local
[all...]
H A Dnft_set_pipapo.h72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN))
75 #define NFT_PIPAPO_LT_ALIGN(lt) (lt)
112 * @lt: Lookup table: 'groups' rows of buckets
121 unsigned long *lt; member in struct:nft_pipapo_field
195 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); local
202 __bitmap_and(dst, dst, lt + v * f->bsize,
204 lt
223 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); local
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck-rcuscale-ftrace.sh18 if test "`grep -c 'rcu_exp_grace_period.*start' < $i/console.log`" -lt 100
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddp.c92 nvkm_dp_train_sense(struct lt_state *lt, bool pc, u32 delay) argument
94 struct nvkm_outp *outp = lt->outp;
100 if (lt->repeater)
101 addr = DPCD_LTTPR_LANE0_1_STATUS(lt->repeater);
105 ret = nvkm_rdaux(outp->dp.aux, addr, &lt->stat[0], 3);
109 if (lt->repeater)
110 addr = DPCD_LTTPR_LANE0_1_ADJUST(lt->repeater);
114 ret = nvkm_rdaux(outp->dp.aux, addr, &lt->stat[4], 2);
119 ret = nvkm_rdaux(outp->dp.aux, DPCD_LS0C, &lt->pc2stat, 1);
121 lt
132 nvkm_dp_train_drive(struct lt_state *lt, bool pc) argument
203 nvkm_dp_train_pattern(struct lt_state *lt, u8 pattern) argument
229 nvkm_dp_train_eq(struct lt_state *lt) argument
276 nvkm_dp_train_cr(struct lt_state *lt) argument
316 struct lt_state lt = { local
475 struct lt_state lt = { local
[all...]
/linux-master/tools/pci/
H A Dpcitest.sh9 while [ $bar -lt 6 ]
25 while [ $msi -lt 33 ]
35 while [ $msix -lt 2049 ]
/linux-master/tools/testing/selftests/net/
H A Dtoeplitz_client.sh12 while [[ "${SECONDS}" -lt "${expiration}" ]]
/linux-master/tools/testing/selftests/ftrace/test.d/event/
H A Dsubsystem-enable.tc22 if [ $count -lt 3 ]; then
33 if [ $count -lt 3 ]; then
/linux-master/tools/testing/selftests/memfd/
H A Drun_hugetlbfs_test.sh25 if [ -n "$freepgs" ] && [ $freepgs -lt $hpages_test ]; then
47 if [ $freepgs -lt $hpages_test ]; then
/linux-master/tools/perf/arch/powerpc/entry/syscalls/
H A Dmksyscalltbl28 if [ "$max_nr" -lt "$nr" ]; then
/linux-master/tools/testing/selftests/rseq/
H A Drun_param_test.sh40 while [ "$i" -lt "${#TEST_LIST[@]}" ]; do
77 while [ "$i" -lt "${#INJECT_LIST[@]}" ]; do
98 while [ "$i" -lt "${#INJECT_LIST[@]}" ]; do
/linux-master/drivers/mtd/nand/raw/
H A Dmarvell_nand.c1040 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; local
1050 unsigned int oob_bytes = lt->spare_bytes + (raw ? lt->ecc_bytes : 0);
1075 lt->data_bytes + oob_bytes);
1076 memcpy(data_buf, nfc->dma_buf, lt->data_bytes);
1077 memcpy(oob_buf, nfc->dma_buf + lt->data_bytes, oob_bytes);
1079 marvell_nfc_xfer_data_in_pio(nfc, data_buf, lt->data_bytes);
1098 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; local
1099 unsigned int full_sz = lt->data_bytes + lt
1154 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; local
1260 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; local
1310 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; local
1375 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; local
1515 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; local
1572 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; local
1633 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; local
2203 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; local
2219 const struct marvell_hw_ecc_layout *lt = to_marvell_nand(chip)->layout; local
[all...]
/linux-master/scripts/
H A Dld-version.sh67 if [ "$cversion" -lt "$min_cversion" ]; then
H A Dsyscalltbl.sh64 while [ $nxt -lt $nr ]; do
H A Drust_is_available.sh112 if [ "$rust_compiler_cversion" -lt "$rust_compiler_min_cversion" ]; then
160 if [ "$rust_bindings_generator_cversion" -lt "$rust_bindings_generator_min_cversion" ]; then
218 if [ "$bindgen_libclang_cversion" -lt "$bindgen_libclang_min_cversion" ]; then
H A Das-version.sh73 if [ "$cversion" -lt "$min_cversion" ]; then
H A Dcc-version.sh57 if [ "$cversion" -lt "$min_cversion" ]; then
H A Dunifdef.c831 Linetype lt; local
837 lt = eval_unary(ops, valp, &cp);
838 if (lt == LT_ERROR)
840 if (lt != LT_IF) {
842 lt = *valp ? LT_TRUE : LT_FALSE;
847 lt = eval_table(eval_ops, valp, &cp);
848 if (lt == LT_ERROR)
858 lt = *valp ? LT_TRUE : LT_FALSE;
871 lt = LT_IF;
874 lt
918 Linetype lt, rt; local
[all...]
/linux-master/tools/testing/selftests/mm/
H A Dva_high_addr_switch.sh35 if [[ "${pg_table_levels}" -lt 5 ]]; then
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstress_code_patching.sh31 while [ `date +%s` -lt $END_TIME ]
/linux-master/arch/mips/pci/
H A Dfixup-cobalt.c71 unsigned char lt; local
82 pci_read_config_byte(dev, PCI_LATENCY_TIMER, &lt);
83 if (lt < 64)
/linux-master/tools/testing/selftests/powerpc/security/
H A Dmitigation-patching.sh19 while [[ $((now-start)) -lt "$TIMEOUT" ]]
/linux-master/tools/testing/selftests/zram/
H A Dzram01.sh49 if [ "$v" -lt 100 ]; then
/linux-master/tools/perf/tests/shell/
H A Dstat_bpf_counters.sh18 if [ $second_num -gt $upper ] || [ $second_num -lt $lower ]; then
/linux-master/tools/testing/selftests/lkdtm/
H A Dstack-entropy.sh46 if [ "$bits" -lt 5 ]; then

Completed in 377 milliseconds

12345