Searched refs:left (Results 451 - 475 of 686) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/befs/
H A Ddebug.c253 befs_debug(sb, " left %016LX", fs64_to_cpu(sb, node->left));
/linux-master/drivers/media/pci/ivtv/
H A Divtv-yuv.c240 If running full screen, it causes an unwanted left shift
243 left/right if it gets dragged through this region.
262 /* We're also using 2870 to shift the image left (src_x & negative dst_x) */
716 /* Fall off the left edge - crop */
821 /* Calculate the display window coordinates. Exit if nothing left */
975 nf->src_x = args->src.left;
979 nf->dst_x = args->dst.left;
983 nf->tru_x = args->dst.left;
1116 dma_args.src.left = 0;
/linux-master/sound/pci/ymfpci/
H A Dymfpci.h378 u16 left; member in struct:snd_ymfpci::snd_ymfpci_pcm_mixer
/linux-master/drivers/target/
H A Dtarget_core_sbc.c1276 unsigned int i, len, left; local
1282 left = sectors * dev->prot_length;
1288 psg_len = min(left, psg->length);
1298 left -= len;
/linux-master/drivers/media/radio/si4713/
H A Dsi4713.c854 s8 left; local
859 rval = si4713_tx_rds_buff(sdev, RDS_BLOCK_CLEAR, 0, 0, 0, &left);
885 &left);
893 } while (left > 0);
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-7.c855 first = line->crop.left;
856 last = line->crop.left + line->crop.width - 1;
865 first = line->crop.left / 2;
866 last = line->crop.left / 2 + line->crop.width / 2 - 1;
H A Dcamss-vfe-4-8.c826 first = line->crop.left;
827 last = line->crop.left + line->crop.width - 1;
836 first = line->crop.left / 2;
837 last = line->crop.left / 2 + line->crop.width / 2 - 1;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_sru.c344 window->left /= 2;
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_display.c113 if (client_head->x != c_rect->left) {
114 client_head->x = c_rect->left;
121 if (client_head->width != c_rect->right - c_rect->left) {
122 client_head->width = c_rect->right - c_rect->left;
/linux-master/arch/x86/kernel/fpu/
H A Dsignal.c202 .left = sizeof(fp)});
/linux-master/net/sunrpc/
H A Drpc_pipe.c109 unsigned long left; local
111 left = copy_to_user(dst, data, mlen);
112 if (left == mlen) {
117 mlen -= left;
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c880 int left = mtt_cnt;
886 while (left > 0) {
894 npage = min(mtt_count, left);
895 left -= npage;
881 int left = mtt_cnt; local
/linux-master/fs/kernfs/
H A Ddir.c342 static int kernfs_sd_compare(const struct kernfs_node *left, argument
345 return kernfs_name_compare(left->hash, left->name, left->ns, right);
1366 /* no sibling left, visit parent */
/linux-master/drivers/dma/xilinx/
H A Dxdma.c91 * @frames_left: Number of frames left in interleaved DMA transfer
569 u32 left = size, len, desc_num = filled_descs_num; local
577 len = min_t(u32, left, XDMA_DESC_BLEN_MAX);
589 left -= len;
590 } while (left);
/linux-master/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink.c1515 u32 nvm_size, left; local
1536 left = nvm_size;
1545 u32 read_sz = min_t(u32, ICE_DEVLINK_READ_BLK_SIZE, left);
1569 left -= read_sz;
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-subdev.c200 crop->left = 0;
/linux-master/drivers/usb/host/
H A Dfhci-sched.c360 int left = 1; local
386 left = scan_ed_list(usb, &usb->hc_list->ctrl_list,
394 if (left > 0)
/linux-master/arch/sparc/kernel/
H A Dptrace_64.c257 if (!to.left)
545 if (!to.left)
792 return to.left;
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-risc.c293 if ((crop->left == tvnorm->cropcap.defrect.left
312 geo->hdelay = ((crop->left * width + c_width) / c_width) & ~1;
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S127 andcc %o1, 0xf, %g0 ! anything left at all?
141 andcc %o1, 0xf, %g0 ! anything left at all?
353 ccte: bne cc_end_cruft ! something left, handle it out of band
/linux-master/drivers/clk/
H A Dclk-versaclock7.c223 * @left: The left argument.
230 static void vc7_64_mul_64_to_128(u64 left, u64 right, u64 *hi, u64 *lo) argument
232 u64 a0 = left & 0xffffffffull;
233 u64 a1 = left >> 32;
312 * shifting left by the number of leading zeros, so that there's a 1 in
/linux-master/drivers/media/i2c/
H A Dmt9t112.c886 sel->r.left = 0;
942 .left = priv->frame.left,
/linux-master/drivers/media/i2c/ccs/
H A Dccs-core.c1761 rval = ccs_write(sensor, X_ADDR_START, sensor->pa_src.left);
1771 sensor->pa_src.left + sensor->pa_src.width - 1);
1789 sensor->scaler_sink.left);
2227 crops[ssd->sink_pad]->left = 0;
2456 sel->r.left = 0;
2531 sel->r.left = 0;
2538 sel->r.left = min_t(int, sel->r.left, src_size.width - sel->r.width);
2555 r->left = 0;
2584 sel->r.top = sel->r.left
[all...]
/linux-master/mm/
H A Dswap_state.c785 unsigned int left = (win - 1) / 2; local
787 lpfn = fpfn - left;
788 rpfn = fpfn + win - left;
/linux-master/arch/x86/events/amd/
H A Dcore.c1292 static void amd_pmu_limit_period(struct perf_event *event, s64 *left) argument
1298 if (has_branch_stack(event) && *left > x86_pmu.lbr_nr)
1299 *left -= x86_pmu.lbr_nr;

Completed in 547 milliseconds

<<11121314151617181920>>