Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 25 of 62) sorted by relevance

123

/linux/drivers/gpu/drm/bridge/
A Dlontium-lt8912b.c231 if (!lt) in lt8912_init_i2c()
242 lt->regmap[i] = devm_regmap_init_i2c(lt->i2c_client[i], in lt8912_init_i2c()
264 ret = regulator_bulk_enable(ARRAY_SIZE(lt->supplies), lt->supplies); in lt8912_hard_power_on()
279 regulator_bulk_disable(ARRAY_SIZE(lt->supplies), lt->supplies); in lt8912_hard_power_off()
291 if (!lt) in lt8912_video_setup()
490 lt->dsi = dsi; in lt8912_attach_dsi()
523 drm_bridge_hpd_enable(lt->hdmi_port, lt8912_bridge_hpd_cb, lt); in lt8912_bridge_connector_init()
587 if (lt->connector.dev && lt->hdmi_port->ops & DRM_BRIDGE_OP_HPD) in lt8912_bridge_detach()
683 return devm_regulator_bulk_get(lt->dev, ARRAY_SIZE(lt->supplies), in lt8912_get_regulators()
764 if (!lt) in lt8912_probe()
[all …]
/linux/net/netfilter/
A Dnft_set_pipapo_avx2.c221 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local
223 lt += offset * NFT_PIPAPO_LONGS_PER_M256; in nft_pipapo_avx2_lookup_4b_2()
284 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_4() local
363 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_8() local
460 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_12() local
555 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_32() local
682 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_1() local
740 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_2() local
805 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_4() local
881 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_6() local
[all …]
A Dnft_set_pipapo.h72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN)) argument
75 #define NFT_PIPAPO_LT_ALIGN(lt) (lt) argument
121 unsigned long *lt; member
193 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_4bit() local
200 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit()
202 lt += f->bsize * NFT_PIPAPO_BUCKETS(4); in pipapo_and_field_buckets_4bit()
205 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit()
207 lt += f->bsize * NFT_PIPAPO_BUCKETS(4); in pipapo_and_field_buckets_4bit()
221 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_8bit() local
225 __bitmap_and(dst, dst, lt + *data * f->bsize, in pipapo_and_field_buckets_8bit()
[all …]
A Dnft_set_pipapo.c754 f->lt = new_lt; in pipapo_resize()
913 sizeof(*f->lt); in pipapo_lt_bits_adjust()
921 sizeof(*f->lt); in pipapo_lt_bits_adjust()
928 sizeof(*f->lt); in pipapo_lt_bits_adjust()
958 kvfree(f->lt); in pipapo_lt_bits_adjust()
959 f->lt = new_lt; in pipapo_lt_bits_adjust()
1464 dst->lt = new_lt;
1491 kvfree(dst->lt);
1495 kvfree(dst->lt);
1770 kvfree(f->lt);
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Ddp.c100 if (lt->repeater) in nvkm_dp_train_sense()
109 if (lt->repeater) in nvkm_dp_train_sense()
123 OUTP_TRACE(outp, "status %6ph pc2 %02x", lt->stat, lt->pc2stat); in nvkm_dp_train_sense()
168 if (lt->repeater != lt->repeaters) in nvkm_dp_train_drive()
184 if (lt->repeater) in nvkm_dp_train_drive()
212 if (lt->repeater) in nvkm_dp_train_pattern()
257 nvkm_dp_train_drive(lt, lt->pc2)) || in nvkm_dp_train_eq()
258 nvkm_dp_train_sense(lt, lt->pc2, usec ? usec : 400)) in nvkm_dp_train_eq()
352 for (lt.repeater = lt.repeaters; lt.repeater >= 0; lt.repeater--) { in nvkm_dp_train_link()
353 if (lt.repeater) in nvkm_dp_train_link()
[all …]
A Dr535.c1021 int ret = r535_dp_train_target(outp, target, outp->dp.lt.mst, in r535_dp_train()
1022 outp->dp.lt.nr, in r535_dp_train()
1023 outp->dp.lt.bw); in r535_dp_train()
1113 if (!outp->dp.lt.bw) { in r535_dp_release()
1115 outp->dp.lt.bw = outp->dp.rate[0].rate / 27000; in r535_dp_release()
1117 outp->dp.lt.bw = 0x06; in r535_dp_release()
1120 outp->dp.lt.nr = 0; in r535_dp_release()
1122 r535_dp_train_target(outp, 0, outp->dp.lt.mst, outp->dp.lt.nr, outp->dp.lt.bw); in r535_dp_release()
A Duoutp.c120 outp->dp.lt.nr = args->v0.link_nr; in nvkm_uoutp_mthd_dp_train()
121 outp->dp.lt.bw = args->v0.link_bw / 27000; in nvkm_uoutp_mthd_dp_train()
122 outp->dp.lt.mst = args->v0.mst; in nvkm_uoutp_mthd_dp_train()
123 outp->dp.lt.post_adj = args->v0.post_lt_adj; in nvkm_uoutp_mthd_dp_train()
/linux/drivers/mtd/nand/raw/
A Dmarvell_nand.c1099 unsigned int full_sz = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes; in marvell_nfc_hw_ecc_hmg_read_page()
1187 lt->ecc_bytes + lt->spare_bytes); in marvell_nfc_hw_ecc_hmg_do_write_page()
1262 int chunk_size = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes; in marvell_nfc_hw_ecc_bch_read_page_raw()
1263 int ecc_offset = (lt->full_chunk_cnt * lt->spare_bytes) + in marvell_nfc_hw_ecc_bch_read_page_raw()
1448 (chunk < lt->full_chunk_cnt ? lt->data_bytes : in marvell_nfc_hw_ecc_bch_read_page()
1451 (chunk < lt->full_chunk_cnt ? lt->spare_bytes : in marvell_nfc_hw_ecc_bch_read_page()
1456 ecc_off = (lt->full_chunk_cnt * lt->spare_bytes) + in marvell_nfc_hw_ecc_bch_read_page()
1460 data_len = chunk < lt->full_chunk_cnt ? lt->data_bytes : in marvell_nfc_hw_ecc_bch_read_page()
1464 ecc_len = chunk < lt->full_chunk_cnt ? lt->ecc_bytes : in marvell_nfc_hw_ecc_bch_read_page()
1473 if (lt->writesize == 2048 && lt->strength == 8) { in marvell_nfc_hw_ecc_bch_read_page()
[all …]
/linux/scripts/
A Dunifdef.c831 Linetype lt; in eval_unary() local
838 if (lt == LT_ERROR) in eval_unary()
840 if (lt != LT_IF) { in eval_unary()
871 lt = LT_IF; in eval_unary()
886 lt = LT_IF; in eval_unary()
890 lt = LT_FALSE; in eval_unary()
906 return (lt); in eval_unary()
918 Linetype lt, rt; in eval_table() local
923 if (lt == LT_ERROR) in eval_table()
937 lt = op->fn(valp, lt, *valp, rt, val); in eval_table()
[all …]
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_dp.c329 outp->dp.lt.nr = 0; in nouveau_dp_power_down()
347 outp->dp.lt.nr, in nouveau_dp_train_link()
348 outp->dp.lt.bw, in nouveau_dp_train_link()
349 outp->dp.lt.mst, in nouveau_dp_train_link()
365 if (!drm_dp_channel_eq_ok(stat, outp->dp.lt.nr)) { in nouveau_dp_train_link()
390 for (int i = 0; i < outp->dp.lt.nr; i++) { in nouveau_dp_train_link()
447 outp->dp.lt.nr = nr; in nouveau_dp_train()
448 outp->dp.lt.bw = outp->dp.rate[rate].rate; in nouveau_dp_train()
449 outp->dp.lt.mst = mst; in nouveau_dp_train()
467 if (!outp || !outp->dp.lt.nr) in nouveau_dp_link_check_locked()
[all …]
A Dnouveau_encoder.h96 } lt; member
/linux/drivers/media/platform/rockchip/rga/
A Drga-hw.c44 struct rga_addr_offset *lt, *lb, *rt, *rb; in rga_get_addr_offset() local
48 lt = &offsets.left_top; in rga_get_addr_offset()
58 lt->y_off = offset->y_off + y * frm->stride + x * pixel_width; in rga_get_addr_offset()
59 lt->u_off = offset->u_off + (y / y_div) * uv_stride + x / x_div; in rga_get_addr_offset()
60 lt->v_off = offset->v_off + (y / y_div) * uv_stride + x / x_div; in rga_get_addr_offset()
62 lb->y_off = lt->y_off + (h - 1) * frm->stride; in rga_get_addr_offset()
63 lb->u_off = lt->u_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset()
64 lb->v_off = lt->v_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset()
66 rt->y_off = lt->y_off + (w - 1) * pixel_width; in rga_get_addr_offset()
67 rt->u_off = lt->u_off + w / x_div - 1; in rga_get_addr_offset()
[all …]
/linux/drivers/media/v4l2-core/
A Dv4l2-h264.c263 u8 lt, i = 0, j = 0, k = 0; in reorder_field_reflist() local
267 for (lt = 0; lt <= 1; lt++) { in reorder_field_reflist()
269 for (; i < b->num_valid && b->refs[tmplist[i].index].longterm == lt; i++) { in reorder_field_reflist()
276 for (; j < b->num_valid && b->refs[tmplist[j].index].longterm == lt; j++) { in reorder_field_reflist()
282 } while ((i < b->num_valid && b->refs[tmplist[i].index].longterm == lt) || in reorder_field_reflist()
283 (j < b->num_valid && b->refs[tmplist[j].index].longterm == lt)); in reorder_field_reflist()
/linux/arch/mips/pci/
A Dfixup-cobalt.c71 unsigned char lt; in qube_raq_via_bmIDE_fixup() local
82 pci_read_config_byte(dev, PCI_LATENCY_TIMER, &lt); in qube_raq_via_bmIDE_fixup()
83 if (lt < 64) in qube_raq_via_bmIDE_fixup()
/linux/arch/arm64/lib/
A Dmemset.S95 b.lt 2f
146 b.lt .Lnot_short /*count is at least 128 bytes*/
166 b.lt .Lnot_short /* Not enough to reach alignment. */
178 b.lt .Lnot_short
/linux/arch/mips/include/asm/
A Dcpu-features.h63 #define __isa_range(ge, lt) \ argument
64 ((MIPS_ISA_REV >= (ge)) && (MIPS_ISA_REV < (lt)))
65 #define __isa_range_or_flag(ge, lt, flag) \ argument
66 (__isa_range(ge, lt) || ((MIPS_ISA_REV < (lt)) && __isa(flag)))
67 #define __isa_range_and_ase(ge, lt, ase) \ argument
68 (__isa_range(ge, lt) && __ase(ase))
/linux/kernel/locking/
A Dlockdep_proc.c449 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) in seq_lock_time() argument
451 seq_printf(m, "%14lu", lt->nr); in seq_lock_time()
452 seq_time(m, lt->min); in seq_lock_time()
453 seq_time(m, lt->max); in seq_lock_time()
454 seq_time(m, lt->total); in seq_lock_time()
455 seq_time(m, lt->nr ? div64_u64(lt->total, lt->nr) : 0); in seq_lock_time()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_fs.c159 u64 cfg, u8 lid, u8 lt, u8 intf) in npc_set_layer_mdata() argument
169 input->layer_mdata.ltype = lt; in npc_set_layer_mdata()
204 u8 nr_bits, lid, lt, ld; in npc_check_overlap() local
216 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_check_overlap()
220 (intf, lid, lt, ld)); in npc_check_overlap()
225 lid, lt, intf); in npc_check_overlap()
460 u8 lt, u64 cfg, u8 intf) in npc_scan_ldata() argument
636 u8 lid, lt, ld, bitnr; in npc_scan_kex() local
665 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_scan_kex()
669 (intf, lid, lt, ld)); in npc_scan_kex()
[all …]
A Drvu_npc_hash.c104 u8 intf, int lid, int lt, int ld) in npc_update_use_hash() argument
126 int lid, lt, ld, hash_cnt = 0; in npc_program_mkex_hash_rx() local
133 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_hash_rx()
135 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][lt][ld]) { in npc_program_mkex_hash_rx()
142 intf, lid, lt, ld); in npc_program_mkex_hash_rx()
144 SET_KEX_LD(intf, lid, lt, ld, cfg); in npc_program_mkex_hash_rx()
166 int lid, lt, ld, hash_cnt = 0; in npc_program_mkex_hash_tx() local
173 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_hash_tx()
175 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][lt][ld]) { in npc_program_mkex_hash_tx()
182 intf, lid, lt, ld); in npc_program_mkex_hash_tx()
[all …]
A Drvu_npc.c1275 int lid, lt, ld, fl; in npc_program_mkex_rx() local
1285 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_rx()
1287 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_rx()
1289 [lid][lt][ld]); in npc_program_mkex_rx()
1304 int lid, lt, ld, fl; in npc_program_mkex_tx() local
1314 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_tx()
1316 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_tx()
1318 [lid][lt][ld]); in npc_program_mkex_tx()
3261 #define GET_KEX_LD(intf, lid, lt, ld) \ argument
3272 int lid, lt, ld, fl; in rvu_mbox_handler_npc_get_kex_cfg() local
[all …]
/linux/Documentation/devicetree/bindings/phy/
A Damlogic,meson-axg-mipi-pcie-analog.yaml10 - Remi Pommarel <repk@triplefau.lt>
A Damlogic,meson-axg-pcie.yaml10 - Remi Pommarel <repk@triplefau.lt>
/linux/arch/mips/kernel/
A Dptrace.c170 unsigned long lt[NUM_WATCH_REGS]; in ptrace_set_watch_regs() local
179 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]); in ptrace_set_watch_regs()
181 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs()
185 if (lt[i] & 0xffffffff80000000UL) in ptrace_set_watch_regs()
188 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs()
198 if (lt[i] & MIPS_WATCHLO_IRW) in ptrace_set_watch_regs()
200 child->thread.watch.mips3264.watchlo[i] = lt[i]; in ptrace_set_watch_regs()
/linux/drivers/power/supply/
A Dbq25890_charger.c341 struct bq25890_lookup lt; member
356 [TBL_TREG] = { .lt = {bq25890_treg_tbl, BQ25890_TREG_TBL_SIZE} },
357 [TBL_BOOSTI] = { .lt = {bq25890_boosti_tbl, BQ25890_BOOSTI_TBL_SIZE} },
358 [TBL_TSPCT] = { .lt = {bq25890_tspct_tbl, BQ25890_TSPCT_TBL_SIZE} }
385 const u32 *tbl = bq25890_tables[id].lt.tbl; in bq25890_find_idx()
386 u32 tbl_size = bq25890_tables[id].lt.size; in bq25890_find_idx()
411 return bq25890_tables[id].lt.tbl[idx]; in bq25890_find_val()
/linux/arch/arm/lib/
A Dclear_user.S32 strusr r2, r0, 1, lt

Completed in 881 milliseconds

123