Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-raydium-rm67191.c266 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->prepared) in rad_panel_unprepare()
301 if (rad->reset) { in rad_panel_unprepare()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat2.cpp36 void matrix::rotate(mat2& out, const mat2& a, double rad) { in rotate() argument
38 s = std::sin(rad), in rotate()
39 c = std::cos(rad); in rotate()
H A Dmat4.hpp40 void rotate_x(mat4& out, const mat4& a, double rad);
41 void rotate_y(mat4& out, const mat4& a, double rad);
42 void rotate_z(mat4& out, const mat4& a, double rad);
H A Dmat4.cpp185 void rotate_x(mat4& out, const mat4& a, double rad) { in rotate_x() argument
186 double s = std::sin(rad), in rotate_x()
187 c = std::cos(rad), in rotate_x()
219 void rotate_y(mat4& out, const mat4& a, double rad) { in rotate_y() argument
220 double s = std::sin(rad), in rotate_y()
221 c = std::cos(rad), in rotate_y()
253 void rotate_z(mat4& out, const mat4& a, double rad) { in rotate_z() argument
254 double s = std::sin(rad), in rotate_z()
255 c = std::cos(rad), in rotate_z()
H A Dmat3.cpp60 void rotate(mat3& out, const mat3& a, double rad) { in rotate() argument
61 double s = std::sin(rad), in rotate()
62 c = std::cos(rad), in rotate()
H A Dmat2.hpp34 void rotate(mat2& out, const mat2& a, double rad);
H A Dmat3.hpp37 void rotate(mat3& out, const mat3& a, double rad);
/OK3568_Linux_fs/kernel/include/linux/
H A Dfixp-arith.h141 #define fixp_cos32_rad(rad, twopi) \ argument
142 fixp_sin32_rad(rad + twopi / 4, twopi)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gd/gd/
H A D0001-Fix-deprecared-function-prototypes.patch82 -static void alterneigh(nnq, rad,i,al,b,g,r)
84 -int rad,i;
86 +static void alterneigh(nn_quant *nnq, int rad, int i, int al,int b,int g, int r)
100 int radius,rad,alpha,step,delta,samplepixels;
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-icm4260012 in SI units (m/s^2 for accelerometer and rad/s for gyroscope).
20 units (m/s^2 for accelerometer and rad/s for gyroscope).
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/anr/
H A Drk_aiq_anr_algo_mfnr.cpp1417 int get_matrix_idx(int i, int j, int rad) in get_matrix_idx() argument
1421 if(i > rad) in get_matrix_idx()
1422 i_act = 2 * rad - i; in get_matrix_idx()
1426 if(j > rad) in get_matrix_idx()
1427 j_act = 2 * rad - j; in get_matrix_idx()
1438 for(int ii = rad; ii >= 0; ii--) { in get_matrix_idx()
1439 for(int jj = rad; jj >= ii; jj--) { in get_matrix_idx()
1451 void mfnr_gfcoef_fix(int rad, double *gfcoef, unsigned char* gfcoef_fix) in mfnr_gfcoef_fix() argument
1457 h = (double*)malloc((rad * 2 + 1) * (rad * 2 + 1) * sizeof(double)); in mfnr_gfcoef_fix()
1459 for(int i = 0; i < (rad * 2 + 1); i++) { in mfnr_gfcoef_fix()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amfnr/
H A Drk_aiq_amfnr_algo_mfnr_v1.cpp1296 int mfnr_get_matrix_idx_v1(int i, int j, int rad) in mfnr_get_matrix_idx_v1() argument
1300 if(i > rad) in mfnr_get_matrix_idx_v1()
1301 i_act = 2 * rad - i; in mfnr_get_matrix_idx_v1()
1305 if(j > rad) in mfnr_get_matrix_idx_v1()
1306 j_act = 2 * rad - j; in mfnr_get_matrix_idx_v1()
1317 for(int ii = rad; ii >= 0; ii--) { in mfnr_get_matrix_idx_v1()
1318 for(int jj = rad; jj >= ii; jj--) { in mfnr_get_matrix_idx_v1()
1330 void mfnr_gfcoef_fix_v1(int rad, double *gfcoef, unsigned char* gfcoef_fix) in mfnr_gfcoef_fix_v1() argument
1336 h = (double*)malloc((rad * 2 + 1) * (rad * 2 + 1) * sizeof(double)); in mfnr_gfcoef_fix_v1()
1338 for(int i = 0; i < (rad * 2 + 1); i++) { in mfnr_gfcoef_fix_v1()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dse-Eksharad_Ekesberget1 # Sweden - Ekshärad Ekesberget
H A Dse-Vasteras_Lillharad1 # Sweden - Västerås/Lillhärad
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_mst_topology.c178 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) in drm_dp_mst_rad_to_str()
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()
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, lct / 2); in drm_dp_add_mst_branch_device()
2056 u8 *rad) in drm_dp_calculate_rad() argument
2063 memcpy(rad, port->parent->rad, idx + 1); in drm_dp_calculate_rad()
[all …]
/OK3568_Linux_fs/kernel/include/linux/iio/
H A Diio.h740 #define IIO_RAD_TO_DEGREE(rad) \ argument
741 (((rad) * 18000000ULL + 314159ULL / 2) / 314159ULL)
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dp_mst_helper.h171 u8 rad[8]; member
235 u8 rad[8]; member
/OK3568_Linux_fs/kernel/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-dds48 the desired value in rad. If shared across all phase registers
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/
H A Dipu3-tables.c9428 .rad = { { -2104, X, -1559, X },
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/include/
H A Dintel-ipu3.h1802 struct ipu3_uapi_yuvp1_iefd_rad_cfg rad; member
/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/kernel/drivers/staging/octeon/
H A Docteon-stubs.h1124 uint64_t rad:1; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff883 msgstr "FEL: syntaxfel p� rad %1$d i %2$s\n"