Searched refs:ty (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/media/radio/ |
D | radio-typhoon.c | 77 struct typhoon *ty = kzalloc(sizeof(*ty), GFP_KERNEL); in typhoon_alloc() local 79 return ty ? &ty->isa : NULL; in typhoon_alloc() 112 struct typhoon *ty = container_of(isa, struct typhoon, isa); in typhoon_s_mute_volume() local 121 if (vol == 0 && !ty->muted) { in typhoon_s_mute_volume() 122 ty->muted = true; in typhoon_s_mute_volume() 125 if (vol && ty->muted) { in typhoon_s_mute_volume() 126 ty->muted = false; in typhoon_s_mute_volume()
|
/linux-4.4.14/crypto/ |
D | arc4.c | 58 u32 ty, ta, tb; in arc4_crypt() local 76 ty = (y + ta) & 0xff; in arc4_crypt() 77 tb = S[ty]; in arc4_crypt() 81 y = ty; in arc4_crypt()
|
/linux-4.4.14/drivers/media/platform/exynos-gsc/ |
D | gsc-core.c | 276 u32 tx, u32 ty, u32 *hratio) in gsc_check_src_scale_info() argument 302 gsc_cal_prescaler_ratio(var, s_frame->crop.height, ty, hratio); in gsc_check_src_scale_info() 642 int tx, ty; in gsc_set_scaler_info() local 655 ty = d_frame->crop.width; in gsc_set_scaler_info() 659 ty = d_frame->crop.height; in gsc_set_scaler_info() 662 if (tx <= 0 || ty <= 0) { in gsc_set_scaler_info() 663 dev_err(dev, "Invalid target size: %dx%d", tx, ty); in gsc_set_scaler_info() 675 ty, &sc->pre_vratio); in gsc_set_scaler_info() 682 tx, ty, &sc->pre_vratio); in gsc_set_scaler_info() 688 sc->main_vratio = (s_frame->crop.height << 16) / ty; in gsc_set_scaler_info() [all …]
|
D | gsc-core.h | 405 u32 *wratio, u32 tx, u32 ty, u32 *hratio);
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-core.c | 256 int tx, ty, sx, sy; in fimc_set_scaler_info() local 260 ty = d_frame->width; in fimc_set_scaler_info() 264 ty = d_frame->height; in fimc_set_scaler_info() 266 if (tx <= 0 || ty <= 0) { in fimc_set_scaler_info() 267 dev_err(dev, "Invalid target size: %dx%d\n", tx, ty); in fimc_set_scaler_info() 284 ret = fimc_get_scaler_factor(sy, ty, &sc->pre_vratio, &sc->vfactor); in fimc_set_scaler_info() 293 sc->main_vratio = (sy << 14) / (ty << sc->vfactor); in fimc_set_scaler_info() 296 sc->main_vratio = (sy << 8) / (ty << sc->vfactor); in fimc_set_scaler_info() 301 sc->scaleup_v = (ty >= sy) ? 1 : 0; in fimc_set_scaler_info()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 247 ty, enumerator
|
/linux-4.4.14/scripts/kconfig/ |
D | gconf.c | 892 gint ty = (gint) event->y; in on_treeview2_button_press_event() local 895 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview2_button_press_event() 1008 gint ty = (gint) event->y; in on_treeview1_button_press_event() local 1011 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, &cx, in on_treeview1_button_press_event()
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | bayer.png.b64 | 101 MKR2BOtnD13nPbNuH4HUjcwl+ty+pMLgz9X1BayRZPpl9sGOPujXNKSs7kNjqSuzV5HoV1eYFOJo
|
/linux-4.4.14/arch/mips/pci/ |
D | pcie-octeon.c | 56 uint64_t ty:1; member 248 pcie_addr.config.ty = (bus > pciercx_cfg006.s.pbnum); in __cvmx_pcie_build_config_addr()
|