Searched refs:left (Results 151 - 175 of 682) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/image/
H A Dmdc800.c150 int download_left; // Bytes left to download ?
682 size_t left=len, sts=len; /* single transfer size */ local
705 while (left)
713 sts=left > (mdc800->out_count-mdc800->out_ptr)?mdc800->out_count-mdc800->out_ptr:left;
731 return len-left;
744 return len-left;
763 left-=sts;
769 return len-left;
/linux-master/tools/testing/selftests/net/
H A Dtls.c1252 size_t left = data; local
1257 while (left) {
1259 left > 16384 ? 16384 : left, 0);
1262 left -= res;
1270 size_t left = data; local
1273 while (left) {
1275 left > 16384 ? 16384 : left, 0);
1278 left
1306 size_t left = data; local
1332 size_t left = data; local
1397 size_t left = data * read_bias; local
1410 size_t left = data * write_bias; local
[all...]
/linux-master/include/uapi/drm/
H A Dqxl_drm.h100 __u32 left; member in struct:drm_qxl_update_area
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.h137 (win_fmt)->w.left, (win_fmt)->w.top, \
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_pipe.h58 * @left: horizontal coordinate of the partition start in pixels relative to the
59 * left edge of the image
63 unsigned int left; member in struct:vsp1_partition_window
H A Dvsp1_brx.c161 compose->left = 0;
195 sel->r.left = 0;
242 * The compose rectangle top left corner must be inside the output
247 sel->r.left = clamp_t(unsigned int, sel->r.left, 0, format->width - 1);
H A Dvsp1_wpf.c381 unsigned int left; local
391 left = 0;
399 left = pipe->partition->wpf.left;
424 * First take the partition left coordinate into account.
435 offset = format->width - left - width;
437 offset = format->height - left - width;
439 offset = left;
481 * horizontal (left) offset becomes a vertical offset.
/linux-master/mm/kmsan/
H A Dhooks.c251 size_t left)
266 if (to_copy <= left)
272 kmsan_internal_check_memory((void *)from, to_copy - left, to,
282 to_copy - left);
250 kmsan_copy_to_user(void __user *to, const void *from, size_t to_copy, size_t left) argument
/linux-master/sound/isa/gus/
H A Dgus_mixer.c80 unsigned char left, right; local
83 left = gus->gf1.ics_regs[addr][0];
86 ucontrol->value.integer.value[0] = left & 127;
/linux-master/net/ceph/crush/
H A Dmapper.c179 static int left(int x) function
214 /* descend to the left or right? */
215 l = left(n);
647 int x, int left, int numrep, int type,
657 int endpos = outpos + left;
676 for (ftotal = 0; left > 0 && ftotal < tries; ftotal++) {
679 dprintk("%u %d a: ", ftotal, left);
684 dprintk("%u %d b: ", ftotal, left);
735 left--;
755 left
643 crush_choose_indep(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int left, int numrep, int type, int *out, int outpos, unsigned int tries, unsigned int recurse_tries, int recurse_to_leaf, int *out2, int parent_r, const struct crush_choose_arg *choose_args) argument
[all...]
/linux-master/kernel/
H A Daudit.h231 extern int audit_comparator(const u32 left, const u32 op, const u32 right);
232 extern int audit_uid_comparator(kuid_t left, u32 op, kuid_t right);
233 extern int audit_gid_comparator(kgid_t left, u32 op, kgid_t right);
/linux-master/drivers/soc/qcom/
H A Dsmd-rpm.c101 int left; local
134 left = wait_for_completion_timeout(&rpm->ack, RPM_REQUEST_TIMEOUT);
135 if (!left)
/linux-master/tools/perf/util/
H A Dsort.h334 sort__iaddr_cmp(struct hist_entry *left, struct hist_entry *right);
336 sort__daddr_cmp(struct hist_entry *left, struct hist_entry *right);
338 sort__dcacheline_cmp(struct hist_entry *left, struct hist_entry *right);
/linux-master/sound/drivers/
H A Ddummy.c739 int left, right; local
741 left = ucontrol->value.integer.value[0];
742 if (left < mixer_volume_level_min)
743 left = mixer_volume_level_min;
744 if (left > mixer_volume_level_max)
745 left = mixer_volume_level_max;
752 change = dummy->mixer_volume[addr][0] != left ||
754 dummy->mixer_volume[addr][0] = left;
787 int left, right; local
789 left
[all...]
/linux-master/drivers/media/i2c/
H A Dov5640.c380 /* Visibile crop: from analog crop top-left corner. */
703 .left = 0,
709 .left = 16,
720 .left = OV5640_PIXEL_ARRAY_LEFT,
727 .left = 2,
748 .left = 0,
754 .left = 16,
765 .left = OV5640_PIXEL_ARRAY_LEFT,
772 .left = 2,
793 .left
[all...]
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_mouse.py38 self.left = False
55 left, right, middle = buttons
56 if left is not None:
57 self.left = left
62 left = self.left
79 mouse.b1 = int(left)
144 left, right, middle = buttons
145 if left i
[all...]
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-jdi-lpm102a188a.c129 static int jdi_setup_symmetrical_split(struct mipi_dsi_device *left, argument
135 err = mipi_dsi_dcs_set_column_address(left, 0, mode->hdisplay / 2 - 1);
137 dev_err(&left->dev, "failed to set column address: %d\n", err);
147 err = mipi_dsi_dcs_set_page_address(left, 0, mode->vdisplay - 1);
149 dev_err(&left->dev, "failed to set page address: %d\n", err);
228 * TODO: The device supports both left-right and even-odd split
229 * configurations, but this driver currently supports only the left-
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-scaler.c50 .left = 0,
57 .left = 0,
65 .left = 0,
221 crop->left = 0;
372 snk_x = (src_x * r->width) / src_fmt->width + r->left;
/linux-master/drivers/tty/serial/
H A Dsunhv.c416 int left = PAGE_SIZE; local
420 if (left < 2)
423 left--;
424 } else if (left < 1)
427 left--;
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c47 static void compare_regs(struct kvm_regs *left, struct kvm_regs *right) argument
50 TEST_ASSERT(left->reg == right->reg, \
53 left->reg, right->reg)
75 static void compare_sregs(struct kvm_sregs *left, struct kvm_sregs *right) argument
79 static void compare_vcpu_events(struct kvm_vcpu_events *left, argument
/linux-master/arch/csky/kernel/
H A Dperf_event.c881 s64 left = local64_read(&hwc->period_left); local
885 if (unlikely(left <= -period)) {
886 left = period;
887 local64_set(&hwc->period_left, left);
892 if (unlikely(left <= 0)) {
893 left += period;
894 local64_set(&hwc->period_left, left);
899 if (left > (s64)csky_pmu.max_period)
900 left = csky_pmu.max_period;
906 local64_set(&hwc->prev_count, (u64)(-left));
[all...]
/linux-master/drivers/media/platform/amlogic/meson-ge2d/
H A Dge2d.c220 FIELD_PREP(GE2D_START, ctx->in.crop.left) |
221 FIELD_PREP(GE2D_END, ctx->in.crop.left + ctx->in.crop.width - 1));
226 FIELD_PREP(GE2D_START, ctx->out.crop.left) |
227 FIELD_PREP(GE2D_END, ctx->out.crop.left + ctx->out.crop.width - 1));
232 FIELD_PREP(GE2D_START, ctx->out.crop.left) |
233 FIELD_PREP(GE2D_END, ctx->out.crop.left + ctx->out.crop.width - 1));
495 s->r.left = 0;
543 if (s->r.top < 0 || s->r.left < 0) {
545 "doesn't support negative values for top & left.\n");
549 if (s->r.left
[all...]
/linux-master/crypto/
H A Daegis128-core.c288 unsigned int left = size; local
298 left -= fill;
302 crypto_aegis128_ad(state, src, left, do_simd);
303 src += left & ~(AEGIS_BLOCK_SIZE - 1);
304 left &= AEGIS_BLOCK_SIZE - 1;
307 memcpy(buf.bytes + pos, src, left);
309 pos += left;
/linux-master/net/core/
H A Dsock_reuseport.c108 int left, right; local
111 left = 0;
114 left = reuse->max_socks - reuse->num_closed_socks;
118 for (; left < right; left++)
119 if (reuse->socks[left] == sk)
120 return left;
257 * Only reqsk left at this point.
/linux-master/arch/parisc/math-emu/
H A Ddbl_float.h386 /* The left argument is never smaller than the right argument */
392 /* Subtract right augmented with extension from left augmented with zeros and
408 #define Dbl_xortointp1(left,right,result) \
409 result = Dallp1(left) XOR Dallp1(right)
411 #define Dbl_xorfromintp1(left,right,result) \
412 Dallp1(result) = left XOR Dallp1(right)
414 #define Dbl_swap_lower(left,right) \
415 Dallp2(left) = Dallp2(left) XOR Dallp2(right); \
416 Dallp2(right) = Dallp2(left) XO
[all...]

Completed in 237 milliseconds

1234567891011>>