Searched refs:rad (Results 1 – 10 of 10) sorted by relevance
| /drivers/gpu/drm/panel/ |
| A D | panel-raydium-rm67191.c | 269 ret = regulator_bulk_enable(rad->num_supplies, rad->supplies); in rad_panel_prepare() 273 if (rad->reset) { in rad_panel_prepare() 280 rad->prepared = true; in rad_panel_prepare() 295 if (rad->reset) { in rad_panel_unprepare() 301 ret = regulator_bulk_disable(rad->num_supplies, rad->supplies); in rad_panel_unprepare() 305 rad->prepared = false; in rad_panel_unprepare() 454 if (!rad->prepared) in rad_bl_get_brightness() 474 if (!rad->prepared) in rad_bl_update_status() 510 rad->supplies = devm_kcalloc(dev, rad->num_supplies, in rad_init_regulators() 512 if (!rad->supplies) in rad_init_regulators() [all …]
|
| /drivers/gpu/drm/amd/display/amdgpu_dm/ |
| A D | amdgpu_dm_crc.c | 149 u8 *rad; in update_phy_id_mapping() local 161 rad = sort_connector[j]->mst_output_port->parent->rad; in update_phy_id_mapping() 162 next_rad = sort_connector[j + 1]->mst_output_port->parent->rad; in update_phy_id_mapping() 166 int port_num = (rad[k / 2] >> shift) & 0xf; in update_phy_id_mapping() 205 memcpy(dm->secure_display_ctx.phy_id_mapping[idx].rad, in update_phy_id_mapping() 206 aconnector->mst_output_port->parent->rad, sizeof(aconnector->mst_output_port->parent->rad)); in update_phy_id_mapping() 262 int port_num = (aconnector->mst_output_port->parent->rad[idx_2 / 2] >> shift) & 0xf; in get_phy_id() 263 int port_num2 = (dm->secure_display_ctx.phy_id_mapping[idx].rad[idx_2 / 2] >> shift) & 0xf; in get_phy_id()
|
| A D | amdgpu_dm_crc.h | 59 u8 rad[8]; member
|
| /drivers/gpu/drm/display/ |
| A D | drm_dp_mst_topology.c | 186 ufp_num = (rad[idx] >> shift) & 0xf; in drm_dp_mst_get_ufp_num_at_lct_from_rad() 291 buf[idx++] = hdr->rad[i]; in drm_dp_encode_sideband_msg_hdr() 328 hdr->rad[i] = buf[idx++]; in drm_dp_decode_sideband_msg_hdr() 1342 memcpy(mstb->rad, rad, lct / 2); in drm_dp_add_mst_branch_device() 2036 u8 *rad) in drm_dp_calculate_rad() argument 2043 memcpy(rad, port->parent->rad, idx + 1); in drm_dp_calculate_rad() 2046 rad[0] = 0; in drm_dp_calculate_rad() 2074 u8 rad[8], lct; in drm_dp_port_set_pdt() local 2543 u8 lct, u8 *rad) in drm_dp_get_mst_branch_device() argument 2565 lct, rad[0]); in drm_dp_get_mst_branch_device() [all …]
|
| /drivers/staging/iio/Documentation/ |
| A D | sysfs-bus-iio-dds | 48 the desired value in rad. If shared across all phase registers
|
| /drivers/net/ethernet/brocade/bna/ |
| A D | bna_enet.c | 191 bna_stats_copy(rad, rad); in bna_bfi_stats_get_rsp() 192 bna_stats_copy(rlb, rad); in bna_bfi_stats_get_rsp()
|
| /drivers/staging/media/ipu3/ |
| A D | ipu3-tables.c | 9428 .rad = { { -2104, X, -1559, X },
|
| /drivers/staging/media/ipu3/include/uapi/ |
| A D | intel-ipu3.h | 1840 struct ipu3_uapi_yuvp1_iefd_rad_cfg rad; member
|
| /drivers/staging/octeon/ |
| A D | octeon-stubs.h | 1124 uint64_t rad:1; member
|
| /drivers/hid/bpf/progs/ |
| A D | hid_report_helpers.h | 128 #define rad (SIRotation | (0x1 << 4)) macro
|
Completed in 74 milliseconds