| /linux/drivers/gpu/drm/bridge/ |
| A D | lontium-lt8912b.c | 220 if (!lt) in lt8912_init_i2c() 231 lt->regmap[i] = devm_regmap_init_i2c(lt->i2c_client[i], in lt8912_init_i2c() 271 if (!lt) in lt8912_video_setup() 455 lt8912_video_on(lt); in lt8912_bridge_enable() 482 lt->dsi = dsi; in lt8912_attach_dsi() 650 if (!lt->host_node) { in lt8912_parse_dt() 698 if (!lt) in lt8912_probe() 701 lt->dev = dev; in lt8912_probe() 724 lt8912_put_dt(lt); in lt8912_probe() 735 lt8912_free_i2c(lt); in lt8912_remove() [all …]
|
| /linux/net/netfilter/ |
| A D | nft_set_pipapo_avx2.c | 223 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_2() local 285 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 459 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_12() local 553 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_4b_32() local 679 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_1() local 736 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_2() local 800 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_4() local 875 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_6() local 960 unsigned long *lt = f->lt, bsize = f->bsize; in nft_pipapo_avx2_lookup_8b_16() local [all …]
|
| A D | nft_set_pipapo.h | 72 #define NFT_PIPAPO_LT_ALIGN(lt) (PTR_ALIGN((lt), NFT_PIPAPO_ALIGN)) argument 76 (field)->lt = (x); \ 80 #define NFT_PIPAPO_LT_ALIGN(lt) (lt) argument 129 unsigned long *lt; member 192 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_4bit() local 199 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 201 lt += f->bsize * NFT_PIPAPO_BUCKETS(4); in pipapo_and_field_buckets_4bit() 204 __bitmap_and(dst, dst, lt + v * f->bsize, in pipapo_and_field_buckets_4bit() 206 lt += f->bsize * NFT_PIPAPO_BUCKETS(4); in pipapo_and_field_buckets_4bit() 220 unsigned long *lt = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_and_field_buckets_8bit() local [all …]
|
| A D | nft_set_pipapo.c | 701 pos = NFT_PIPAPO_LT_ALIGN(f->lt); in pipapo_bucket_set() 841 sizeof(*f->lt); in pipapo_lt_bits_adjust() 849 sizeof(*f->lt); in pipapo_lt_bits_adjust() 856 sizeof(*f->lt); in pipapo_lt_bits_adjust() 874 NFT_PIPAPO_LT_ALIGN(f->lt), in pipapo_lt_bits_adjust() 878 NFT_PIPAPO_LT_ALIGN(f->lt), in pipapo_lt_bits_adjust() 886 kvfree(f->lt); in pipapo_lt_bits_adjust() 1305 src->bsize * sizeof(*dst->lt) + 1330 kvfree(dst->lt); 1334 kvfree(dst->lt); [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| A D | dp.c | 54 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_sense() 69 lt->pc2stat = 0x00; in nvkm_dp_train_sense() 71 lt->stat, lt->pc2stat); in nvkm_dp_train_sense() 82 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_drive() 114 i, lt->conf[i], lpc2); in nvkm_dp_train_drive() 148 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_pattern() 173 nvkm_dp_train_drive(lt, lt->pc2)) || in nvkm_dp_train_eq() 174 nvkm_dp_train_sense(lt, lt->pc2, 400)) in nvkm_dp_train_eq() 232 struct lt_state lt = { in nvkm_dp_train_links() local 301 memset(lt.stat, 0x00, sizeof(lt.stat)); in nvkm_dp_train_links() [all …]
|
| /linux/drivers/mtd/nand/raw/ |
| A D | marvell_nand.c | 1085 unsigned int full_sz = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes; in marvell_nfc_hw_ecc_hmg_read_page() 1172 lt->ecc_bytes + lt->spare_bytes); in marvell_nfc_hw_ecc_hmg_do_write_page() 1236 int chunk_size = lt->data_bytes + lt->spare_bytes + lt->ecc_bytes; in marvell_nfc_hw_ecc_bch_read_page_raw() 1237 int ecc_offset = (lt->full_chunk_cnt * lt->spare_bytes) + in marvell_nfc_hw_ecc_bch_read_page_raw() 1422 (chunk < lt->full_chunk_cnt ? lt->data_bytes : in marvell_nfc_hw_ecc_bch_read_page() 1425 (chunk < lt->full_chunk_cnt ? lt->spare_bytes : in marvell_nfc_hw_ecc_bch_read_page() 1430 ecc_off = (lt->full_chunk_cnt * lt->spare_bytes) + in marvell_nfc_hw_ecc_bch_read_page() 1434 data_len = chunk < lt->full_chunk_cnt ? lt->data_bytes : in marvell_nfc_hw_ecc_bch_read_page() 1438 ecc_len = chunk < lt->full_chunk_cnt ? lt->ecc_bytes : in marvell_nfc_hw_ecc_bch_read_page() 1447 if (lt->writesize == 2048 && lt->strength == 8) { in marvell_nfc_hw_ecc_bch_read_page() [all …]
|
| /linux/drivers/media/platform/rockchip/rga/ |
| A D | rga-hw.c | 50 struct rga_addr_offset *lt, *lb, *rt, *rb; in rga_get_addr_offset() local 54 lt = &offsets.left_top; in rga_get_addr_offset() 65 lt->y_off = y * frm->stride + x * pixel_width; in rga_get_addr_offset() 66 lt->u_off = in rga_get_addr_offset() 68 lt->v_off = lt->u_off + frm->width * frm->height / uv_factor; in rga_get_addr_offset() 70 lb->y_off = lt->y_off + (h - 1) * frm->stride; in rga_get_addr_offset() 71 lb->u_off = lt->u_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 72 lb->v_off = lt->v_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 74 rt->y_off = lt->y_off + (w - 1) * pixel_width; in rga_get_addr_offset() 75 rt->u_off = lt->u_off + w / x_div - 1; in rga_get_addr_offset() [all …]
|
| /linux/scripts/ |
| A D | unifdef.c | 831 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/arch/mips/pci/ |
| A D | fixup-cobalt.c | 71 unsigned char lt; in qube_raq_via_bmIDE_fixup() local 82 pci_read_config_byte(dev, PCI_LATENCY_TIMER, <); in qube_raq_via_bmIDE_fixup() 83 if (lt < 64) in qube_raq_via_bmIDE_fixup()
|
| /linux/arch/mips/include/asm/ |
| A D | cpu-features.h | 63 #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/arch/arm64/lib/ |
| A D | memset.S | 96 b.lt 2f 147 b.lt .Lnot_short /*count is at least 128 bytes*/ 167 b.lt .Lnot_short /* Not enough to reach alignment. */ 179 b.lt .Lnot_short
|
| /linux/kernel/locking/ |
| A D | lockdep_proc.c | 422 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) in seq_lock_time() argument 424 seq_printf(m, "%14lu", lt->nr); in seq_lock_time() 425 seq_time(m, lt->min); in seq_lock_time() 426 seq_time(m, lt->max); in seq_lock_time() 427 seq_time(m, lt->total); in seq_lock_time() 428 seq_time(m, lt->nr ? div64_u64(lt->total, lt->nr) : 0); in seq_lock_time()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| A D | rvu_npc_fs.c | 133 u64 cfg, u8 lid, u8 lt, u8 intf) in npc_set_layer_mdata() argument 143 input->layer_mdata.ltype = lt; in npc_set_layer_mdata() 178 u8 nr_bits, lid, lt, ld; in npc_check_overlap() local 190 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_check_overlap() 194 (intf, lid, lt, ld)); in npc_check_overlap() 199 lid, lt, intf); in npc_check_overlap() 389 u8 lt, u64 cfg, u8 intf) in npc_scan_ldata() argument 511 u8 lid, lt, ld, bitnr; in npc_scan_kex() local 529 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_scan_kex() 533 (intf, lid, lt, ld)); in npc_scan_kex() [all …]
|
| A D | rvu_npc.c | 1180 int lid, lt, ld, fl; in npc_program_mkex_rx() local 1190 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_rx() 1192 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_rx() 1194 [lid][lt][ld]); in npc_program_mkex_rx() 1209 int lid, lt, ld, fl; in npc_program_mkex_tx() local 1219 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_program_mkex_tx() 1221 SET_KEX_LD(intf, lid, lt, ld, in npc_program_mkex_tx() 1223 [lid][lt][ld]); in npc_program_mkex_tx() 3128 #define GET_KEX_LD(intf, lid, lt, ld) \ argument 3139 int lid, lt, ld, fl; in rvu_mbox_handler_npc_get_kex_cfg() local [all …]
|
| /linux/arch/arm64/include/asm/ |
| A D | el2_setup.h | 45 b.lt .Lskip_pmu_\@ // Skip if no PMU present 49 csel x2, xzr, x0, lt // all PMU counters from EL1 156 b.lt .Lset_fgt_\@
|
| /linux/arch/ia64/lib/ |
| A D | clear_page.S | 59 cmp.lt p8,p0=dst_fetch, dst_last 67 cmp.lt p8,p0=dst_fetch, dst_last
|
| /linux/drivers/power/supply/ |
| A D | bq25890_charger.c | 296 struct bq25890_lookup lt; member 310 [TBL_TREG] = { .lt = {bq25890_treg_tbl, BQ25890_TREG_TBL_SIZE} }, 311 [TBL_BOOSTI] = { .lt = {bq25890_boosti_tbl, BQ25890_BOOSTI_TBL_SIZE} } 338 const u32 *tbl = bq25890_tables[id].lt.tbl; in bq25890_find_idx() 339 u32 tbl_size = bq25890_tables[id].lt.size; in bq25890_find_idx() 364 return bq25890_tables[id].lt.tbl[idx]; in bq25890_find_val()
|
| /linux/arch/mips/kernel/ |
| A D | ptrace.c | 164 unsigned long lt[NUM_WATCH_REGS]; in ptrace_set_watch_regs() local 173 __get_user(lt[i], &addr->WATCH_STYLE.watchlo[i]); in ptrace_set_watch_regs() 175 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs() 179 if (lt[i] & 0xffffffff80000000UL) in ptrace_set_watch_regs() 182 if (lt[i] & __UA_LIMIT) in ptrace_set_watch_regs() 192 if (lt[i] & MIPS_WATCHLO_IRW) in ptrace_set_watch_regs() 194 child->thread.watch.mips3264.watchlo[i] = lt[i]; in ptrace_set_watch_regs()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
| A D | Makefile | 24 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
| A D | Makefile | 20 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
| A D | Makefile | 17 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
| A D | Makefile | 18 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
| A D | Makefile | 21 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
| A D | Makefile | 27 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|
| /linux/drivers/gpu/drm/amd/display/dc/calcs/ |
| A D | Makefile | 37 ifeq ($(call cc-ifversion, -lt, 0701, y), y)
|