Searched refs:left (Results 401 - 425 of 688) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/pci/cs46xx/
H A Ddsp_spos.c259 /* set left and right validity bits and
266 /* left and right validity bits */ (1 << 13) | (1 << 12);
1633 /* right and left validate bit */
1658 /* right and left validate bit */
1859 int cs46xx_dsp_set_dac_volume (struct snd_cs46xx * chip, u16 left, u16 right) argument
1869 cs46xx_dsp_scb_set_volume (chip,scb,left,right);
1876 cs46xx_dsp_scb_set_volume (chip,scb,left,right);
1880 ins->dac_volume_left = left;
1888 int cs46xx_dsp_set_iec958_volume (struct snd_cs46xx * chip, u16 left, u16 right) argument
1896 left,righ
[all...]
/linux-master/drivers/media/i2c/
H A Ds5k5baf.c845 r->left = v->left * n->width / d->width;
859 p->left, p->top);
864 r.left, r.top);
1421 sel->r.left = 0;
1444 s5k5baf_bound_range(&r->left, &r->width, width);
1485 sel->r.left = 0;
H A Dimx274.c1138 sel->r.left = 0;
1161 sel->r.left = 0;
1167 sel->r.left = 0;
1204 new_crop.left = min_t(u32,
1205 IMX274_ROUND(sel->r.left, h_step, 0),
1264 * height in set->r, we still need to set top-left
1268 sel->r.left = 0;
1288 h_start = imx274->crop.left + 12;
H A Dov772x.c524 .left = 140,
534 .left = 252,
1078 ret = regmap_write(priv->regmap, HSTART, win->rect.left >> 2);
1098 ((win->rect.left & 3) << HREF_HSTART_SHIFT) |
1182 sel->r.left = 0;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_tv.c1341 conn_state->tv.margins.left,
1556 xpos = conn_state->tv.margins.left;
1558 xsize -= (conn_state->tv.margins.left +
1865 old_state->tv.margins.left != new_state->tv.margins.left ||
1896 conn_state->tv.margins.left = 54;
1918 conn_state->tv.margins.left);
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1266 static unsigned int left = ~0; /* "matroxfb:left:xxxxx" */ variable
1837 if (left != ~0)
1838 vesafb_defined.left_margin = left;
2197 static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __initdata = { member in struct:__anon1384
2293 if (left == ~0)
2294 left = timmings[res].left;
2373 else if (!strncmp(this_opt, "left:", 5))
2374 left
[all...]
/linux-master/fs/
H A Dlocks.c1152 struct file_lock *left = NULL; local
1287 left = fl;
1331 if (right && left == right && !new_fl2)
1353 if (left == right) {
1357 left = new_fl2;
1359 locks_copy_lock(left, right);
1360 locks_insert_lock_ctx(&left->c, &fl->c.flc_list);
1365 if (left) {
1366 left->fl_end = request->fl_start - 1;
1367 locks_wake_up_blocks(&left
[all...]
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y221 %left '|'
222 %left '&'
223 %left T_EXPR_LSHIFT T_EXPR_RSHIFT
224 %left '+' '-'
225 %left '*' '/'
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.c849 u16 left = msg_len; local
871 if (left <= HINIC_MBOX_SEG_LEN) {
873 header |= HINIC_MBOX_HEADER_SET(left, SEG_LEN);
876 seg_len = left;
887 left -= HINIC_MBOX_SEG_LEN;
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c916 * So split splits the big source image to two half parts (left/right) and do
920 * pixels (overlap) to both side, after split the left/right will be:
921 * - left: [0, src_length/2 + overlap]
927 * - left: crop the right
928 * - right: crop the left
932 * <---------------------left->out_w ---------------->
933 * |--------------------------------|---right_crop-----| <- left after split
977 /* left/right here always means the left/right part of display image,
998 * both left/righ
1085 komeda_build_layer_split_data_flow(struct komeda_layer *left, struct komeda_plane_state *kplane_st, struct komeda_crtc_state *kcrtc_st, struct komeda_data_flow_cfg *dflow) argument
[all...]
/linux-master/drivers/input/mouse/
H A Dsynaptics.c361 * Resolution is left zero if touchpad does not support the query
800 hw->left = (buf[0] & 0x01) ? 1 : 0;
837 hw->left = priv->report_press;
845 hw->left = ((buf[0] ^ buf[3]) & 0x01) ? 1 : 0;
869 hw->left = (buf[0] & 0x01) ? 1 : 0;
974 input_report_key(dev, BTN_LEFT, hw->left);
1271 /* Clickpads report only left button */
1410 * We might have left a breadcrumb when trying to
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c642 sel->r.left = sel->r.top = 0;
835 win->w.left = dev->overlay_out_left;
853 win->w.left = clamp_t(int, win->w.left,
878 dev->overlay_out_left = win->w.left;
/linux-master/sound/synth/emux/
H A Dsoundfont.c935 int left = 1, right = 127, mid; local
936 while (left < right) {
937 mid = (left + right) / 2;
939 left = mid + 1;
943 return left;
/linux-master/lib/
H A Dmaple_tree.c142 struct ma_state *orig_l; /* Original left side of subtree */
144 struct ma_state *l; /* New left side of subtree */
1861 * end on a NULL entry, with the exception of the left-most leaf. The
2245 * @old_l: The encoded maple node to the left (previous node)
2262 * the node to the right. Checking the nodes to the right then the left at each
2308 * mast_ascend() - Ascend the original left and right maple states.
2311 * Ascend the original left and right sides. Set the offsets to point to the
2328 /* Set up the left side of things */
2359 * @left: The pointer which will have the left nod
2366 mas_mab_to_node(struct ma_state *mas, struct maple_big_node *b_node, struct maple_enode **left, struct maple_enode **right, struct maple_enode **middle, unsigned char *mid_split, unsigned long min) argument
2423 mas_set_split_parent(struct ma_state *mas, struct maple_enode *left, struct maple_enode *right, unsigned char *slot, unsigned char split) argument
2474 mast_set_split_parents(struct maple_subtree_state *mast, struct maple_enode *left, struct maple_enode *middle, struct maple_enode *right, unsigned char split, unsigned char mid_split) argument
2663 mast_cp_to_nodes(struct maple_subtree_state *mast, struct maple_enode *left, struct maple_enode *middle, struct maple_enode *right, unsigned char split, unsigned char mid_split) argument
2834 struct maple_enode *left = NULL, *middle = NULL, *right = NULL; local
3018 struct maple_node reuse, *newnode, *parent, *new_left, *left, *node; local
3245 mas_push_data(struct ma_state *mas, int height, struct maple_subtree_state *mast, bool left) argument
[all...]
/linux-master/drivers/atm/
H A Dnicstar.c2410 int left; local
2412 left = (int)*pos;
2415 if (!left--)
2417 if (!left--)
2421 if (!left--)
2425 if (!left--)
2429 if (!left--)
2433 if (!left--) {
2442 /* Now there's a 25.6 Mbps PHY driver this code isn't needed. I left it
2444 if (card->max_pcr == ATM_25_PCR && !left
[all...]
H A Deni.c870 printk(KERN_INFO "%d+%d RX left\n",eni_vcc->servicing,
1410 DPRINTK("%d TX left\n",eni_vcc->txing);
2089 int left,i; local
2091 left = *pos;
2092 if (!left)
2096 if (!--left)
2139 if (!--left)
2146 if (!--left) {
2154 if (--left) continue;
2170 if (--left) continu
[all...]
/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c51 * @left: Cache of free slot in exch array
64 u16 left; member in struct:fc_exch_pool
448 if (pool->left == FC_XID_UNKNOWN)
449 pool->left = index;
833 if (pool->left != FC_XID_UNKNOWN) {
834 if (!WARN_ON(fc_exch_ptr_get(pool, pool->left))) {
835 index = pool->left;
836 pool->left = FC_XID_UNKNOWN;
1963 pool->left = FC_XID_UNKNOWN;
2525 pool->left
[all...]
/linux-master/drivers/media/platform/ti/vpe/
H A Dvpe.c1755 q_data->c_rect.left = 0;
1854 if (s->r.top < 0 || s->r.left < 0) {
1855 vpe_err(ctx->dev, "negative values for top and left\n");
1856 s->r.top = s->r.left = 0;
1862 /* adjust left/top if cropping rectangle is out of bounds */
1863 if (s->r.left + s->r.width > pix->width)
1864 s->r.left = pix->width - s->r.width;
1925 s->r.left = 0;
1951 if ((q_data->c_rect.left == sel.r.left)
[all...]
/linux-master/tools/perf/util/
H A Dhist.c1097 hist_entry__fast__sym_diff(struct hist_entry *left, argument
1100 struct symbol *sym_l = left->ms.sym;
1104 return left->ip != right->ip;
1275 hist_entry__cmp(struct hist_entry *left, struct hist_entry *right) argument
1277 struct hists *hists = left->hists;
1286 cmp = fmt->cmp(fmt, left, right);
1295 hist_entry__collapse(struct hist_entry *left, struct hist_entry *right) argument
1297 struct hists *hists = left->hists;
1306 cmp = fmt->collapse(fmt, left, right);
/linux-master/sound/pci/
H A Dsonicvibes.c348 " 0x00: left input = 0x%02x 0x20: synth rate low = 0x%02x\n",
354 " 0x02: left AUX1 = 0x%02x 0x22: ADC clock = 0x%02x\n",
360 " 0x04: left CD = 0x%02x 0x24: ADC pll M = 0x%02x\n",
366 " 0x06: left line = 0x%02x 0x26: Synth pll M = 0x%02x\n",
378 " 0x0a: left synth = 0x%02x 0x2a: MPU401 = 0x%02x\n",
384 " 0x0c: left AUX2 = 0x%02x 0x2c: SRS space = 0x%02x\n",
390 " 0x0e: left analog = 0x%02x 0x2e: wave source = 0x%02x\n",
396 " 0x10: left PCM = 0x%02x 0x30: analog power = 0x%02x\n",
907 unsigned short left, right, oval1, oval2; local
913 left
[all...]
/linux-master/drivers/media/pci/ivtv/
H A Divtv-ioctl.c451 winfmt->w.top = winfmt->w.left = 0;
524 decoded video frame will always be placed in the top left corner of
853 sel->r.left = clamp_t(unsigned, sel->r.left, 0, r.width - sel->r.width);
861 sel->r.width, sel->r.height, sel->r.left, sel->r.top)) {
881 sel->r.top = sel->r.left = 0;
1145 itv->main_rect.left = 0;
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcfg.c622 int left; local
654 ielen = left = len - (6 + 1 + 8 + 2 + 2);
655 while (left >= 2) {
659 left -= 2;
660 if (elen > left) {
671 left -= elen;
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py263 left=None,
271 if left is not None:
272 self.left_state = left
999 r = uhdev.event(left=True)
1005 r = uhdev.event(left=False)
1086 left=btn_state,
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c103 long left; local
115 left = wait_event_interruptible_timeout(ar->event_wq,
121 if (left <= 0)
1165 long left; local
1183 left = wait_event_interruptible_timeout(
1187 if (left <= 0)
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c244 * be left unpopulated, otherwise the Producer and Consumer indices PIDX
1056 int left = (void *)tq->stat - pos; local
1058 if (likely(skb->len <= left)) {
1065 skb_copy_bits(skb, 0, pos, left);
1066 skb_copy_bits(skb, left, tq->desc, skb->len - left);
1067 pos = (void *)tq->desc + (skb->len - left);
1209 * need along with how many TX Descriptors will be left over after
1701 * have already been unmapped and are left unmapped, we mark them as
2156 * near future to continue where we left of
[all...]

Completed in 329 milliseconds

<<11121314151617181920>>