/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.h | 139 (win_fmt)->w.left, (win_fmt)->w.top, \
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | qxl_drm.h | 100 __u32 left; member
|
/kernel/linux/linux-5.10/kernel/ |
H A D | regset.c | 24 (struct membuf){.p = p, .left = size}); in __regset_get()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_buddy.h | 21 struct i915_buddy_block *left; member
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_pipe.h | 58 * @left: horizontal coordinate of the partition start in pixels relative to the 59 * left edge of the image 63 unsigned int left; member
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.h | 137 (win_fmt)->w.left, (win_fmt)->w.top, \
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | qxl_drm.h | 100 __u32 left; member
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_pipe.h | 58 * @left: horizontal coordinate of the partition start in pixels relative to the 59 * left edge of the image 63 unsigned int left; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | qxl_drm.h | 57 __u32 left; member
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_binarytree_pri.h | 43 struct tagBinNode *left; member
|
/kernel/linux/linux-6.6/kernel/ |
H A D | regset.c | 24 (struct membuf){.p = p, .left = size}); in __regset_get()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | qxl_drm.h | 70 __u32 left; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | qxl_drm.h | 70 __u32 left; member
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | pm-cps.c | 35 * VPE left it. Returns garbage if coupled_coherence is zero or this is not 114 unsigned online, left; in cps_pm_enter_state() local 170 left = entry(online, nc_core_ready_count); in cps_pm_enter_state() 186 if (coupled_coherence && (state == CPS_PM_NC_WAIT) && (left == online)) in cps_pm_enter_state()
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | lib1funcs.S | 54 @ Initially shift the divisor left 3 bits if possible, 56 @ at the left end of each 4 bit nibbles in the division loop 192 @ Either 1, 2 or 3 comparison/subtractions are left.
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | ams-delta-fiq-handler.S | 98 bics r13, r13, r11 @ clear masked - any left? 124 bics r13, r13, r11 @ clear masked - any left? 174 mov r10, r10, lsl #1 @ shift mask left
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | pm-cps.c | 35 * VPE left it. Returns garbage if coupled_coherence is zero or this is not 114 unsigned online, left; in cps_pm_enter_state() local 170 left = entry(online, nc_core_ready_count); in cps_pm_enter_state() 186 if (coupled_coherence && (state == CPS_PM_NC_WAIT) && (left == online)) in cps_pm_enter_state()
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | lib1funcs.S | 54 @ Initially shift the divisor left 3 bits if possible, 56 @ at the left end of each 4 bit nibbles in the division loop 192 @ Either 1, 2 or 3 comparison/subtractions are left.
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | ams-delta-fiq-handler.S | 99 bics r13, r13, r11 @ clear masked - any left? 125 bics r13, r13, r11 @ clear masked - any left? 175 mov r10, r10, lsl #1 @ shift mask left
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
H A D | execveat.c | 119 static char *concat(const char *left, const char *right) in concat() argument 121 char *result = malloc(strlen(left) + strlen(right) + 1); in concat() 123 strcpy(result, left); in concat()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | qcom_rpm.c | 453 int left; in qcom_rpm_write() local 480 left = wait_for_completion_timeout(&rpm->ack, RPM_REQUEST_TIMEOUT); in qcom_rpm_write() 481 if (!left) in qcom_rpm_write()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
H A D | qxl_ioctl.c | 305 struct qxl_rect area = {.left = update_area->left, in qxl_update_area_ioctl() 314 if (update_area->left >= update_area->right || in qxl_update_area_ioctl()
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/ |
H A D | vdec_h264_if.c | 257 cr->left = inst->vsi->crop.left; in get_crop_info() 263 cr->left, cr->top, cr->width, cr->height); in get_crop_info()
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | proc.c | 8 * Evaluating the efficiency of the whole thing if left as an exercise to 121 loff_t left = *pos; in __acquires() local 125 return left ? vcc_walk(seq, left) : SEQ_START_TOKEN; in __acquires()
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | ir-mce_kbd-decoder.c | 187 bool left = scancode & 0x20; in ir_mce_kbd_process_mouse_data() local 200 x, y, left ? "L" : "", right ? "R" : ""); in ir_mce_kbd_process_mouse_data() 205 input_report_key(dev->input_dev, BTN_LEFT, left); in ir_mce_kbd_process_mouse_data()
|