/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | plane.h | 40 bool top; member
|
H A D | plane.c | 690 state->blending[index].top = true; in tegra_plane_update_transparency() 692 state->blending[index].top = false; in tegra_plane_update_transparency() 696 * case mark B / C window as top to be able to differentiate in tegra_plane_update_transparency() 701 state->blending[index].top = (index == 1); in tegra_plane_update_transparency()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | qxl_drm.h | 56 __u32 top; member
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | osnoise.h | 104 void osnoise_destroy_tool(struct osnoise_tool *top);
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | qxl_drm.h | 69 __u32 top; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | qxl_drm.h | 69 __u32 top; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
H A D | qxl_ioctl.c | 306 .top = update_area->top, in qxl_update_area_ioctl() 315 update_area->top >= update_area->bottom) in qxl_update_area_ioctl()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/ |
H A D | vdec_h264_if.c | 258 cr->top = inst->vsi->crop.top; in get_crop_info() 263 cr->left, cr->top, cr->width, cr->height); in get_crop_info()
|
/kernel/linux/linux-5.10/fs/sysv/ |
H A D | itree.c | 285 sysv_zone_t *top) in find_shared() 290 *top = 0; in find_shared() 300 * fine, it should all survive and (new) top doesn't belong to us. in find_shared() 317 *top = *p->p; in find_shared() 399 /* Kill the top of shared branch (already detached) */ in sysv_truncate() 281 find_shared(struct inode *inode, int depth, int offsets[], Indirect chain[], sysv_zone_t *top) find_shared() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | plane.c | 526 state->blending[index].top = true; in tegra_plane_update_transparency() 528 state->blending[index].top = false; in tegra_plane_update_transparency() 532 * case mark B / C window as top to be able to differentiate in tegra_plane_update_transparency() 537 state->blending[index].top = (index == 1); in tegra_plane_update_transparency()
|
/kernel/linux/linux-5.10/fs/minix/ |
H A D | itree_common.c | 227 block_t *top) in find_shared() 232 *top = 0; in find_shared() 249 *top = *p->p; in find_shared() 223 find_shared(struct inode *inode, int depth, int offsets[DEPTH], Indirect chain[DEPTH], block_t *top) find_shared() argument
|
/kernel/linux/linux-6.6/fs/minix/ |
H A D | itree_common.c | 227 block_t *top) in find_shared() 232 *top = 0; in find_shared() 249 *top = *p->p; in find_shared() 223 find_shared(struct inode *inode, int depth, int offsets[DEPTH], Indirect chain[DEPTH], block_t *top) find_shared() argument
|
/kernel/linux/linux-6.6/fs/sysv/ |
H A D | itree.c | 285 sysv_zone_t *top) in find_shared() 290 *top = 0; in find_shared() 300 * fine, it should all survive and (new) top doesn't belong to us. in find_shared() 317 *top = *p->p; in find_shared() 399 /* Kill the top of shared branch (already detached) */ in sysv_truncate() 281 find_shared(struct inode *inode, int depth, int offsets[], Indirect chain[], sysv_zone_t *top) find_shared() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_h264_req_if.c | 257 cr->top = inst->vsi_ctx.crop.top; in get_crop_info() 262 cr->left, cr->top, cr->width, cr->height); in get_crop_info()
|
H A D | vdec_h264_if.c | 254 cr->top = inst->vsi->crop.top; in get_crop_info() 258 mtk_vdec_debug(inst->ctx, "l=%d, t=%d, w=%d, h=%d", cr->left, cr->top, in get_crop_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | intr.c | 26 #include <subdev/top.h> 41 list_for_each_entry(tdev, &device->top->device, head) { in nvkm_intr_xlat() 173 /* Disable all top-level interrupt sources, and re-arm MSI interrupts. */ in nvkm_intr() 224 /* Re-enable all top-level interrupt sources. */ in nvkm_intr() 302 list_for_each_entry(tdev, &device->top->device, head) { in nvkm_intr_subdev_add()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A D | qxl_ioctl.c | 301 .top = update_area->top, in qxl_update_area_ioctl() 310 update_area->top >= update_area->bottom) in qxl_update_area_ioctl()
|
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | kvaser_pciefd.c | 658 u8 top; in kvaser_pciefd_pwm_stop() local 664 top = (pwm_ctrl >> KVASER_PCIEFD_KCAN_PWM_TOP_SHIFT) & 0xff; in kvaser_pciefd_pwm_stop() 667 pwm_ctrl |= top; in kvaser_pciefd_pwm_stop() 674 int top, trigger; in kvaser_pciefd_pwm_start() local 682 top = can->kv_pcie->bus_freq / (2 * 500000) - 1; in kvaser_pciefd_pwm_start() 684 pwm_ctrl = top & 0xff; in kvaser_pciefd_pwm_start() 685 pwm_ctrl |= (top & 0xff) << KVASER_PCIEFD_KCAN_PWM_TOP_SHIFT; in kvaser_pciefd_pwm_start() 689 trigger = (100 * top - 95 * (top + 1) + 50) / 100; in kvaser_pciefd_pwm_start() 691 pwm_ctrl |= (top in kvaser_pciefd_pwm_start() [all...] |
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | smt.c | 1175 int top ; in smt_fill_state() local 1182 top = 0 ; in smt_fill_state() 1184 top |= SMT_ST_WRAPPED ; /* state wrapped */ in smt_fill_state() 1188 top |= SMT_ST_UNATTACHED ; /* unattached concentrator */ in smt_fill_state() 1192 top |= SMT_ST_TWISTED_A ; /* twisted cable */ in smt_fill_state() 1195 top |= SMT_ST_TWISTED_B ; /* twisted cable */ in smt_fill_state() 1198 top |= SMT_ST_SRF ; in smt_fill_state() 1201 top |= SMT_ST_ROOTED_S ; in smt_fill_state() 1203 top |= SMT_ST_SYNC_SERVICE ; in smt_fill_state() 1204 state->st_topology = top ; in smt_fill_state() [all...] |
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | kvaser_pciefd.c | 631 u8 top; in kvaser_pciefd_pwm_stop() local 637 top = FIELD_GET(KVASER_PCIEFD_KCAN_PWM_TOP_MASK, pwm_ctrl); in kvaser_pciefd_pwm_stop() 639 pwm_ctrl |= FIELD_PREP(KVASER_PCIEFD_KCAN_PWM_TRIGGER_MASK, top); in kvaser_pciefd_pwm_stop() 646 int top, trigger; in kvaser_pciefd_pwm_start() local 653 top = can->kv_pcie->bus_freq / (2 * 500000) - 1; in kvaser_pciefd_pwm_start() 655 pwm_ctrl = FIELD_PREP(KVASER_PCIEFD_KCAN_PWM_TRIGGER_MASK, top); in kvaser_pciefd_pwm_start() 656 pwm_ctrl |= FIELD_PREP(KVASER_PCIEFD_KCAN_PWM_TOP_MASK, top); in kvaser_pciefd_pwm_start() 660 trigger = (100 * top - 95 * (top + 1) + 50) / 100; in kvaser_pciefd_pwm_start() 662 pwm_ctrl |= FIELD_PREP(KVASER_PCIEFD_KCAN_PWM_TOP_MASK, top); in kvaser_pciefd_pwm_start() [all...] |
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_xtree.c | 164 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtLookup() 335 btsp = btstack->top; in xtSearch() 382 btsp = btstack->top; in xtSearch() 440 btsp = btstack->top; in xtSearch() 545 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtInsert() 1361 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtExtend() 1526 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index0); in xtUpdate() 1819 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index0); in xtUpdate() 1980 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtAppend() 2775 XT_GETSEARCH(ip, btstack.top, b in xtTruncate_pmap() [all...] |
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | smt.c | 1175 int top ; in smt_fill_state() local 1182 top = 0 ; in smt_fill_state() 1184 top |= SMT_ST_WRAPPED ; /* state wrapped */ in smt_fill_state() 1188 top |= SMT_ST_UNATTACHED ; /* unattached concentrator */ in smt_fill_state() 1192 top |= SMT_ST_TWISTED_A ; /* twisted cable */ in smt_fill_state() 1195 top |= SMT_ST_TWISTED_B ; /* twisted cable */ in smt_fill_state() 1198 top |= SMT_ST_SRF ; in smt_fill_state() 1201 top |= SMT_ST_ROOTED_S ; in smt_fill_state() 1203 top |= SMT_ST_SYNC_SERVICE ; in smt_fill_state() 1204 state->st_topology = top ; in smt_fill_state() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | run.c | 57 top: in spu_stopped() 65 goto top; in spu_stopped()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | run.c | 57 top: in spu_stopped() 65 goto top; in spu_stopped()
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 154 struct btcx_riscmem top; member 162 struct bttv_buffer *top; /* top field buffer */ member 455 - only the irq handler is supported to touch top + bottom + vcurr */ 492 /* Latest possible end of VBI capturing (= crop[x].rect.top when
|