Searched refs:left (Results 476 - 500 of 688) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c737 int left[COMP_MAX]; member in struct:pixel_ext
816 src_w, pe->left, pe->right,
924 pe.left, pe.right, true);
/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/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c154 * Intentionally allow some space to be left
409 LIST_HEAD(left);
418 * allocations between three different lists; one for left, middle and
431 list = &left;
473 drm_buddy_free_list(&mm, &left, 0);
504 * page left. Free the largest block, then whittle down again.
584 * page left.
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c326 int left = base_size - off; local
343 if (len <= left) {
355 left, 0, 0);
359 ret = solo_p2m_dma_t(solo_dev, 0, dma + left, base,
360 len - left, 0, 0);
/linux-master/drivers/media/i2c/
H A Dgc2145.c498 .left = 0,
515 .left = 240,
532 .left = 0,
686 sel->r.left = 0;
695 sel->r.left = 0;
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout.c226 crop->top + crop->left * ps;
384 posy = (timing->y_res - win->w.width) - win->w.left;
389 posx = (timing->x_res - win->w.width) - win->w.left;
395 posy = win->w.left;
400 posx = win->w.left;
/linux-master/drivers/hid/
H A Dhid-sony.c441 u8 left_motor_force; /* left (large) motor, supports force values from 0 to 255 */
499 u8 left; member in struct:sony_sc
1487 report->rumble.left_motor_force = sc->left;
1539 report->rumble = max(sc->right, sc->left);
1591 sc->left = effect->u.rumble.strong_magnitude / 256;
2191 sc->left = sc->right = 0;
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c647 /* growing and enough space left, no action needed */
1921 * @left: Byte expression for left boundary (start of range)
1945 * This function fills @left and @right with the byte values of the leftmost
1949 * left: < 12, 0, 10, 8, 0, 1, 0, 0 >
1952 * left: < 192, 168, 1, 0 >
1957 * rule 2 above: @left becomes < 192, 168, 1, 0 >, @right becomes
1964 int rule_count, u8 *left, u8 *right)
1967 u8 *l = left, *r = right;
2023 u8 left[NFT_PIPAPO_MAX_BYTE local
1963 pipapo_get_boundaries(struct nft_pipapo_field *f, int first_rule, int rule_count, u8 *left, u8 *right) argument
[all...]
/linux-master/tools/perf/util/
H A Dcallchain.c684 static enum match_result match_chain_strings(const char *left, argument
690 if (left && right)
691 cmp = strcmp(left, right);
692 else if (!left && right)
694 else if (left && !right)
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c257 .cropcap.bounds.left = minhdelayx1, \
265 .cropcap.defrect.left = hdelayx1, \
1812 max_left = b->left + b->width - width;
1814 if (c->rect.left > max_left)
1815 c->rect.left = max_left;
2264 b_left = b->left;
2274 c.rect.left = clamp_t(s32, sel->r.left, b_left, b_right - 48);
2275 c.rect.left = min(c.rect.left, (__s3
[all...]
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-comp.c364 csf_l = CFG_COMP(MT8183, ctx->param, subfrms[index].in.left);
367 csf_l = CFG_COMP(MT8195, ctx->param, subfrms[index].in.left);
509 csf_l = CFG_COMP(MT8183, ctx->param, subfrms[index].in.left);
512 csf_l = CFG_COMP(MT8195, ctx->param, subfrms[index].in.left);
521 reg = CFG_COMP(MT8183, ctx->param, subfrms[index].luma.left);
523 reg = CFG_COMP(MT8195, ctx->param, subfrms[index].luma.left);
550 reg = CFG_COMP(MT8183, ctx->param, subfrms[index].chroma.left);
552 reg = CFG_COMP(MT8195, ctx->param, subfrms[index].chroma.left);
629 csf_l = CFG_COMP(MT8183, ctx->param, subfrms[index].in.left);
632 csf_l = CFG_COMP(MT8195, ctx->param, subfrms[index].in.left);
[all...]
/linux-master/fs/ceph/
H A Dfile.c1090 size_t left; local
1204 left = 0;
1206 left = i_size - off;
1208 left = ret;
1209 while (left > 0) {
1212 plen = min_t(size_t, left, PAGE_SIZE - page_off);
1217 left -= copied;
1744 size_t left; local
1974 left = len;
1977 size_t plen = min_t(size_t, left, PAGE_SIZ
[all...]
/linux-master/net/ipv4/
H A Dtcp.c975 int left; local
981 * Use whatever is left in sk->sk_forward_alloc and tcp_wmem[0]
984 left = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_wmem[0]) - sk->sk_wmem_queued;
985 if (left > 0)
986 sk_forced_mem_schedule(sk, min(left, copy));
1670 size_t left; local
1676 left = len;
1677 while (left && (skb = tcp_recv_skb(sk, seq, &offset)) != NULL) {
1680 used = min_t(size_t, skb->len - offset, left);
1682 left
[all...]
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c62 * output image. Tiles are numbered row major from top left to bottom
100 u32 left; member in struct:ipu_image_tile
527 /* End before having to add more columns to the left / rows above */
599 * Tile left edges are required to be aligned to multiples of 8 bytes
661 * Fill in left position and width and for all tiles in an input column, and
680 in_tile->left = in_left;
687 out_tile->left = out_left;
696 * tiles are in a column, and output tile left position and width are set.
716 out_tile->left = out_top;
728 * top / left pixel
[all...]
/linux-master/fs/reiserfs/
H A Dfix_node.c15 * will shift to left/right neighbor, or to a new node, where new item
23 * have to have if we do not any shiftings, if we shift to left/right
192 * shifted to left neighbor
237 /* first item may be merge with last item in left neighbor */
367 * from - number of items, which are shifted to left neighbor entirely
370 * which are shifted to left neighbor
613 * lbytes number of bytes which flow to the left neighbor from the
649 * check if node disappears if we shift tb->lnum[0] items to left
660 * number of items that will be shifted to left (right) neighbor
727 * somewhere at the left sid
961 struct buffer_head *father, *left; local
[all...]
/linux-master/security/tomoyo/
H A Dcommon.c1253 const u8 left = condp->left; local
1257 switch (left) {
1279 const u8 left = condp->left; local
1287 switch (left) {
1319 tomoyo_condition_keyword[left]);
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c439 static int ctrl_cropl_min_get(struct pvr2_ctrl *cptr, int *left) argument
446 *left = cap->bounds.left;
450 static int ctrl_cropl_max_get(struct pvr2_ctrl *cptr, int *left) argument
457 *left = cap->bounds.left;
459 *left += cap->bounds.width - cptr->hdw->cropw_val;
498 bleftend = cap->bounds.left+cap->bounds.width;
528 *val = cap->bounds.left;
572 *val = cap->defrect.left;
[all...]
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1729 ctx->crop_rect.left = 0;
1760 base_rect.left = 0;
1766 r->left = round_down(r->left, 2);
1772 ctx->crop_rect.left = r->left;
1803 s->r.left = 0;
1811 s->r.left = ctx->crop_rect.left;
2370 exynos3250_jpeg_offset(jpeg->regs, ctx->crop_rect.left,
[all...]
/linux-master/sound/pci/
H A Dcmipci.c258 #define CM_PROINV 0x02 /* SBPro left/right channel switching */
278 #define CM_WAVEINL 0x08 /* digital wave rec. left chan */
290 #define CM_RAUXLEN 0x40 /* AUX left capture */
294 #define CM_VAUXLM 0x10 /* AUX left mute */
2048 int left, right, oleft, oright; local
2051 left = ucontrol->value.integer.value[0] & reg.mask;
2053 left = reg.mask - left;
2054 left <<= reg.left_shift;
2064 left |
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c116 cqd->left = be32_to_cpu(title->byte_cnt);
200 u32 cqcc, left; local
203 left = get_cqe_enhanced_num_mini_cqes(cqe);
208 if (unlikely(left > budget_rem))
214 for (i = 0; i < left; i++, cqd->mini_arr_idx++, cqcc++) {
221 rq->stats->cqe_compress_pkts += left;
223 return left;
236 cqe_count = min_t(u32, cqd->left, budget_rem);
250 cqd->left -= cqe_count;
2497 if (rq->cqd.left)
[all...]
/linux-master/sound/isa/wss/
H A Dwss_lib.c259 " 0x00: left input = 0x%02x "
269 " 0x02: GF1 left input = 0x%02x "
270 " 0x12: left line in = 0x%02x\n",
279 " 0x04: CD left input = 0x%02x "
289 " 0x06: left output = 0x%02x "
290 " 0x16: left MIC (PnP) = 0x%02x\n",
305 " 0x19: left line out = 0x%02x\n",
1959 unsigned short left, right; local
1965 left = ucontrol->value.enumerated.item[0] << 6;
1968 left
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dfarch.c645 * are no more RX and TX events left on any channel. */
2293 static bool efx_farch_filter_equal(const struct efx_farch_filter_spec *left, argument
2296 if (left->type != right->type ||
2297 memcmp(left->data, right->data, sizeof(left->data)))
2300 if (left->flags & EFX_FILTER_FLAG_TX &&
2301 left->dmaq_id != right->dmaq_id)
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c657 * are no more RX and TX events left on any channel. */
2224 static bool ef4_farch_filter_equal(const struct ef4_farch_filter_spec *left, argument
2227 if (left->type != right->type ||
2228 memcmp(left->data, right->data, sizeof(left->data)))
2231 if (left->flags & EF4_FILTER_FLAG_TX &&
2232 left->dmaq_id != right->dmaq_id)
/linux-master/drivers/video/fbdev/aty/
H A Daty128fb.c1035 u32 left, right, upper, lower, hslen, vslen, sync, vmode; local
1049 left = var->left_margin;
1096 h_total = (((xres + right + hslen + left) >> 3) - 1) & 0xFFFFL;
1224 u32 xres, yres, left, right, upper, lower, hslen, vslen, sync; local
1247 left = ((h_total - h_sync_strt - h_sync_wid) << 3) - h_sync_dly;
1265 var->left_margin = left;
/linux-master/sound/sparc/
H A Dcs4231.c1297 unsigned short left, right; local
1303 left = ucontrol->value.enumerated.item[0] << 6;
1308 left = (chip->image[CS4231_LEFT_INPUT] & ~CS4231_MIXS_ALL) | left;
1310 change = left != chip->image[CS4231_LEFT_INPUT] ||
1312 snd_cs4231_out(chip, CS4231_LEFT_INPUT, left);

Completed in 381 milliseconds

<<11121314151617181920>>