/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.c | 44 #define VOP_WIN_SET(vop, win, name, v) \ 45 vop_reg_set(vop, &win->phy->name, win->base, ~0, v, #name) 46 #define VOP_SCL_SET(vop, win, name, v) \ 47 vop_reg_set(vop, &win->phy->scl->name, win->base, ~0, v, #name) 48 #define VOP_SCL_SET_EXT(vop, win, name, v) \ 49 vop_reg_set(vop, &win->phy->scl->ext->name, \ 52 #define VOP_WIN_YUV2YUV_SET(vop, win_yuv2yuv, name, v) \ 55 vop_reg_set(vop, &win_yuv2yuv->name, 0, ~0, v, #name); \ 58 #define VOP_WIN_YUV2YUV_COEFFICIENT_SET(vop, win_yuv2yuv, name, v) \ 61 vop_reg_set(vop, 135 struct vop *vop; global() member 139 struct vop { global() struct 190 vop_readl(struct vop *vop, uint32_t offset) vop_readl() argument 195 vop_read_reg(struct vop *vop, uint32_t base, const struct vop_reg *reg) vop_read_reg() argument 201 vop_reg_set(struct vop *vop, const struct vop_reg *reg, uint32_t _offset, uint32_t _mask, uint32_t v, const char *reg_name) vop_reg_set() argument 231 vop_get_intr_type(struct vop *vop, const struct vop_reg *reg, int type) vop_get_intr_type() argument 245 vop_cfg_done(struct vop *vop) vop_cfg_done() argument 366 scl_vop_cal_scl_fac(struct vop *vop, const struct vop_win_data *win, uint32_t src_w, uint32_t src_h, uint32_t dst_w, uint32_t dst_h, const struct drm_format_info *info) scl_vop_cal_scl_fac() argument 470 vop_dsp_hold_valid_irq_enable(struct vop *vop) vop_dsp_hold_valid_irq_enable() argument 485 vop_dsp_hold_valid_irq_disable(struct vop *vop) vop_dsp_hold_valid_irq_disable() argument 521 vop_line_flag_irq_is_enabled(struct vop *vop) vop_line_flag_irq_is_enabled() argument 535 vop_line_flag_irq_enable(struct vop *vop) vop_line_flag_irq_enable() argument 550 vop_line_flag_irq_disable(struct vop *vop) vop_line_flag_irq_disable() argument 564 vop_core_clks_enable(struct vop *vop) vop_core_clks_enable() argument 583 vop_core_clks_disable(struct vop *vop) vop_core_clks_disable() argument 589 vop_win_disable(struct vop *vop, const struct vop_win *vop_win) vop_win_disable() argument 606 struct vop *vop = to_vop(crtc); vop_enable() local 697 struct vop *vop = to_vop(crtc); rockchip_drm_set_win_enabled() local 717 struct vop *vop = to_vop(crtc); vop_crtc_atomic_disable() local 853 struct vop *vop = to_vop(crtc); vop_plane_atomic_check() local 888 struct vop *vop = to_vop(old_state->crtc); vop_plane_atomic_disable() local 909 struct vop *vop = to_vop(new_state->crtc); vop_plane_atomic_update() local 1095 struct vop *vop = to_vop(plane->state->crtc); vop_plane_atomic_async_update() local 1151 struct vop *vop = to_vop(crtc); vop_crtc_enable_vblank() local 1169 struct vop *vop = to_vop(crtc); vop_crtc_disable_vblank() local 1185 struct vop *vop = to_vop(crtc); vop_crtc_mode_valid() local 1197 struct vop *vop = to_vop(crtc); vop_crtc_mode_fixup() local 1235 vop_dsp_lut_is_enabled(struct vop *vop) vop_dsp_lut_is_enabled() argument 1240 vop_lut_buffer_index(struct vop *vop) vop_lut_buffer_index() argument 1245 vop_crtc_write_gamma_lut(struct vop *vop, struct drm_crtc *crtc) vop_crtc_write_gamma_lut() argument 1260 vop_crtc_gamma_set(struct vop *vop, struct drm_crtc *crtc, struct drm_crtc_state *old_state) vop_crtc_gamma_set() argument 1334 struct vop *vop = to_vop(crtc); vop_crtc_atomic_begin() local 1350 struct vop *vop = to_vop(crtc); vop_crtc_atomic_enable() local 1474 vop_fs_irq_is_pending(struct vop *vop) vop_fs_irq_is_pending() argument 1479 vop_wait_for_irq_handler(struct vop *vop) vop_wait_for_irq_handler() argument 1505 struct vop *vop = to_vop(crtc); vop_crtc_atomic_check() local 1554 struct vop *vop = to_vop(crtc); vop_crtc_atomic_flush() local 1658 vop_get_edp_connector(struct vop *vop) vop_get_edp_connector() argument 1678 struct vop *vop = to_vop(crtc); vop_crtc_set_crc_source() local 1737 struct vop *vop = container_of(work, struct vop, fb_unref_work); vop_fb_unref_worker() local 1744 vop_handle_vblank(struct vop *vop) vop_handle_vblank() argument 1763 struct vop *vop = data; vop_isr() local 1840 vop_create_crtc(struct vop *vop) vop_create_crtc() argument 1956 vop_destroy_crtc(struct vop *vop) vop_destroy_crtc() argument 1986 vop_initial(struct vop *vop) vop_initial() argument 2102 vop_win_init(struct vop *vop) vop_win_init() argument 2131 struct vop *vop = to_vop(crtc); rockchip_drm_wait_vact_end() local 2173 struct vop *vop; vop_bind() local 2264 struct vop *vop = dev_get_drvdata(dev); vop_unbind() local [all...] |
H A D | rockchip_lvds.c | 384 int vop; in px30_lvds_set_vop_source() local 386 vop = drm_of_encoder_active_endpoint_id(lvds->dev->of_node, encoder); in px30_lvds_set_vop_source() 387 if (vop < 0) in px30_lvds_set_vop_source() 388 return vop; in px30_lvds_set_vop_source() 392 PX30_LVDS_VOP_SEL(vop)); in px30_lvds_set_vop_source()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.c | 42 #define VOP_WIN_SET(vop, win, name, v) \ 43 vop_reg_set(vop, &win->phy->name, win->base, ~0, v, #name) 44 #define VOP_SCL_SET(vop, win, name, v) \ 45 vop_reg_set(vop, &win->phy->scl->name, win->base, ~0, v, #name) 46 #define VOP_SCL_SET_EXT(vop, win, name, v) \ 47 vop_reg_set(vop, &win->phy->scl->ext->name, \ 50 #define VOP_WIN_YUV2YUV_SET(vop, win_yuv2yuv, name, v) \ 53 vop_reg_set(vop, &win_yuv2yuv->name, 0, ~0, v, #name); \ 56 #define VOP_WIN_YUV2YUV_COEFFICIENT_SET(vop, win_yuv2yuv, name, v) \ 59 vop_reg_set(vop, 130 struct vop *vop; global() member 134 struct vop { global() struct 185 vop_writel(struct vop *vop, uint32_t offset, uint32_t v) vop_writel() argument 191 vop_readl(struct vop *vop, uint32_t offset) vop_readl() argument 196 vop_read_reg(struct vop *vop, uint32_t base, const struct vop_reg *reg) vop_read_reg() argument 202 vop_reg_set(struct vop *vop, const struct vop_reg *reg, uint32_t _offset, uint32_t _mask, uint32_t v, const char *reg_name) vop_reg_set() argument 232 vop_get_intr_type(struct vop *vop, const struct vop_reg *reg, int type) vop_get_intr_type() argument 246 vop_cfg_done(struct vop *vop) vop_cfg_done() argument 355 scl_vop_cal_scl_fac(struct vop *vop, const struct vop_win_data *win, uint32_t src_w, uint32_t src_h, uint32_t dst_w, uint32_t dst_h, const struct drm_format_info *info) scl_vop_cal_scl_fac() argument 459 vop_dsp_hold_valid_irq_enable(struct vop *vop) vop_dsp_hold_valid_irq_enable() argument 474 vop_dsp_hold_valid_irq_disable(struct vop *vop) vop_dsp_hold_valid_irq_disable() argument 510 vop_line_flag_irq_is_enabled(struct vop *vop) vop_line_flag_irq_is_enabled() argument 524 vop_line_flag_irq_enable(struct vop *vop) vop_line_flag_irq_enable() argument 539 vop_line_flag_irq_disable(struct vop *vop) vop_line_flag_irq_disable() argument 553 vop_core_clks_enable(struct vop *vop) vop_core_clks_enable() argument 572 vop_core_clks_disable(struct vop *vop) vop_core_clks_disable() argument 578 vop_win_disable(struct vop *vop, const struct vop_win *vop_win) vop_win_disable() argument 595 struct vop *vop = to_vop(crtc); vop_enable() local 686 struct vop *vop = to_vop(crtc); rockchip_drm_set_win_enabled() local 706 struct vop *vop = to_vop(crtc); vop_crtc_atomic_disable() local 837 struct vop *vop = to_vop(crtc); vop_plane_atomic_check() local 867 struct vop *vop = to_vop(old_state->crtc); vop_plane_atomic_disable() local 887 struct vop *vop = to_vop(state->crtc); vop_plane_atomic_update() local 1066 struct vop *vop = to_vop(plane->state->crtc); vop_plane_atomic_async_update() local 1123 struct vop *vop = to_vop(crtc); vop_crtc_enable_vblank() local 1141 struct vop *vop = to_vop(crtc); vop_crtc_disable_vblank() local 1158 struct vop *vop = to_vop(crtc); vop_crtc_mode_fixup() local 1198 vop_dsp_lut_is_enabled(struct vop *vop) vop_dsp_lut_is_enabled() argument 1203 vop_crtc_write_gamma_lut(struct vop *vop, struct drm_crtc *crtc) vop_crtc_write_gamma_lut() argument 1218 vop_crtc_gamma_set(struct vop *vop, struct drm_crtc *crtc, struct drm_crtc_state *old_state) vop_crtc_gamma_set() argument 1260 struct vop *vop = to_vop(crtc); vop_crtc_atomic_begin() local 1274 struct vop *vop = to_vop(crtc); vop_crtc_atomic_enable() local 1398 vop_fs_irq_is_pending(struct vop *vop) vop_fs_irq_is_pending() argument 1403 vop_wait_for_irq_handler(struct vop *vop) vop_wait_for_irq_handler() argument 1427 struct vop *vop = to_vop(crtc); vop_crtc_atomic_check() local 1474 struct vop *vop = to_vop(crtc); vop_crtc_atomic_flush() local 1577 vop_get_edp_connector(struct vop *vop) vop_get_edp_connector() argument 1597 struct vop *vop = to_vop(crtc); vop_crtc_set_crc_source() local 1657 struct vop *vop = container_of(work, struct vop, fb_unref_work); vop_fb_unref_worker() local 1664 vop_handle_vblank(struct vop *vop) vop_handle_vblank() argument 1683 struct vop *vop = data; vop_isr() local 1760 vop_create_crtc(struct vop *vop) vop_create_crtc() argument 1876 vop_destroy_crtc(struct vop *vop) vop_destroy_crtc() argument 1906 vop_initial(struct vop *vop) vop_initial() argument 2022 vop_win_init(struct vop *vop) vop_win_init() argument 2051 struct vop *vop = to_vop(crtc); rockchip_drm_wait_vact_end() local 2093 struct vop *vop; vop_bind() local 2182 struct vop *vop = dev_get_drvdata(dev); vop_unbind() local [all...] |
H A D | rockchip_lvds.c | 377 int vop; in px30_lvds_set_vop_source() local 379 vop = drm_of_encoder_active_endpoint_id(lvds->dev->of_node, encoder); in px30_lvds_set_vop_source() 380 if (vop < 0) in px30_lvds_set_vop_source() 381 return vop; in px30_lvds_set_vop_source() 385 PX30_LVDS_VOP_SEL(vop)); in px30_lvds_set_vop_source()
|
/kernel/liteos_a/fs/vfs/ |
H A D | vnode.c | 134 int VnodeAlloc(struct VnodeOps *vop, struct Vnode **newVnode)
in VnodeAlloc() argument 161 if (vop == NULL) {
in VnodeAlloc() 163 vnode->vop = &g_devfsOps;
in VnodeAlloc() 166 vnode->vop = vop;
in VnodeAlloc() 196 if (vnode->vop->Reclaim) {
in VnodeFree() 197 vnode->vop->Reclaim(vnode);
in VnodeFree() 203 if (vnode->vop == &g_devfsOps) {
in VnodeFree() 325 vnode->vop == &g_devfsOps || vnode->vop in RefreshLRU() [all...] |
/kernel/liteos_a/fs/vfs/operation/ |
H A D | vfs_chattr.c | 83 if (vnode->vop != NULL && vnode->vop->Chattr != NULL) { in chattr() 84 ret = vnode->vop->Chattr(vnode, attr); in chattr()
|
H A D | vfs_check.c | 72 if (vnode->vop && vnode->vop->Fscheck) { in fscheck() 73 ret = vnode->vop->Fscheck(vnode, dir); in fscheck()
|
H A D | vfs_utime.c | 89 if (vnode->vop && vnode->vop->Chattr) { in utime() 100 ret = vnode->vop->Chattr(vnode, &attr); in utime()
|
H A D | vfs_force_umount.c | 380 if (node->vop && node->vop->Closedir) { in DirPreClose() 381 node->vop->Closedir(node, dirp); in DirPreClose() 431 if (vnode->vop->Reclaim) { in VnodeTryFree() 432 vnode->vop->Reclaim(vnode); in VnodeTryFree() 434 vnode->vop = &g_errorVnodeOps; in VnodeTryFree()
|
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2-enc.c | 143 u8 *vop; in solo_update_mode() local 153 vop = vop_6110_ntsc_cif; in solo_update_mode() 156 vop = vop_6110_pal_cif; in solo_update_mode() 161 vop = vop_6010_ntsc_cif; in solo_update_mode() 164 vop = vop_6010_pal_cif; in solo_update_mode() 174 vop = vop_6110_ntsc_d1; in solo_update_mode() 177 vop = vop_6110_pal_d1; in solo_update_mode() 182 vop = vop_6010_ntsc_d1; in solo_update_mode() 185 vop = vop_6010_pal_d1; in solo_update_mode() 191 memcpy(solo_enc->vop, vo in solo_update_mode() [all...] |
H A D | solo6x10.h | 163 u8 vop[64]; member
|
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/ |
H A D | solo6x10-v4l2-enc.c | 143 u8 *vop; in solo_update_mode() local 153 vop = vop_6110_ntsc_cif; in solo_update_mode() 156 vop = vop_6110_pal_cif; in solo_update_mode() 161 vop = vop_6010_ntsc_cif; in solo_update_mode() 164 vop = vop_6010_pal_cif; in solo_update_mode() 174 vop = vop_6110_ntsc_d1; in solo_update_mode() 177 vop = vop_6110_pal_d1; in solo_update_mode() 182 vop = vop_6010_ntsc_d1; in solo_update_mode() 185 vop = vop_6010_pal_d1; in solo_update_mode() 191 memcpy(solo_enc->vop, vo in solo_update_mode() [all...] |
H A D | solo6x10.h | 163 u8 vop[64]; member
|
/kernel/liteos_a/fs/proc/os_adapt/ |
H A D | proc_vfs.c | 110 vp->vop = parent->vop; in VfsProcfsCreate() 257 (*vnode)->vop = parent->vop; in VfsProcfsMkdir()
|
H A D | fs_cache_proc.c | 75 item, item->parent, item->data, item->vop, item->hash, item->useCount, in VnodeListProcess()
|
/kernel/liteos_a/fs/vfs/include/ |
H A D | vnode.h | 123 struct VnodeOps *vop; /* vnode operations */ member 169 int VnodeAlloc(struct VnodeOps *vop, struct Vnode **newVnode);
|
/kernel/linux/linux-6.6/drivers/soc/mediatek/ |
H A D | mtk-svs.c | 868 u32 i, j, *vop, vop74, vop30, turn_pt = svsb->turn_pt; in svs_get_bank_volts_v3() local 885 vop = (shift_byte < REG_BYTES) ? &vop30 : in svs_get_bank_volts_v3() 887 svsb->volt[i] = (*vop >> b_sft) & GENMASK(7, 0); in svs_get_bank_volts_v3() 897 vop = (shift_byte < REG_BYTES) ? &vop30 : in svs_get_bank_volts_v3() 899 svsb->volt[i] = (*vop >> b_sft) & GENMASK(7, 0); in svs_get_bank_volts_v3() 919 vop = (shift_byte < REG_BYTES) ? &vop30 : in svs_get_bank_volts_v3() 921 svsb->volt[i] = (*vop >> b_sft) & GENMASK(7, 0); in svs_get_bank_volts_v3() 936 vop = (shift_byte < REG_BYTES) ? &vop30 : in svs_get_bank_volts_v3() 938 svsb->volt[i] = (*vop >> b_sft) & GENMASK(7, 0); in svs_get_bank_volts_v3()
|
/kernel/liteos_a/kernel/base/vm/ |
H A D | los_vm_filemap.c | 283 ret = vnode->vop->WritePage(vnode, (VOID *)buff, fpage->pgoff, len); in OsFlushDirtyPage() 406 ret = vnode->vop->ReadPage(vnode, kvaddr, fpage->pgoff << PAGE_SHIFT); in OsVmmFileFault()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 2533 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local 2561 vop = 0; in rtl8xxxu_init_queue_priority() 2591 vop = 0; in rtl8xxxu_init_queue_priority() 2606 vop = viq ^ 3; in rtl8xxxu_init_queue_priority() 2628 usb_sndbulkpipe(priv->udev, priv->out_ep[vop]); in rtl8xxxu_init_queue_priority()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 2604 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local 2633 vop = 0; in rtl8xxxu_init_queue_priority() 2663 vop = 0; in rtl8xxxu_init_queue_priority() 2678 vop = viq ^ 3; in rtl8xxxu_init_queue_priority() 2713 usb_sndbulkpipe(priv->udev, priv->out_ep[vop]); in rtl8xxxu_init_queue_priority()
|