/kernel/linux/linux-5.10/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 if (rad->prepared) in rad_panel_prepare() 272 ret = regulator_bulk_enable(rad->num_supplies, rad->supplies); in rad_panel_prepare() 276 if (rad->reset) { in rad_panel_prepare() 277 gpiod_set_value_cansleep(rad->reset, 1); in rad_panel_prepare() 279 gpiod_set_value_cansleep(rad->reset, 0); in rad_panel_prepare() 283 rad->prepared = true; in rad_panel_prepare() 290 struct rad_panel *rad = to_rad_panel(panel); in rad_panel_unprepare() local 293 if (!rad in rad_panel_unprepare() 318 struct rad_panel *rad = to_rad_panel(panel); rad_panel_enable() local 403 struct rad_panel *rad = to_rad_panel(panel); rad_panel_disable() local 466 struct rad_panel *rad = mipi_dsi_get_drvdata(dsi); rad_bl_get_brightness() local 487 struct rad_panel *rad = mipi_dsi_get_drvdata(dsi); rad_bl_update_status() local 520 rad_init_regulators(struct rad_panel *rad) rad_init_regulators() argument 620 struct rad_panel *rad = mipi_dsi_get_drvdata(dsi); rad_panel_remove() local 635 struct rad_panel *rad = mipi_dsi_get_drvdata(dsi); rad_panel_shutdown() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-raydium-rm67191.c | 267 struct rad_panel *rad = to_rad_panel(panel); in rad_panel_prepare() local 270 if (rad->prepared) in rad_panel_prepare() 273 ret = regulator_bulk_enable(rad->num_supplies, rad->supplies); in rad_panel_prepare() 277 if (rad->reset) { in rad_panel_prepare() 278 gpiod_set_value_cansleep(rad->reset, 1); in rad_panel_prepare() 280 gpiod_set_value_cansleep(rad->reset, 0); in rad_panel_prepare() 284 rad->prepared = true; in rad_panel_prepare() 291 struct rad_panel *rad = to_rad_panel(panel); in rad_panel_unprepare() local 294 if (!rad in rad_panel_unprepare() 319 struct rad_panel *rad = to_rad_panel(panel); rad_panel_enable() local 404 struct rad_panel *rad = to_rad_panel(panel); rad_panel_disable() local 467 struct rad_panel *rad = mipi_dsi_get_drvdata(dsi); rad_bl_get_brightness() local 488 struct rad_panel *rad = mipi_dsi_get_drvdata(dsi); rad_bl_update_status() local 521 rad_init_regulators(struct rad_panel *rad) rad_init_regulators() argument 621 struct rad_panel *rad = mipi_dsi_get_drvdata(dsi); rad_panel_remove() local 634 struct rad_panel *rad = mipi_dsi_get_drvdata(dsi); rad_panel_shutdown() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | fixp-arith.h | 141 #define fixp_cos32_rad(rad, twopi) \ 142 fixp_sin32_rad(rad + twopi / 4, twopi)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fixp-arith.h | 142 #define fixp_cos32_rad(rad, twopi) \ 143 fixp_sin32_rad(rad + twopi / 4, twopi)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_dp_mst_topology.c | 178 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) in drm_dp_mst_rad_to_str() argument 185 unpacked_rad[i] = rad[i / 2] >> 4; in drm_dp_mst_rad_to_str() 187 unpacked_rad[i] = rad[i / 2] & BIT_MASK(4); in drm_dp_mst_rad_to_str() 190 /* TODO: Eventually add something to printk so we can format the rad in drm_dp_mst_rad_to_str() 281 buf[idx++] = hdr->rad[i]; in drm_dp_encode_sideband_msg_hdr() 317 hdr->rad[i] = buf[idx++]; in drm_dp_decode_sideband_msg_hdr() 694 drm_dp_mst_rad_to_str(txmsg->dst->rad, txmsg->dst->lct, buf, in drm_dp_mst_dump_sideband_msg_tx() 1360 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u8 *rad) in drm_dp_add_mst_branch_device() argument 1370 memcpy(mstb->rad, rad, lc in drm_dp_add_mst_branch_device() 2055 drm_dp_calculate_rad(struct drm_dp_mst_port *port, u8 *rad) drm_dp_calculate_rad() argument 2094 u8 rad[8], lct; drm_dp_port_set_pdt() local 2570 drm_dp_get_mst_branch_device(struct drm_dp_mst_topology_mgr *mgr, u8 lct, u8 *rad) drm_dp_get_mst_branch_device() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 178 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) in drm_dp_mst_rad_to_str() argument 185 unpacked_rad[i] = rad[i / 2] >> 4; in drm_dp_mst_rad_to_str() 187 unpacked_rad[i] = rad[i / 2] & BIT_MASK(4); in drm_dp_mst_rad_to_str() 190 /* TODO: Eventually add something to printk so we can format the rad in drm_dp_mst_rad_to_str() 281 buf[idx++] = hdr->rad[i]; in drm_dp_encode_sideband_msg_hdr() 318 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() 1318 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u8 *rad) in drm_dp_add_mst_branch_device() argument 1328 memcpy(mstb->rad, rad, lc in drm_dp_add_mst_branch_device() 2020 drm_dp_calculate_rad(struct drm_dp_mst_port *port, u8 *rad) drm_dp_calculate_rad() argument 2059 u8 rad[8], lct; drm_dp_port_set_pdt() local 2530 drm_dp_get_mst_branch_device(struct drm_dp_mst_topology_mgr *mgr, u8 lct, u8 *rad) drm_dp_get_mst_branch_device() argument [all...] |
/kernel/linux/linux-5.10/include/linux/iio/ |
H A D | iio.h | 727 * IIO_DEGREE_TO_RAD() - Convert degree to rad 730 * Returns the given value converted from degree to rad 735 * IIO_RAD_TO_DEGREE() - Convert rad to degree 736 * @rad: A value in rad 738 * Returns the given value converted from rad to degree 740 #define IIO_RAD_TO_DEGREE(rad) \ 741 (((rad) * 18000000ULL + 314159ULL / 2) / 314159ULL)
|
/kernel/linux/linux-6.6/include/linux/iio/ |
H A D | iio.h | 765 * IIO_DEGREE_TO_RAD() - Convert degree to rad 768 * Returns the given value converted from degree to rad 773 * IIO_RAD_TO_DEGREE() - Convert rad to degree 774 * @rad: A value in rad 776 * Returns the given value converted from rad to degree 778 #define IIO_RAD_TO_DEGREE(rad) \ 779 (((rad) * 18000000ULL + 314159ULL / 2) / 314159ULL)
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_dp_mst_helper.h | 171 u8 rad[8]; member 194 * @rad: Relative Address to talk to this branch device. 235 u8 rad[8]; member
|
/kernel/linux/linux-6.6/include/drm/display/ |
H A D | drm_dp_mst_helper.h | 154 u8 rad[8]; member 177 * @rad: Relative Address to talk to this branch device. 218 u8 rad[8]; member
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-tables.c | 9428 .rad = { { -2104, X, -1559, X },
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-tables.c | 9428 .rad = { { -2104, X, -1559, X },
|
/kernel/linux/linux-5.10/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;
|
/kernel/linux/linux-6.6/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;
|
/kernel/linux/linux-5.10/drivers/staging/octeon/ |
H A D | octeon-stubs.h | 1124 uint64_t rad:1; member
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/include/ |
H A D | intel-ipu3.h | 1793 * @rad: radial setting, as defined by &ipu3_uapi_yuvp1_iefd_rad_cfg 1802 struct ipu3_uapi_yuvp1_iefd_rad_cfg rad; member
|
/kernel/linux/linux-6.6/drivers/staging/octeon/ |
H A D | octeon-stubs.h | 1124 uint64_t rad:1; member
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/include/uapi/ |
H A D | intel-ipu3.h | 1830 * @rad: radial setting, as defined by &ipu3_uapi_yuvp1_iefd_rad_cfg 1839 struct ipu3_uapi_yuvp1_iefd_rad_cfg rad; member
|