Searched refs:id2 (Results 26 - 50 of 73) sorted by relevance

123

/linux-master/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6d27a1.c77 u8 id1, id2, id3; local
85 ret = mipi_dbi_command_read(dbi, S6D27A1_READID2, &id2);
95 dev_info(ctx->dev, "MTP ID: %02x %02x %02x\n", id1, id2, id3);
H A Dpanel-widechips-ws2401.c107 u8 id1, id2, id3; local
115 ret = mipi_dbi_command_read(dbi, WS2401_READ_ID2, &id2);
125 dev_info(ws->dev, "MTP ID: %02x %02x %02x\n", id1, id2, id3);
H A Dpanel-samsung-s6e63m0.c335 u8 id1, id2, id3; local
339 s6e63m0_dcs_read(ctx, MCS_READ_ID2, &id2);
349 dev_info(ctx->dev, "MTP ID: %02x %02x %02x\n", id1, id2, id3);
356 switch (id2) {
367 dev_info(ctx->dev, "unknown LCD panel type %02x\n", id2);
373 ctx->lcd_type = id2;
H A Dpanel-novatek-nt35510.c620 u8 id1, id2, id3; local
628 ret = mipi_dsi_dcs_read(dsi, MCS_CMD_READ_ID2, &id2, 1);
644 dev_info(nt->dev, "MTP ID manufacturer: %02x version: %02x driver: %02x\n", id1, id2, id3);
/linux-master/kernel/
H A Duser_namespace.c250 u32 first, last, id2; local
254 id2 = key->id + key->count - 1;
265 (id2 >= first && id2 <= last))
268 if (key->id < first || id2 < first)
300 u32 first, last, id2; local
302 id2 = id + count - 1;
309 (id2 >= first && id2 <= last))
/linux-master/tools/thermal/tmon/
H A Dtmon.c220 int id2 = 0, c; local
229 while ((c = getopt_long(argc, argv, "c:dlht:T:vgz:", opts, &id2)) != -1) {
/linux-master/sound/isa/opti9xx/
H A Dopti92x-ad1848.c588 struct snd_ctl_elem_id id1, id2; local
599 memset(&id2, 0, sizeof(id2));
600 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
603 strcpy(id2.name, "CD Playback Switch");
604 err = snd_ctl_rename_id(card, &id1, &id2);
611 strcpy(id2.name, "FM Playback Switch");
612 err = snd_ctl_rename_id(card, &id1, &id2);
/linux-master/arch/arm/mach-ep93xx/
H A Dcore.c900 unsigned int id, id2, id3, id4, id5; local
906 id2 = __raw_readl(EP93XX_SECURITY_UNIQID2);
911 if (id != id2)
915 add_device_randomness(&id2, 4);
921 "%08x%08x%08x%08x", id2, id3, id4, id5);
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c174 static int dsicm_get_id(struct panel_drv_data *ddata, u8 *id1, u8 *id2, u8 *id3) argument
181 r = dsicm_dcs_read_1(ddata, DCS_GET_ID2, id2);
414 u8 id1, id2, id3; local
424 r = dsicm_get_id(ddata, &id1, &id2, &id3);
436 return sysfs_emit(buf, "%02x.%02x.%02x\n", id1, id2, id3);
573 u8 id1, id2, id3; local
614 r = dsicm_get_id(ddata, &id1, &id2, &id3);
648 id1, id2, id3);
/linux-master/fs/ocfs2/
H A Dsuballoc.c213 max_bits = le16_to_cpu(di->id2.i_chain.cl_cpg) * le16_to_cpu(di->id2.i_chain.cl_bpc);
222 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) ||
224 le16_to_cpu(di->id2.i_chain.cl_next_free_rec)) && !resize)) {
669 cl = &fe->id2.i_chain;
1443 bg->bg_next_group = fe->id2.i_chain.cl_recs[chain].c_blkno;
1451 fe->id2.i_chain.cl_recs[chain].c_blkno = bg->bg_blkno;
1586 struct ocfs2_chain_list *cl = (struct ocfs2_chain_list *) &di->id2.i_chain;
1613 cl = (struct ocfs2_chain_list *)&di->id2.i_chain;
1646 struct ocfs2_chain_list *cl = &di->id2
[all...]
H A Daops.c81 u64 blkno = le64_to_cpu(fe->id2.i_list.l_recs[0].e_blkno) +
111 le64_to_cpu(fe->id2.i_list.l_recs[0].e_blkno) + iblock);
245 memcpy(kaddr, di->id2.i_data.id_data, size);
1531 if (new_size <= le16_to_cpu(di->id2.i_data.id_count))
1751 &di->id2.i_list);
1938 memcpy(di->id2.i_data.id_data + pos, kaddr + pos, *copied);
1944 le16_to_cpu(di->id2.i_data.id_count),
2355 credits = ocfs2_calc_extend_credits(inode->i_sb, &di->id2.i_list);
H A Dextent_map.c414 el = &di->id2.i_list;
715 id_count = le16_to_cpu(di->id2.i_data.id_count);
720 phys += offsetof(struct ocfs2_dinode, id2.i_symlink);
723 id2.i_data.id_data);
H A Dalloc.c247 et->et_root_el = &di->id2.i_list;
5817 tl = &di->id2.i_dealloc;
5866 tl = &di->id2.i_dealloc;
5935 tl = &di->id2.i_dealloc;
6013 tl = &di->id2.i_dealloc;
6211 tl = &di->id2.i_dealloc;
6267 tl = &tl_copy->id2.i_dealloc;
7021 memset(&di->id2, 0, blocksize -
7022 offsetof(struct ocfs2_dinode, id2) -
7025 memset(&di->id2,
[all...]
H A Ddir.c406 data = &di->id2.i_data;
1362 data = &di->id2.i_data;
1623 data_start = di->id2.i_data.id_data;
1750 data = &di->id2.i_data;
2185 struct ocfs2_inline_data *data = &di->id2.i_data;
2682 de_buf = di->id2.i_data.id_data;
2905 memcpy(dirdata_bh->b_data, di->id2.i_data.id_data, i_size_read(dir));
3155 struct ocfs2_extent_list *el = &fe->id2.i_list;
3355 de_buf = di->id2.i_data.id_data;
/linux-master/include/linux/
H A Dbtf.h539 const struct btf *btf2, u32 id2);
588 const struct btf *btf2, u32 id2)
587 btf_types_are_same(const struct btf *btf1, u32 id1, const struct btf *btf2, u32 id2) argument
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.c879 unsigned int id1, id2; local
883 id2 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID2);
886 id1, id2);
890 id2 != 0x0000 && id2 != 0xffff && id2 != 0x8000) {
893 lp->phy_type = id1 << 16 | id2;
/linux-master/tools/lib/bpf/
H A Dlinker.c1319 const struct btf *btf2, __u32 id2)
1329 t2 = skip_mods_and_typedefs(btf2, id2, &id2);
1407 id2 = t2->type;
1412 id2 = btf_array(t2)->type;
1424 id2 = t2->type;
1436 id2 = t2->type;
1493 id2 = t2->type;
1317 glob_sym_btf_matches(const char *sym_name, bool exact, const struct btf *btf1, __u32 id1, const struct btf *btf2, __u32 id2) argument
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c848 unsigned int id1, id2, id3, rev; local
877 id2 = serial_icr_read(up, UART_ID2);
881 DEBUG_AUTOCONF("950id=%02x:%02x:%02x:%02x ", id1, id2, id3, rev);
883 if (id1 == 0x16 && id2 == 0xC9 &&
908 id2 = id1 >> 8;
909 if (id2 == 0x10 || id2 == 0x12 || id2 == 0x14) {
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgf100.c623 int id, id2; local
634 id2 = engn2->func->cxid(engn2, &cgid2);
635 if (cgid2 == cgid && id2 == id)
/linux-master/drivers/media/i2c/
H A Dsaa7115.c1198 int id1, id2; /* the ID1 and ID2 bytes from the internal header */ local
1202 id2 = p[3];
1214 vbi->line |= (id2 & 0x70) >> 4;
1217 id2 &= 0xf;
1225 switch (id2) {
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c250 #define id2 (1LL << 16) macro
331 rs[k] = max((int64_t)rs[k], id2);
/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_hw.c371 u32 id2)
375 val = ((id0 & 0x0f) << 8) | ((id1 & 0x0f) << 4) | ((id2 & 0x0f) << 0);
370 mtk_jpeg_dec_set_q_table(void __iomem *base, u32 id0, u32 id1, u32 id2) argument
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c1938 struct graphics_object_id id2)
1946 if (false == dal_graphics_object_id_is_valid(id2)) {
1948 "%s: Warning: comparing invalid object 'id2'!\n", __func__);
1952 if (id1.id == id2.id && id1.enum_id == id2.enum_id
1953 && id1.type == id2.type)
1936 dal_graphics_object_id_is_equal( struct graphics_object_id id1, struct graphics_object_id id2) argument
/linux-master/drivers/s390/block/
H A Ddasd_devmap.c2191 int id0, id1, id2; local
2208 if (dasd_busid(primary, &id0, &id1, &id2)) {
2212 sprintf(prim_busid, "%01x.%01x.%04x", id0, id1, id2);
2213 if (dasd_busid(secondary, &id0, &id1, &id2)) {
2217 sprintf(sec_busid, "%01x.%01x.%04x", id0, id1, id2);
/linux-master/drivers/net/ethernet/amd/
H A Damd8111e.c1708 u32 id1, id2; local
1712 if (amd8111e_read_phy(lp, i, MII_PHYSID2, &id2))
1714 lp->ext_phy_id = (id1 << 16) | id2;

Completed in 518 milliseconds

123