Home
last modified time | relevance | path

Searched refs:rad (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/panel/
H A Dpanel-raydium-rm67191.c266 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 Damdgpu_dm_crc.c149 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 Damdgpu_dm_crc.h59 u8 rad[8]; member
/linux/include/linux/
H A Dfixp-arith.h142 #define fixp_cos32_rad(rad, twopi) \ argument
143 fixp_sin32_rad(rad + twopi / 4, twopi)
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c175 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 Ddrm_dp_mst_helper.h161 u8 rad[8]; member
225 u8 rad[8]; member
/linux/Documentation/iio/
H A Dadis16475.rst221 - 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 Dadis16480.rst284 - 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 Dsysfs-bus-iio-dds48 the desired value in rad. If shared across all phase registers
/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_enet.c191 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 Dipu3-tables.c9428 .rad = { { -2104, X, -1559, X },
/linux/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h1839 struct ipu3_uapi_yuvp1_iefd_rad_cfg rad; member
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-npi-defs.h2439 uint64_t rad:1; member
2469 uint64_t rad:1;
H A Dcvmx-npei-defs.h3724 uint64_t rad:1; member
3754 uint64_t rad:1;
/linux/drivers/staging/octeon/
H A Docteon-stubs.h1124 uint64_t rad:1; member