/linux/drivers/gpu/drm/panel/ |
H A D | panel-raydium-rm67191.c | 266 struct rad_panel *rad = to_rad_panel(panel); in rad_panel_prepare() local 269 ret = regulator_bulk_enable(rad->num_supplies, rad->supplies); in rad_panel_prepare() 273 if (rad->reset) { in rad_panel_prepare() 274 gpiod_set_value_cansleep(rad->reset, 1); in rad_panel_prepare() 276 gpiod_set_value_cansleep(rad->reset, 0); in rad_panel_prepare() 280 rad->prepared = true; in rad_panel_prepare() 287 struct rad_panel *rad = to_rad_panel(panel); in rad_panel_unprepare() local 295 if (rad->reset) { in rad_panel_unprepare() 296 gpiod_set_value_cansleep(rad->reset, 1); in rad_panel_unprepare() 298 gpiod_set_value_cansleep(rad->reset, 0); in rad_panel_unprepare() [all …]
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H 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()
|
H A D | amdgpu_dm_crc.h | 59 u8 rad[8]; member
|
/linux/include/linux/ |
H A D | fixp-arith.h | 142 #define fixp_cos32_rad(rad, twopi) \ argument 143 fixp_sin32_rad(rad + twopi / 4, twopi)
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 175 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) in drm_dp_mst_rad_to_str() 182 unpacked_rad[i] = rad[i / 2] >> 4; in drm_dp_mst_rad_to_str() 184 unpacked_rad[i] = rad[i / 2] & BIT_MASK(4); in drm_dp_mst_rad_to_str() 278 buf[idx++] = hdr->rad[i]; in drm_dp_encode_sideband_msg_hdr() 315 hdr->rad[i] = buf[idx++]; in drm_dp_decode_sideband_msg_hdr() 695 drm_dp_mst_rad_to_str(txmsg->dst->rad, txmsg->dst->lct, buf, in drm_dp_mst_dump_sideband_msg_tx() 1319 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u8 *rad) in drm_dp_add_mst_branch_device() argument 1329 memcpy(mstb->rad, rad, lct / 2); in drm_dp_add_mst_branch_device() 2023 u8 *rad) in drm_dp_calculate_rad() argument 2030 memcpy(rad, port->parent->rad, idx + 1); in drm_dp_calculate_rad() [all …]
|
/linux/include/drm/display/ |
H A D | drm_dp_mst_helper.h | 161 u8 rad[8]; member 225 u8 rad[8]; member
|
/linux/Documentation/iio/ |
H A D | adis16475.rst | 221 - X-axis angular velocity = in_anglvel_x_raw * in_anglvel_scale = −0.019947756 rad/s 222 - Y-axis angular velocity = in_anglvel_y_raw * in_anglvel_scale = 0.00802188 rad/s 223 - Z-axis angular velocity = in_anglvel_z_raw * in_anglvel_scale = −0.003617898 rad/s
|
H A D | adis16480.rst | 284 - X-axis angular velocity = in_anglvel_x_raw * in_anglvel_scale = −0.001041702 rad/s 285 - Y-axis angular velocity = in_anglvel_y_raw * in_anglvel_scale = −0.000273013 rad/s 286 - Z-axis angular velocity = in_anglvel_z_raw * in_anglvel_scale = 0.002745116 rad/s
|
/linux/drivers/staging/iio/Documentation/ |
H A D | sysfs-bus-iio-dds | 48 the desired value in rad. If shared across all phase registers
|
/linux/drivers/net/ethernet/brocade/bna/ |
H 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()
|
/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-tables.c | 9428 .rad = { { -2104, X, -1559, X },
|
/linux/drivers/staging/media/ipu3/include/uapi/ |
H A D | intel-ipu3.h | 1839 struct ipu3_uapi_yuvp1_iefd_rad_cfg rad; member
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-npi-defs.h | 2439 uint64_t rad:1; member 2469 uint64_t rad:1;
|
H A D | cvmx-npei-defs.h | 3724 uint64_t rad:1; member 3754 uint64_t rad:1;
|
/linux/drivers/staging/octeon/ |
H A D | octeon-stubs.h | 1124 uint64_t rad:1; member
|