Home
last modified time | relevance | path

Searched refs:other_data (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Dgm12u320.c506 .data.other_data.type = 0xfd, /* Monitor ranges */
507 .data.other_data.data.range.min_vfreq = 59,
508 .data.other_data.data.range.max_vfreq = 61,
509 .data.other_data.data.range.min_hfreq_khz = 29,
510 .data.other_data.data.range.max_hfreq_khz = 32,
511 .data.other_data.data.range.pixel_clock_mhz = 4, /* 40 MHz */
512 .data.other_data.data.range.flags = 0,
513 .data.other_data.data.range.formula.cvt = {
517 .data.other_data.type = 0xfc, /* Model string */
518 .data.other_data.data.str.str = {
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_endpoint.c106 const struct ipa_gsi_endpoint_data *other_data; in ipa_endpoint_data_valid_one() local
134 other_data = &all_data[other_name]; in ipa_endpoint_data_valid_one()
135 if (ipa_gsi_endpoint_data_empty(other_data)) { in ipa_endpoint_data_valid_one()
143 if (other_data->toward_ipa) { in ipa_endpoint_data_valid_one()
151 if (other_data->ee_id == GSI_EE_AP) { in ipa_endpoint_data_valid_one()
153 if (!other_data->endpoint.config.status_enable) { in ipa_endpoint_data_valid_one()
156 other_data->endpoint_id); in ipa_endpoint_data_valid_one()
171 other_data = &all_data[other_name]; in ipa_endpoint_data_valid_one()
172 if (ipa_gsi_endpoint_data_empty(other_data)) { in ipa_endpoint_data_valid_one()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c85 if (edid_buf->detailed_timings[i].data.other_data.type == 0xfc) { in dm_helpers_parse_edid_caps()
86 while (j < 13 && edid_buf->detailed_timings[i].data.other_data.data.str.str[j]) { in dm_helpers_parse_edid_caps()
87 if (edid_buf->detailed_timings[i].data.other_data.data.str.str[j] == '\n') in dm_helpers_parse_edid_caps()
91 edid_buf->detailed_timings[i].data.other_data.data.str.str[j]; in dm_helpers_parse_edid_caps()
H A Damdgpu_dm.c9156 data = &timing->data.other_data; in amdgpu_dm_update_freesync_caps()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dimx258.c97 struct other_data { struct
113 const struct other_data *spd; argument
115 const struct other_data *ebd;
659 static const struct other_data imx258_full_spd = {
665 static const struct other_data imx258_full_ebd = {
H A Dov50c40.c131 struct other_data { struct
151 const struct other_data *spd; argument
5716 static const struct other_data ov50c40_spd = {
H A Ds5kjn1.c117 struct other_data { struct
137 const struct other_data *spd; argument
836 static const struct other_data s5kjn1_spd = {
H A Dimx586.c136 struct other_data { struct
156 const struct other_data *spd; argument
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_edid.h174 struct detailed_non_pixel other_data; member
/OK3568_Linux_fs/u-boot/include/
H A Dedid.h194 struct detailed_non_pixel other_data; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c3089 struct detailed_non_pixel *data = &timing->data.other_data; in do_inferred_modes()
3222 struct detailed_non_pixel *data = &timing->data.other_data; in do_standard_modes()
3292 cvt = &(timing->data.other_data.data.cvt[i]); in drm_cvt_modes()
4725 *(u8 **)data = t->data.other_data.data.str.str; in monitor_name()
5432 const struct detailed_non_pixel *data = &timing->data.other_data; in get_monitor_range()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c4081 cvt = &timing->data.other_data.data.cvt[i]; in drm_cvt_modes()
4123 struct detailed_non_pixel *data = &timing->data.other_data; in do_cvt_mode()
4658 struct detailed_non_pixel *data = &timing->data.other_data; in do_standard_modes()
4751 struct detailed_non_pixel *data = &timing->data.other_data; in do_established_modes()
5224 struct detailed_non_pixel *data = &timing->data.other_data; in do_inferred_modes()