Home
last modified time | relevance | path

Searched refs:id3 (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c251 #define id3 (1LL << 24) macro
277 9.308169 * id3, 78.180965 * id3, -13.030158 * id3, -0.000001 * id3,
281 104.605622 * id3, 141.908641 * id3, -74.322319 * id3, 7.484316 * id3,
285 87.196610 * id3, -88.995169 * id3, 14.832456 * id3, 0.000012 * id3,
289 -154.235673 * id3, -44.878641 * id3, 40.656077 * id3, -3.695595 * id3,
297 -9.180996 * id3, 6.111270 * id3, -1.024457 * id3, 0.001043 * id3,
301 37.526655 * id3, 10.257875 * id3, -10.823275 * id3, 1.081497 * id3,
305 152.994486 * id3, 12.625439 * id3, -2.119579 * id3, 0.002708 * id3,
309 60.008737 * id3, -0.738273 * id3, 5.408217 * id3, -0.796798 * id3,
323 int64_t flicker = (tv_enc->flicker - 50) * (id3 / 100); in tv_setup_filter()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c116 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_before_target() local
132 id3 = id_from_prog_fd(fd3); in test_tc_opts_before_target()
136 ASSERT_NEQ(id3, id4, "prog_ids_3_4"); in test_tc_opts_before_target()
137 ASSERT_NEQ(id2, id3, "prog_ids_2_3"); in test_tc_opts_before_target()
195 ASSERT_EQ(optq.prog_ids[1], id3, "prog_ids[1]"); in test_tc_opts_before_target()
221 ASSERT_EQ(optq.prog_ids[2], id3, "prog_ids[2]"); in test_tc_opts_before_target()
268 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_tc_opts_after_target() local
284 id3 = id_from_prog_fd(fd3); in test_tc_opts_after_target()
288 ASSERT_NEQ(id3, id4, "prog_ids_3_4"); in test_tc_opts_after_target()
289 ASSERT_NEQ(id2, id3, "prog_ids_2_3"); in test_tc_opts_after_target()
[all …]
H A Dcgroup_mprog_opts.c23 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_prog_attach_detach() local
43 id3 = id_from_prog_fd(fd3); in test_prog_attach_detach()
112 ASSERT_EQ(optq.prog_ids[1], id3, "prog_ids[1]"); in test_prog_attach_detach()
156 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; in test_link_attach_detach() local
176 id3 = id_from_prog_fd(fd3); in test_link_attach_detach()
244 ASSERT_EQ(optq.prog_ids[1], id3, "prog_ids[1]"); in test_link_attach_detach()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_db_mgr_test.c115 int id1, id2, id3; in test_range_overlap() local
138 KUNIT_ASSERT_GE(test, id3 = xe_guc_db_mgr_reserve_range(dbm, 1, 0), 0); in test_range_overlap()
139 KUNIT_ASSERT_NE(test, id3, id1); in test_range_overlap()
140 KUNIT_ASSERT_NE(test, id3, id2); in test_range_overlap()
141 KUNIT_ASSERT_NE_MSG(test, id3 < id2, id3 > id2 + *p - 2, in test_range_overlap()
142 "id3=%d id2=%d", id3, id2); in test_range_overlap()
/linux/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) in dsicm_get_id() argument
184 r = dsicm_dcs_read_1(ddata, DCS_GET_ID3, id3); in dsicm_get_id()
410 u8 id1, id2, id3; in dsicm_hw_revision_show() local
420 r = dsicm_get_id(ddata, &id1, &id2, &id3); in dsicm_hw_revision_show()
432 return sysfs_emit(buf, "%02x.%02x.%02x\n", id1, id2, id3); in dsicm_hw_revision_show()
569 u8 id1, id2, id3; in dsicm_power_on() local
610 r = dsicm_get_id(ddata, &id1, &id2, &id3); in dsicm_power_on()
644 id1, id2, id3); in dsicm_power_on()
/linux/drivers/tty/serial/8250/
H A D8250_port.c787 unsigned int id1, id2, id3, rev; in autoconfig_has_efr() local
817 id3 = serial_icr_read(up, UART_ID3); in autoconfig_has_efr()
821 (id3 == 0x50 || id3 == 0x52 || id3 == 0x54)) { in autoconfig_has_efr()
829 if (id3 == 0x52 && rev == 0x01) in autoconfig_has_efr()
/linux/net/mptcp/
H A Doptions.c1698 u8 id1, id2, id3, id4; in mptcp_write_options() local
1702 id3 = i + 2 < opts->rm_list.nr ? opts->rm_list.ids[i + 2] : TCPOPT_NOP; in mptcp_write_options()
1704 put_unaligned_be32(id1 << 24 | id2 << 16 | id3 << 8 | id4, ptr); in mptcp_write_options()
/linux/drivers/scsi/
H A Dqla1280.h338 uint8_t id3; /* 3 */ member