Searched refs:change (Results 101 - 125 of 329) sorted by relevance

1234567891011>>

/linux-master/drivers/input/keyboard/
H A Dbcm-keypad.c95 unsigned long state, change; local
105 change = kp->last_state[reg_num] ^ state;
108 for_each_set_bit(bit_nr, &change, BITS_PER_LONG) {
/linux-master/drivers/tty/
H A Dtty_buffer.c255 * Will change over to a new buffer if the current buffer is encoded as
267 bool change = !b->flags && flags; local
269 if (!change && left >= size)
275 return change ? 0 : left;
592 * tty_buffer_set_limit - change the tty buffer memory limit
593 * @port: tty port to change
/linux-master/sound/core/
H A Dcontrol_led.c309 bool change = false; local
324 change = true;
327 if (change)
/linux-master/sound/pci/ac97/
H A Dac97_codec.c262 * @reg: the register to change
267 * This function doesn't change the register cache unlike
269 * reflect the change to the suspend/resume state.
318 * @reg: the register to change
341 * @reg: the register to change
347 * Return: 1 if the value is changed, 0 if no change, or a negative
352 int change; local
357 change = ac97->regs[reg] != value;
358 if (change) {
364 return change;
384 int change; local
400 int change; local
416 int change; local
733 int change; local
810 int change; local
[all...]
/linux-master/sound/pci/
H A Dcmipci.c429 int toggle_on; /* value to change when ac3 mode */
1004 int i, change; local
1011 change = val != chip->dig_status;
1014 return change;
1078 int i, change; local
1085 change = val != chip->dig_pcm_status;
1088 return change;
2047 int change; local
2065 change = left != oleft;
2073 change |
2125 int change; local
2355 int change; local
2524 int change; local
2563 int change; local
[all...]
H A Dens1370.c147 #define ES_1371_PWR_INTRM (1<<12) /* power level change interrupts enable */
1329 int change; local
1336 change = ensoniq->spdif_default != val;
1338 if (change && ensoniq->playback1_substream == NULL &&
1342 return change;
1373 int change; local
1380 change = ensoniq->spdif_stream != val;
1382 if (change && (ensoniq->playback1_substream != NULL ||
1386 return change;
1411 int change; local
1477 int change; local
1680 int change; local
[all...]
/linux-master/sound/pci/rme9652/
H A Dhdspm.c1677 allowed if any substreams are open. This is because such a change
1735 "cannot change from %s speed to %s speed mode (capture PID = %d, playback PID = %d)\n",
2662 int change; local
2674 change = (hdspm_set_clock_source(hdspm, val) == 0) ? 1 : 0;
2676 change = 0;
2678 return change;
2988 int val, change = 0; local
3002 change = (0 == hdspm_set_pref_sync_ref(hdspm, val)) ? 1 : 0;
3005 return change;
3251 int change; local
3312 int change; local
3374 int change; local
3447 int change; local
3524 int change; local
3601 int change; local
3678 int change; local
3768 int change; local
[all...]
/linux-master/sound/i2c/other/
H A Dak4113.c235 int change; local
240 change = ucontrol->value.integer.value[0] != AK4113_IPS(old_val);
241 if (change)
246 return change;
351 /* Don't forget to change AK4113_CONTROLS define!!! */
570 /* rate change */
H A Dak4117.c203 int change; local
208 change = !!ucontrol->value.integer.value[0] != ((old_val & AK4117_IPS) ? 1 : 0);
209 if (change)
212 return change;
308 /* Don't forget to change AK4117_CONTROLS define!!! */
483 /* rate change */
/linux-master/net/sched/
H A Dem_ipset.c110 .change = em_ipset_change,
H A Dem_text.c132 .change = em_text_change,
H A Dem_canid.c207 .change = em_canid_change,
H A Dsch_plug.c212 .change = plug_change,
H A Dematch.c240 if (em->ops->change) {
244 err = em->ops->change(net, data, data_len, em);
248 /* ematch module doesn't provide an own change
/linux-master/arch/xtensa/include/asm/
H A Dbitops.h202 BIT_OPS(change, "xor", )
/linux-master/sound/soc/codecs/
H A Dwm9712.c226 bool change; local
239 change = old != wm9712->hp_mixer[mixer];
240 if (change) {
256 return change;
H A Dmadera.c550 unsigned int ep_sel, mux, change; local
563 change = snd_soc_component_test_bits(component, MADERA_OUTPUT_ENABLES_1,
566 if (!change)
577 /* change demux setting */
627 return change;
916 "Cannot change '%s' while in use by active audio paths\n",
1020 * the muxes are still off at this point and it's safe to change
1069 * safe to change rate domain
1083 "Cannot change '%s' while in use by active audio paths\n",
2181 dev_err(component->dev, "Can't change mod
3718 bool change, fll_change; local
4298 bool change; local
4379 bool change; local
[all...]
H A Dtas2781-i2c.c128 bool change, val = (bool)ucontrol->value.integer.value[0]; local
131 change = false;
133 change = true;
139 return change;
/linux-master/sound/soc/tegra/
H A Dtegra210_mvc.c201 bool change = false; local
222 &change);
224 if (change) {
240 if (change)
/linux-master/tools/testing/selftests/net/mptcp/
H A Dpm_netlink.sh83 ip -n "${ns1}" mptcp endpoint change "${addr}" "${flags}"
/linux-master/drivers/usb/core/
H A Dhub.h37 unsigned long event_bits[1]; /* status change bitmask */
39 status change */
139 u16 *status, u16 *change);
/linux-master/arch/mips/include/asm/txx9/
H A Dtx4938.h268 #define tx4938_ccfg_change(change, new) tx4927_ccfg_change(change, new)
/linux-master/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c284 * change. We do that now rather than later after we
486 if (vhub->ports[port].change)
508 /* Update change bits if needed */
512 /* Only these are relevant for change */
527 p->change = chg;
682 p->change |= USB_PORT_STAT_C_CONNECTION;
732 /* Clear state-change feature */
733 p->change &= ~(1u << (feat - 16));
751 chg = vhub->ports[port].change;
756 EPDBG(ep, " port status=%04x change
[all...]
/linux-master/sound/drivers/
H A Ddummy.c738 int change, addr = kcontrol->private_value; local
752 change = dummy->mixer_volume[addr][0] != left ||
757 return change;
786 int change, addr = kcontrol->private_value; local
792 change = dummy->capture_source[addr][0] != left &&
797 return change;
/linux-master/sound/pci/asihpi/
H A Dasihpi.c1264 /* pointer to ops struct is stored, dont change ops afterwards! */
1478 /* change = asihpi->mixer_volume[addr][0] != left ||
1591 int change; local
1599 /* change = asihpi->mixer_level[addr][0] != left ||
1602 change = 1;
1604 return change;
2188 int change; local
2193 change = 1;
2202 return change;
2274 int change; local
2369 int change; local
2420 int change; local
[all...]

Completed in 366 milliseconds

1234567891011>>