Home
last modified time | relevance | path

Searched refs:id1 (Results 1 – 25 of 116) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c250 #define id1 (1LL << 8) macro
279 -8.801540 * id1, -46.572890 * id1, 7.762145 * id1, -0.000000 * id1},
283 -37.081621 * id1, -90.397510 * id1, 42.784229 * id1, -4.289952 * id1},
287 17.288138 * id1, 71.864786 * id1, -11.977408 * id1, -0.000009 * id1},
291 112.201065 * id1, 39.992155 * id1, -25.155714 * id1, 2.113984 * id1},
299 6.060315 * id1, -0.017425 * id1, 0.007830 * id1, -0.000869 * id1},
303 -2.361928 * id1, -2.059432 * id1, 1.840671 * id1, -0.168100 * id1},
307 -38.125089 * id1, -0.855880 * id1, 0.155359 * id1, -0.002245 * id1},
311 -17.296835 * id1, 4.438577 * id1, -2.809420 * id1, 0.385491 * id1},
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_link.c11 __u32 duration = 0, id1, id2, id0 = 0, prog_fd1, prog_fd2, err; in test_xdp_link() local
34 id1 = prog_info.id; in test_xdp_link()
49 CHECK(err || id0 != id1, "id1_check", in test_xdp_link()
50 "loaded prog id %u != id1 %u, err %d", id0, id1, err); in test_xdp_link()
76 if (CHECK(err || id0 != id1, "id1_check", in test_xdp_link()
77 "loaded prog id %u != id1 %u, err %d", id0, id1, err)) in test_xdp_link()
114 "loaded prog id %u != id2 %u, err %d", id0, id1, err)) in test_xdp_link()
129 CHECK(link_info.prog_id != id1, "link_prog_id", in test_xdp_link()
130 "got %u != exp %u\n", link_info.prog_id, id1); in test_xdp_link()
142 CHECK(link_info.prog_id != id1, "link_prog_id", in test_xdp_link()
[all …]
/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dinterwave.c492 struct snd_ctl_elem_id id1, id2; in snd_interwave_mixer() local
496 memset(&id1, 0, sizeof(id1)); in snd_interwave_mixer()
498 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in snd_interwave_mixer()
501 strcpy(id1.name, "Mic Playback Switch"); in snd_interwave_mixer()
502 if ((err = snd_ctl_remove_id(card, &id1)) < 0) in snd_interwave_mixer()
504 strcpy(id1.name, "Mic Playback Volume"); in snd_interwave_mixer()
505 if ((err = snd_ctl_remove_id(card, &id1)) < 0) in snd_interwave_mixer()
517 strcpy(id1.name, "Aux Playback Switch"); in snd_interwave_mixer()
519 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0) in snd_interwave_mixer()
521 strcpy(id1.name, "Aux Playback Volume"); in snd_interwave_mixer()
[all …]
H A Dgusmax.c131 struct snd_ctl_elem_id id1, id2; in snd_gusmax_mixer() local
134 memset(&id1, 0, sizeof(id1)); in snd_gusmax_mixer()
136 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in snd_gusmax_mixer()
138 strcpy(id1.name, "Aux Playback Switch"); in snd_gusmax_mixer()
140 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0) in snd_gusmax_mixer()
142 strcpy(id1.name, "Aux Playback Volume"); in snd_gusmax_mixer()
144 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0) in snd_gusmax_mixer()
147 strcpy(id1.name, "Aux Playback Switch"); id1.index = 1; in snd_gusmax_mixer()
149 if ((err = snd_ctl_rename_id(card, &id1, &id2)) < 0) in snd_gusmax_mixer()
151 strcpy(id1.name, "Aux Playback Volume"); in snd_gusmax_mixer()
[all …]
H A Dgusextreme.c198 struct snd_ctl_elem_id id1, id2; in snd_gusextreme_mixer() local
201 memset(&id1, 0, sizeof(id1)); in snd_gusextreme_mixer()
203 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in snd_gusextreme_mixer()
206 strcpy(id1.name, "Aux Playback Volume"); in snd_gusextreme_mixer()
208 error = snd_ctl_rename_id(card, &id1, &id2); in snd_gusextreme_mixer()
213 strcpy(id1.name, "Master Playback Switch"); in snd_gusextreme_mixer()
215 error = snd_ctl_rename_id(card, &id1, &id2); in snd_gusextreme_mixer()
/OK3568_Linux_fs/kernel/sound/isa/
H A Dcmi8328.c149 struct snd_ctl_elem_id id1, id2; in snd_cmi8328_mixer() local
154 memset(&id1, 0, sizeof(id1)); in snd_cmi8328_mixer()
156 id1.iface = id2.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in snd_cmi8328_mixer()
158 strcpy(id1.name, "Aux Playback Switch"); in snd_cmi8328_mixer()
160 err = snd_ctl_rename_id(card, &id1, &id2); in snd_cmi8328_mixer()
166 strcpy(id1.name, "Aux Playback Volume"); in snd_cmi8328_mixer()
168 err = snd_ctl_rename_id(card, &id1, &id2); in snd_cmi8328_mixer()
174 strcpy(id1.name, "Aux Playback Switch"); in snd_cmi8328_mixer()
175 id1.index = 1; in snd_cmi8328_mixer()
177 err = snd_ctl_rename_id(card, &id1, &id2); in snd_cmi8328_mixer()
[all …]
H A Dsc6000.c460 struct snd_ctl_elem_id id1, id2; in snd_sc6000_mixer() local
463 memset(&id1, 0, sizeof(id1)); in snd_sc6000_mixer()
465 id1.iface = SNDRV_CTL_ELEM_IFACE_MIXER; in snd_sc6000_mixer()
468 strcpy(id1.name, "Aux Playback Switch"); in snd_sc6000_mixer()
470 err = snd_ctl_rename_id(card, &id1, &id2); in snd_sc6000_mixer()
473 strcpy(id1.name, "Aux Playback Volume"); in snd_sc6000_mixer()
475 err = snd_ctl_rename_id(card, &id1, &id2); in snd_sc6000_mixer()
479 strcpy(id1.name, "Aux Playback Switch"); id1.index = 1; in snd_sc6000_mixer()
481 err = snd_ctl_rename_id(card, &id1, &id2); in snd_sc6000_mixer()
484 strcpy(id1.name, "Aux Playback Volume"); in snd_sc6000_mixer()
[all …]
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dlocalalloc.c332 || alloc->id1.bitmap1.i_used in ocfs2_load_local_alloc()
333 || alloc->id1.bitmap1.i_total in ocfs2_load_local_alloc()
338 num_used, le32_to_cpu(alloc->id1.bitmap1.i_used), in ocfs2_load_local_alloc()
339 le32_to_cpu(alloc->id1.bitmap1.i_total), in ocfs2_load_local_alloc()
655 if (le32_to_cpu(alloc->id1.bitmap1.i_used) != in ocfs2_reserve_local_alloc_bits()
659 le32_to_cpu(alloc->id1.bitmap1.i_used), in ocfs2_reserve_local_alloc_bits()
665 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()
666 le32_to_cpu(alloc->id1.bitmap1.i_used); in ocfs2_reserve_local_alloc_bits()
687 free_bits = le32_to_cpu(alloc->id1.bitmap1.i_total) - in ocfs2_reserve_local_alloc_bits()
688 le32_to_cpu(alloc->id1.bitmap1.i_used); in ocfs2_reserve_local_alloc_bits()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dspi_ks8995.c329 u8 id0, id1, ksz8864_id; in ks8995_get_revision() local
349 err = ks8995_read_reg(ks, KS8995_REG_ID1, &id1); in ks8995_get_revision()
356 if ((get_chip_id(id1) == CHIPID_M) && in ks8995_get_revision()
357 (get_chip_id(id1) == ks->chip->chip_id)) { in ks8995_get_revision()
359 ks->revision_id = get_chip_rev(id1); in ks8995_get_revision()
360 } else if (get_chip_id(id1) != CHIPID_M) { in ks8995_get_revision()
370 ks->revision_id = get_chip_rev(id1); in ks8995_get_revision()
375 id1); in ks8995_get_revision()
381 err = ks8995_read_reg(ks, KS8995_REG_ID1, &id1); in ks8995_get_revision()
387 if (get_chip_id(id1) == ks->chip->chip_id) { in ks8995_get_revision()
[all …]
/OK3568_Linux_fs/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c195 static u8 id1[16]; in last_stage_init() local
200 if (i2c_read(CONFIG_SYS_I2C_IDT6V49205B, 7, 1, &id1[0], 2) < 0) { in last_stage_init()
203 printf("IDT6V49205B(0x%02x): ready\n", id1[1]); in last_stage_init()
204 i2c_read(CONFIG_SYS_I2C_IDT6V49205B, 4, 1, &id1[0], 2); in last_stage_init()
205 if (!(id1[1] & 0x02)) { in last_stage_init()
206 id1[1] |= 0x02; in last_stage_init()
207 i2c_write(CONFIG_SYS_I2C_IDT6V49205B, 4, 1, &id1[0], 2); in last_stage_init()
/OK3568_Linux_fs/kernel/sound/drivers/opl4/
H A Dopl4_lib.c112 u8 id1, id2; in snd_opl4_detect() local
116 id1 = snd_opl4_read(opl4, OPL4_REG_MEMORY_CONFIGURATION); in snd_opl4_detect()
117 snd_printdd("OPL4[02]=%02x\n", id1); in snd_opl4_detect()
118 switch (id1 & OPL4_DEVICE_ID_MASK) { in snd_opl4_detect()
131 id1 = snd_opl4_read(opl4, OPL4_REG_MIX_CONTROL_FM); in snd_opl4_detect()
133 snd_printdd("OPL4 id1=%02x id2=%02x\n", id1, id2); in snd_opl4_detect()
134 if (id1 != 0x00 || id2 != 0xff) in snd_opl4_detect()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/txbf/
H A Dhaltxbf8822b.c734 u8 id1, id0; in hal_txbf_8822b_status() local
805 id1 = (u8)(idx + 1); in hal_txbf_8822b_status()
808 id1 = (u8)(idx - 3); in hal_txbf_8822b_status()
811 id1 = (u8)(idx - 6); in hal_txbf_8822b_status()
814 id1 = (u8)(idx - 8); in hal_txbf_8822b_status()
817 id1 = (u8)(idx - 9); in hal_txbf_8822b_status()
823 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
827 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
832 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
836 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsoundtool.c27 char id1[sizeof(ID1)], comments[text_field_len + 1]; in start_read() local
31 if (lsx_readchars(ft, id1, sizeof(ID1)) || in start_read()
36 if (memcmp(ID1, id1, sizeof(id1))) { in start_read()
/OK3568_Linux_fs/u-boot/arch/xtensa/cpu/
H A Dcpu.c32 uint32_t id0, id1; in print_cpuinfo() local
36 : "=r"(id0), "=r"(id1)); in print_cpuinfo()
39 XCHAL_CORE_ID, id0, id1, strmhz(mhz, gd->cpu_clk)); in print_cpuinfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/txbf/
H A Dhaltxbf8822b.c720 u8 id1, id0; in HalTxbf8822B_Status()
793 id1 = (u8)(idx + 1); in HalTxbf8822B_Status()
796 id1 = (u8)(idx - 3); in HalTxbf8822B_Status()
799 id1 = (u8)(idx - 6); in HalTxbf8822B_Status()
802 id1 = (u8)(idx - 8); in HalTxbf8822B_Status()
805 id1 = (u8)(idx - 9); in HalTxbf8822B_Status()
811 gid_valid[id1] |= (BIT(gid)); in HalTxbf8822B_Status()
815 gid_valid[id1] |= (BIT(gid)); in HalTxbf8822B_Status()
820 gid_valid[id1] &= ~(BIT(gid)); in HalTxbf8822B_Status()
824 gid_valid[id1] &= ~(BIT(gid)); in HalTxbf8822B_Status()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbf8822b.c719 u8 id1, id0; in hal_txbf_8822b_status() local
800 id1 = (u8)(idx + 1); in hal_txbf_8822b_status()
803 id1 = (u8)(idx - 3); in hal_txbf_8822b_status()
806 id1 = (u8)(idx - 6); in hal_txbf_8822b_status()
809 id1 = (u8)(idx - 8); in hal_txbf_8822b_status()
812 id1 = (u8)(idx - 9); in hal_txbf_8822b_status()
818 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
822 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
827 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
831 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/txbf/
H A Dhaltxbf8822b.c719 u8 id1, id0; in hal_txbf_8822b_status() local
800 id1 = (u8)(idx + 1); in hal_txbf_8822b_status()
803 id1 = (u8)(idx - 3); in hal_txbf_8822b_status()
806 id1 = (u8)(idx - 6); in hal_txbf_8822b_status()
809 id1 = (u8)(idx - 8); in hal_txbf_8822b_status()
812 id1 = (u8)(idx - 9); in hal_txbf_8822b_status()
818 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
822 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
827 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
831 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/txbf/
H A Dhaltxbf8822b.c719 u8 id1, id0; in hal_txbf_8822b_status() local
800 id1 = (u8)(idx + 1); in hal_txbf_8822b_status()
803 id1 = (u8)(idx - 3); in hal_txbf_8822b_status()
806 id1 = (u8)(idx - 6); in hal_txbf_8822b_status()
809 id1 = (u8)(idx - 8); in hal_txbf_8822b_status()
812 id1 = (u8)(idx - 9); in hal_txbf_8822b_status()
818 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
822 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
827 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
831 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/txbf/
H A Dhaltxbf8822b.c719 u8 id1, id0; in hal_txbf_8822b_status() local
800 id1 = (u8)(idx + 1); in hal_txbf_8822b_status()
803 id1 = (u8)(idx - 3); in hal_txbf_8822b_status()
806 id1 = (u8)(idx - 6); in hal_txbf_8822b_status()
809 id1 = (u8)(idx - 8); in hal_txbf_8822b_status()
812 id1 = (u8)(idx - 9); in hal_txbf_8822b_status()
818 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
822 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
827 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
831 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/txbf/
H A Dhaltxbf8822b.c720 u8 id1, id0; in hal_txbf_8822b_status() local
801 id1 = (u8)(idx + 1); in hal_txbf_8822b_status()
804 id1 = (u8)(idx - 3); in hal_txbf_8822b_status()
807 id1 = (u8)(idx - 6); in hal_txbf_8822b_status()
810 id1 = (u8)(idx - 8); in hal_txbf_8822b_status()
813 id1 = (u8)(idx - 9); in hal_txbf_8822b_status()
819 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
823 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
828 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
832 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/txbf/
H A Dhaltxbf8822b.c720 u8 id1, id0; in hal_txbf_8822b_status() local
801 id1 = (u8)(idx + 1); in hal_txbf_8822b_status()
804 id1 = (u8)(idx - 3); in hal_txbf_8822b_status()
807 id1 = (u8)(idx - 6); in hal_txbf_8822b_status()
810 id1 = (u8)(idx - 8); in hal_txbf_8822b_status()
813 id1 = (u8)(idx - 9); in hal_txbf_8822b_status()
819 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
823 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
828 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
832 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/txbf/
H A Dhaltxbf8822b.c719 u8 id1, id0; in hal_txbf_8822b_status() local
800 id1 = (u8)(idx + 1); in hal_txbf_8822b_status()
803 id1 = (u8)(idx - 3); in hal_txbf_8822b_status()
806 id1 = (u8)(idx - 6); in hal_txbf_8822b_status()
809 id1 = (u8)(idx - 8); in hal_txbf_8822b_status()
812 id1 = (u8)(idx - 9); in hal_txbf_8822b_status()
818 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
822 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
827 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
831 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/txbf/
H A Dhaltxbf8822b.c719 u8 id1, id0; in hal_txbf_8822b_status() local
800 id1 = (u8)(idx + 1); in hal_txbf_8822b_status()
803 id1 = (u8)(idx - 3); in hal_txbf_8822b_status()
806 id1 = (u8)(idx - 6); in hal_txbf_8822b_status()
809 id1 = (u8)(idx - 8); in hal_txbf_8822b_status()
812 id1 = (u8)(idx - 9); in hal_txbf_8822b_status()
818 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
822 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
827 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
831 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/txbf/
H A Dhaltxbf8822b.c828 u8 id1, id0; in HalTxbf8822B_Status()
884 id1 = (u8)(idx + 1); in HalTxbf8822B_Status()
887 id1 = (u8)(idx - 3); in HalTxbf8822B_Status()
890 id1 = (u8)(idx - 6); in HalTxbf8822B_Status()
893 id1 = (u8)(idx - 8); in HalTxbf8822B_Status()
896 id1 = (u8)(idx - 9); in HalTxbf8822B_Status()
902 gid_valid[id1] |= (BIT(gid)); in HalTxbf8822B_Status()
906 gid_valid[id1] |= (BIT(gid)); in HalTxbf8822B_Status()
911 gid_valid[id1] &= ~(BIT(gid)); in HalTxbf8822B_Status()
915 gid_valid[id1] &= ~(BIT(gid)); in HalTxbf8822B_Status()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/txbf/
H A Dhaltxbf8822b.c719 u8 id1, id0; in hal_txbf_8822b_status() local
800 id1 = (u8)(idx + 1); in hal_txbf_8822b_status()
803 id1 = (u8)(idx - 3); in hal_txbf_8822b_status()
806 id1 = (u8)(idx - 6); in hal_txbf_8822b_status()
809 id1 = (u8)(idx - 8); in hal_txbf_8822b_status()
812 id1 = (u8)(idx - 9); in hal_txbf_8822b_status()
818 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
822 gid_valid[id1] |= (BIT(gid)); in hal_txbf_8822b_status()
827 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
831 gid_valid[id1] &= ~(BIT(gid)); in hal_txbf_8822b_status()
[all …]

12345