/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov772x.c | 523 .left = 140, 533 .left = 252, 1045 ret = regmap_write(priv->regmap, HSTART, win->rect.left >> 2); in ov772x_set_params() 1065 ((win->rect.left & 3) << HREF_HSTART_SHIFT) | in ov772x_set_params() 1147 sel->r.left = 0; in ov772x_get_selection()
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | synaptics.c | 359 * Resolution is left zero if touchpad does not support the query 798 hw->left = (buf[0] & 0x01) ? 1 : 0; in synaptics_parse_hw_state() 835 hw->left = priv->report_press; in synaptics_parse_hw_state() 843 hw->left = ((buf[0] ^ buf[3]) & 0x01) ? 1 : 0; in synaptics_parse_hw_state() 867 hw->left = (buf[0] & 0x01) ? 1 : 0; in synaptics_parse_hw_state() 972 input_report_key(dev, BTN_LEFT, hw->left); in synaptics_report_buttons() 1266 /* Clickpads report only left button */ in set_input_params() 1405 * We might have left a breadcrumb when trying to in synaptics_disconnect()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
H A D | hns_roce_mr.c | 891 int left; in hns_roce_mtr_find() local 918 left = mtt_max; in hns_roce_mtr_find() 919 while (left > 0) { in hns_roce_mtr_find() 927 npage = min(mtt_count, left); in hns_roce_mtr_find() 928 left -= npage; in hns_roce_mtr_find()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_rx.c | 396 int left, chan = 0; in hostap_rx_sta_beacon() local 407 left = skb->len - (pos - skb->data); in hostap_rx_sta_beacon() 409 while (left >= 2) { in hostap_rx_sta_beacon() 410 if (2 + pos[1] > left) in hostap_rx_sta_beacon() 434 left -= 2 + pos[1]; in hostap_rx_sta_beacon()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 222 %left '|' 223 %left '&' 224 %left T_EXPR_LSHIFT T_EXPR_RSHIFT 225 %left '+' '-' 226 %left '*' '/'
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | vlun.c | 197 pr_debug("%s: No space left on LUN: lun_id=%016llx\n", in ba_alloc() 332 * ba_space() - returns the amount of free space left in the block allocator 428 int left = nblks; in write_same16() local 443 while (left > 0) { in write_same16() 448 put_unaligned_be32(ws_limit < left ? ws_limit : left, in write_same16() 472 left -= ws_limit; in write_same16()
|
/kernel/linux/linux-5.10/sound/isa/es1688/ |
H A D | es1688_lib.c | 840 unsigned char left, right; in snd_es1688_get_double() local 844 left = snd_es1688_mixer_read(chip, left_reg); in snd_es1688_get_double() 846 left = snd_es1688_read(chip, left_reg); in snd_es1688_get_double() 853 right = left; in snd_es1688_get_double() 855 ucontrol->value.integer.value[0] = (left >> shift_left) & mask; in snd_es1688_get_double()
|
/kernel/linux/linux-5.10/sound/drivers/vx/ |
H A D | vx_mixer.c | 88 * @left: left output level, 0 = mute 91 static void vx_set_analog_output_level(struct vx_core *chip, int codec, int left, int right) in vx_set_analog_output_level() argument 93 left = chip->hw->output_level_max - left; in vx_set_analog_output_level() 97 chip->ops->akm_write(chip, XX_CODEC_LEVEL_LEFT_REGISTER, left); in vx_set_analog_output_level() 101 vx_set_codec_reg(chip, codec, XX_CODEC_LEVEL_LEFT_REGISTER, left); in vx_set_analog_output_level()
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | soundfont.c | 896 int left = 1, right = 127, mid; in calc_parm_search() local 897 while (left < right) { in calc_parm_search() 898 mid = (left + right) / 2; in calc_parm_search() 900 left = mid + 1; in calc_parm_search() 904 return left; in calc_parm_search()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-out.c | 645 sel->r.left = sel->r.top = 0; in vivid_vid_out_g_selection() 838 win->w.left = dev->overlay_out_left; in vidioc_g_fmt_vid_out_overlay() 856 win->w.left = clamp_t(int, win->w.left, in vidioc_try_fmt_vid_out_overlay() 881 dev->overlay_out_left = win->w.left; in vidioc_s_fmt_vid_out_overlay()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_mbox.c | 849 u16 left = msg_len; in send_mbox_to_func() local 871 if (left <= HINIC_MBOX_SEG_LEN) { in send_mbox_to_func() 873 header |= HINIC_MBOX_HEADER_SET(left, SEG_LEN); in send_mbox_to_func() 876 seg_len = left; in send_mbox_to_func() 887 left -= HINIC_MBOX_SEG_LEN; in send_mbox_to_func()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 221 %left '|' 222 %left '&' 223 %left T_EXPR_LSHIFT T_EXPR_RSHIFT 224 %left '+' '-' 225 %left '*' '/'
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | vlun.c | 197 pr_debug("%s: No space left on LUN: lun_id=%016llx\n", in ba_alloc() 332 * ba_space() - returns the amount of free space left in the block allocator 428 int left = nblks; in write_same16() local 443 while (left > 0) { in write_same16() 448 put_unaligned_be32(ws_limit < left ? ws_limit : left, in write_same16() 472 left -= ws_limit; in write_same16()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_mr.c | 804 int mtt_count, left; in hns_roce_mtr_find() local 833 left = mtt_max; in hns_roce_mtr_find() 834 while (left > 0) { in hns_roce_mtr_find() 842 npage = min(mtt_count, left); in hns_roce_mtr_find() 843 left -= npage; in hns_roce_mtr_find()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | imx296.c | 525 imx296_write(sensor, IMX296_FID0_ROIPH1, crop->left, &ret); in imx296_setup() 751 sel->r.left = 0; in imx296_get_selection() 779 rect.left = clamp(ALIGN(sel->r.left, 4), 0, in imx296_set_selection() 789 IMX296_PIXEL_ARRAY_WIDTH - rect.left); in imx296_set_selection()
|
H A D | ov772x.c | 526 .left = 140, 536 .left = 252, 1064 ret = regmap_write(priv->regmap, HSTART, win->rect.left >> 2); in ov772x_set_params() 1084 ((win->rect.left & 3) << HREF_HSTART_SHIFT) | in ov772x_set_params() 1168 sel->r.left = 0; in ov772x_get_selection()
|
H A D | ov9282.c | 384 .left = OV9282_PIXEL_ARRAY_LEFT, 407 .left = OV9282_PIXEL_ARRAY_LEFT, 426 .left = OV9282_PIXEL_ARRAY_LEFT, 933 sel->r.left = 0; in ov9282_get_selection() 942 sel->r.left = OV9282_PIXEL_ARRAY_LEFT; in ov9282_get_selection()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec.c | 380 s->r.left = 0; in vidioc_vdec_g_selection() 386 s->r.left = 0; in vidioc_vdec_g_selection() 394 s->r.left = 0; in vidioc_vdec_g_selection() 406 s->r.left = 0; in vidioc_vdec_g_selection() 426 s->r.left = 0; in vidioc_vdec_s_selection()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_rx.c | 396 int left, chan = 0; in hostap_rx_sta_beacon() local 407 left = skb->len - (pos - skb->data); in hostap_rx_sta_beacon() 409 while (left >= 2) { in hostap_rx_sta_beacon() 410 if (2 + pos[1] > left) in hostap_rx_sta_beacon() 434 left -= 2 + pos[1]; in hostap_rx_sta_beacon()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline_state.c | 916 * 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, in komeda_split_data_flow() 998 * both left/righ in komeda_split_data_flow() 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) komeda_build_layer_split_data_flow() argument [all...] |
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | synaptics.c | 361 * Resolution is left zero if touchpad does not support the query 800 hw->left = (buf[0] & 0x01) ? 1 : 0; in synaptics_parse_hw_state() 837 hw->left = priv->report_press; in synaptics_parse_hw_state() 845 hw->left = ((buf[0] ^ buf[3]) & 0x01) ? 1 : 0; in synaptics_parse_hw_state() 869 hw->left = (buf[0] & 0x01) ? 1 : 0; in synaptics_parse_hw_state() 974 input_report_key(dev, BTN_LEFT, hw->left); in synaptics_report_buttons() 1271 /* Clickpads report only left button */ in set_input_params() 1410 * We might have left a breadcrumb when trying to in synaptics_disconnect()
|
/kernel/linux/linux-6.6/sound/drivers/vx/ |
H A D | vx_mixer.c | 88 * @left: left output level, 0 = mute 91 static void vx_set_analog_output_level(struct vx_core *chip, int codec, int left, int right) in vx_set_analog_output_level() argument 93 left = chip->hw->output_level_max - left; in vx_set_analog_output_level() 97 chip->ops->akm_write(chip, XX_CODEC_LEVEL_LEFT_REGISTER, left); in vx_set_analog_output_level() 101 vx_set_codec_reg(chip, codec, XX_CODEC_LEVEL_LEFT_REGISTER, left); in vx_set_analog_output_level()
|
/kernel/linux/linux-6.6/sound/isa/es1688/ |
H A D | es1688_lib.c | 840 unsigned char left, right; in snd_es1688_get_double() local 844 left = snd_es1688_mixer_read(chip, left_reg); in snd_es1688_get_double() 846 left = snd_es1688_read(chip, left_reg); in snd_es1688_get_double() 853 right = left; in snd_es1688_get_double() 855 ucontrol->value.integer.value[0] = (left >> shift_left) & mask; in snd_es1688_get_double()
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | soundfont.c | 902 int left = 1, right = 127, mid; in calc_parm_search() local 903 while (left < right) { in calc_parm_search() 904 mid = (left + right) / 2; in calc_parm_search() 906 left = mid + 1; in calc_parm_search() 910 return left; in calc_parm_search()
|
/third_party/backends/backend/ |
H A D | canon630u-common.c | 1440 const int left, in CANON_set_scan_parameters() 1455 DBG (2, "left = %d, top = %d\n", left, top); in CANON_set_scan_parameters() 1459 if ((left < 0) || (right > CANON_MAX_WIDTH)) in CANON_set_scan_parameters() 1465 if (((right - left) < 10) || ((bottom - top) < 10)) in CANON_set_scan_parameters() 1480 scan->x1 = left; in CANON_set_scan_parameters() 1437 CANON_set_scan_parameters(CANON_Handle * scan, const int forceCal, const int gray, const int left, const int top, const int right, const int bottom, const int res, const int gain, const double gamma) CANON_set_scan_parameters() argument
|