Searched refs:right (Results 151 - 175 of 283) sorted by relevance

1234567891011>>

/linux-master/scripts/kconfig/
H A Dsymbol.c145 range_sym = prop->expr->right.sym;
531 if (e->right.sym->visible != no)
532 e->right.sym->flags |= SYMBOL_DEF_USER;
625 val <= sym_get_range_val(prop->expr->right.sym, 10);
634 val <= sym_get_range_val(prop->expr->right.sym, 16);
1102 return sym_check_expr_deps(e->right.expr);
1114 return sym_check_deps(e->right.sym);
/linux-master/tools/perf/
H A Dbuiltin-kvm.c93 struct hist_entry *right);
107 struct hist_entry *right)
110 return -strcmp(left->kvm_info->name, right->kvm_info->name);
136 struct hist_entry *right) \
143 event_right = container_of(right, struct kvm_event, he); \
270 struct hist_entry *left, struct hist_entry *right)
276 per_right = ev_percent_time(right);
303 struct hist_entry *left, struct hist_entry *right)
309 per_right = ev_percent_count(right);
105 ev_name_cmp(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
269 ev_cmp_time_precent(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
302 ev_cmp_count_precent(struct perf_hpp_fmt *fmt __maybe_unused, struct hist_entry *left, struct hist_entry *right) argument
/linux-master/sound/isa/es1688/
H A Des1688_lib.c840 unsigned char left, right; local
849 right = snd_es1688_mixer_read(chip, right_reg);
851 right = snd_es1688_read(chip, right_reg);
853 right = left;
856 ucontrol->value.integer.value[1] = (right >> shift_right) & mask;
/linux-master/sound/drivers/vx/
H A Dvx_mixer.c89 * @right: right output level
91 static void vx_set_analog_output_level(struct vx_core *chip, int codec, int left, int right) argument
94 right = chip->hw->output_level_max - right;
98 chip->ops->akm_write(chip, XX_CODEC_LEVEL_RIGHT_REGISTER, right);
102 vx_set_codec_reg(chip, codec, XX_CODEC_LEVEL_RIGHT_REGISTER, right);
/linux-master/drivers/net/ethernet/sfc/
H A Dnet_driver.h695 const struct efx_link_state *right)
697 return left->up == right->up && left->fd == right->fd &&
698 left->fc == right->fc && left->speed == right->speed;
694 efx_link_state_equal(const struct efx_link_state *left, const struct efx_link_state *right) argument
H A Defx.c189 static bool efx_same_controller(struct efx_nic *left, struct efx_nic *right) argument
191 return left->type == right->type &&
192 left->vpd_sn && right->vpd_sn &&
193 !strcmp(left->vpd_sn, right->vpd_sn);
H A Drx_common.c660 const struct efx_filter_spec *right)
662 if ((left->match_flags ^ right->match_flags) |
663 ((left->flags ^ right->flags) &
667 return memcmp(&left->vport_id, &right->vport_id,
1016 /* Skip if existing or pending filter already does the right thing */
659 efx_filter_spec_equal(const struct efx_filter_spec *left, const struct efx_filter_spec *right) argument
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h653 const struct efx_link_state *right)
655 return left->up == right->up && left->fd == right->fd &&
656 left->fc == right->fc && left->speed == right->speed;
652 efx_link_state_equal(const struct efx_link_state *left, const struct efx_link_state *right) argument
H A Defx.c199 static bool efx_same_controller(struct efx_nic *left, struct efx_nic *right) argument
201 return left->type == right->type &&
202 left->vpd_sn && right->vpd_sn &&
203 !strcmp(left->vpd_sn, right->vpd_sn);
/linux-master/drivers/input/mouse/
H A Dcypress_ps2.c479 report_data->right = (header_byte & BTN_RIGHT_BIT) ? 1 : 0;
505 psmouse_dbg(psmouse, "right = %d\n", report_data->right);
552 input_report_key(input, BTN_RIGHT, report_data.right);
/linux-master/drivers/gpu/drm/gud/
H A Dgud_connector.c303 old_state->tv.margins.right != new_state->tv.margins.right ||
451 return &state->margins.right;
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_buddy_test.c235 LIST_HEAD(right);
243 * right. We can then free a list to simulate fragmentation. In
259 list = &right;
282 drm_buddy_free_list(&mm, &right);
289 * however they are never buddies (since we freed middle and right) so
/linux-master/drivers/input/tablet/
H A Daiptek.c283 int mouseButtonRight; /* mouse right btn delivers... */
419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; local
472 right = (data[1] & aiptek->curSetting.mouseButtonRight >> 2) != 0 ? 1 : 0;
477 input_report_key(inputdev, BTN_RIGHT, right);
603 right = (data[5] & aiptek->curSetting.mouseButtonRight) != 0 ? 1 : 0;
627 input_report_key(inputdev, BTN_RIGHT, right);
700 right = (data[1] & aiptek->curSetting.mouseButtonRight) != 0 ? 1 : 0;
1430 { "right", AIPTEK_MOUSE_RIGHT_BUTTON },
/linux-master/tools/perf/util/
H A Dmetricgroup.c1145 const struct metric *right = container_of(r, struct metric, nd); local
1155 right_count = hashmap__size(right->pctx->ids);
1157 if (!expr__get_id(right->pctx, perf_tool_event__to_str(i), &data))
1174 const struct metric *right = container_of(r, struct metric, nd); local
1175 int diff = strcmp(right->default_metricgroup_name, left->default_metricgroup_name);
1180 return strcmp(right->metric_name, left->metric_name);
/linux-master/arch/m68k/fpsp040/
H A Dscale.S164 | mantissa right until a zero exponent exists.
177 roxrl #1,%d2 |mantissa to the right
/linux-master/sound/pci/oxygen/
H A Dxonar_dg_mixer.c185 static int input_volume_apply(struct oxygen *chip, char left, char right) argument
191 data->cs4245_shadow[CS4245_PGA_B_CTRL] = right;
/linux-master/drivers/video/fbdev/kyro/
H A DSTG4000OverlayDevice.c319 u32 right, u32 bottom)
353 srcDest.ulDstX2 = right;
425 * lowest to the next lowest 128 bit boundary, and the right hand edge
427 * PMX1) as the left and right hand edges are aligned to these
494 * we must align the right hand edge to the next 32
503 * we must align the right hand edge to the next
317 SetOverlayViewPort(volatile STG4000REG __iomem *pSTGReg, u32 left, u32 top, u32 right, u32 bottom) argument
/linux-master/sound/soc/codecs/
H A Dcs4270.c267 * SND_SOC_DAIFMT_LEFT_J. The CS4270 codec also supports right-justified
439 int right = !ucontrol->value.integer.value[1]; local
442 (right ? CS4270_MUTE_DAC_B : 0);
H A Dcros_ec_codec.c149 int right = ucontrol->value.integer.value[1]; local
153 if (left > max_dmic_gain || right > max_dmic_gain)
156 dev_dbg(component->dev, "set mic gain to %u, %u\n", left, right);
168 p.set_gain_idx_param.gain = right;
/linux-master/fs/hfs/
H A Dhfs.h101 __be16 right; member in struct:hfs_rect
/linux-master/sound/pci/au88x0/
H A Dau88x0_xtalk.c558 vortex_XtalkHw_SetDelay(vortex_t * vortex, unsigned short right, argument
565 esp0 = (esp0 & 0xffffE0ff) | ((right & 0x1F) << 8);
595 vortex_XtalkHw_GetDelay(vortex_t * vortex, unsigned short *right,
601 *right = (esp0 >> 8) & 0x1f;
/linux-master/fs/ocfs2/
H A Dalloc.h309 struct ocfs2_path *right);
/linux-master/fs/hfsplus/
H A Dhfsplus_raw.h231 __be16 right; member in struct:hfsp_rect
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_gamepad.py125 r = uhdev.event(right=data)
156 """check for the right joystick reliability"""
161 """check for the right joystick reliability"""
166 """check for the right joystick reliability"""
171 """check for the right joystick reliability"""
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c350 int cur, left = 0, right = hyp_memblock_nr; local
358 while (left < right) {
359 cur = (left + right) >> 1;
363 right = cur;

Completed in 660 milliseconds

1234567891011>>