Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/media/radio/
Dradio-typhoon.c78 struct typhoon *ty = kzalloc(sizeof(*ty), GFP_KERNEL); in typhoon_alloc() local
80 return ty ? &ty->isa : NULL; in typhoon_alloc()
113 struct typhoon *ty = container_of(isa, struct typhoon, isa); in typhoon_s_mute_volume() local
122 if (vol == 0 && !ty->muted) { in typhoon_s_mute_volume()
123 ty->muted = true; in typhoon_s_mute_volume()
126 if (vol && ty->muted) { in typhoon_s_mute_volume()
127 ty->muted = false; in typhoon_s_mute_volume()
/Linux-v5.4/lib/crypto/
Darc4.c41 u32 ty, ta, tb; in arc4_crypt() local
59 ty = (y + ta) & 0xff; in arc4_crypt()
60 tb = S[ty]; in arc4_crypt()
64 y = ty; in arc4_crypt()
/Linux-v5.4/drivers/media/platform/exynos-gsc/
Dgsc-core.c277 u32 tx, u32 ty, u32 *hratio) in gsc_check_src_scale_info() argument
303 gsc_cal_prescaler_ratio(var, s_frame->crop.height, ty, hratio); in gsc_check_src_scale_info()
641 int tx, ty; in gsc_set_scaler_info() local
654 ty = d_frame->crop.width; in gsc_set_scaler_info()
658 ty = d_frame->crop.height; in gsc_set_scaler_info()
661 if (tx <= 0 || ty <= 0) { in gsc_set_scaler_info()
662 dev_err(dev, "Invalid target size: %dx%d", tx, ty); in gsc_set_scaler_info()
674 ty, &sc->pre_vratio); in gsc_set_scaler_info()
681 tx, ty, &sc->pre_vratio); in gsc_set_scaler_info()
687 sc->main_vratio = (s_frame->crop.height << 16) / ty; in gsc_set_scaler_info()
[all …]
Dgsc-core.h397 u32 *wratio, u32 tx, u32 ty, u32 *hratio);
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-core.c232 int tx, ty, sx, sy; in fimc_set_scaler_info() local
236 ty = d_frame->width; in fimc_set_scaler_info()
240 ty = d_frame->height; in fimc_set_scaler_info()
242 if (tx <= 0 || ty <= 0) { in fimc_set_scaler_info()
243 dev_err(dev, "Invalid target size: %dx%d\n", tx, ty); in fimc_set_scaler_info()
260 ret = fimc_get_scaler_factor(sy, ty, &sc->pre_vratio, &sc->vfactor); in fimc_set_scaler_info()
269 sc->main_vratio = (sy << 14) / (ty << sc->vfactor); in fimc_set_scaler_info()
272 sc->main_vratio = (sy << 8) / (ty << sc->vfactor); in fimc_set_scaler_info()
277 sc->scaleup_v = (ty >= sy) ? 1 : 0; in fimc_set_scaler_info()
/Linux-v5.4/drivers/staging/comedi/drivers/
Djr3_pci.h262 ty, enumerator
/Linux-v5.4/scripts/kconfig/
Dgconf.c891 gint ty = (gint) event->y; in on_treeview2_button_press_event() local
894 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview2_button_press_event()
1007 gint ty = (gint) event->y; in on_treeview1_button_press_event() local
1010 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview1_button_press_event()
/Linux-v5.4/crypto/
Decc.c1268 u64 ty[ECC_MAX_DIGITS]; in ecc_point_mult_shamir() local
1272 vli_set(ty, point->y, ndigits); in ecc_point_mult_shamir()
1273 apply_z(tx, ty, z, curve->p, ndigits); in ecc_point_mult_shamir()
1275 xycz_add(tx, ty, rx, ry, curve->p, ndigits); in ecc_point_mult_shamir()
/Linux-v5.4/arch/mips/pci/
Dpcie-octeon.c56 uint64_t ty:1; member
246 pcie_addr.config.ty = (bus > pciercx_cfg006.s.pbnum); in __cvmx_pcie_build_config_addr()