/linux-4.1.27/arch/avr32/boot/images/ |
D | Makefile | 31 OBJCOPYFLAGS_vmlinux.elf := --change-section-lma .text-0x80000000 \ 32 --change-section-lma __ex_table-0x80000000 \ 33 --change-section-lma .rodata-0x80000000 \ 34 --change-section-lma .data-0x80000000 \ 35 --change-section-lma .init-0x80000000 \ 36 --change-section-lma .bss-0x80000000 \ 37 --change-section-lma __param-0x80000000 \ 38 --change-section-lma __ksymtab-0x80000000 \ 39 --change-section-lma __ksymtab_gpl-0x80000000 \ 40 --change-section-lma __kcrctab-0x80000000 \ [all …]
|
/linux-4.1.27/sound/pci/ice1712/ |
D | wtm.c | 82 int id, idx, change; in stac9460_dac_mute_all() local 93 change = (new != old); in stac9460_dac_mute_all() 94 if (change) { in stac9460_dac_mute_all() 112 change = (new != old); in stac9460_dac_mute_all() 113 if (change) { in stac9460_dac_mute_all() 160 int change; in stac9460_dac_mute_put() local 167 change = (new != old); in stac9460_dac_mute_put() 168 if (change) { in stac9460_dac_mute_put() 181 change = (new != old); in stac9460_dac_mute_put() 182 if (change) { in stac9460_dac_mute_put() [all …]
|
D | prodigy192.c | 96 int change; in stac9460_dac_mute() local 99 change = (new != old); in stac9460_dac_mute() 100 if (change) in stac9460_dac_mute() 103 return change; in stac9460_dac_mute() 127 int idx, change; in stac9460_dac_mute_put() local 139 change = stac9460_dac_mute(ice, idx, ucontrol->value.integer.value[0]); in stac9460_dac_mute_put() 141 return change; in stac9460_dac_mute_put() 177 int change; in stac9460_dac_vol_put() local 186 change = (ovol != nvol); in stac9460_dac_vol_put() 187 if (change) { in stac9460_dac_vol_put() [all …]
|
D | aureon.c | 226 int change; in aureon_universe_inmux_put() local 233 change = (oval != nval); in aureon_universe_inmux_put() 234 if (change) { in aureon_universe_inmux_put() 239 return change; in aureon_universe_inmux_put() 390 int change; in aureon_ac97_vol_put() local 400 change = (ovol != nvol); in aureon_ac97_vol_put() 401 if (change) in aureon_ac97_vol_put() 406 return change; in aureon_ac97_vol_put() 431 int change; in aureon_ac97_mute_put() local 438 change = (ovol != nvol); in aureon_ac97_mute_put() [all …]
|
D | prodigy_hifi.c | 283 int change = 0; in ak4396_dac_vol_put() local 291 change = 1; in ak4396_dac_vol_put() 295 return change; in ak4396_dac_vol_put() 410 int i, idx, change = 0; in wm_dac_vol_put() local 419 change = 1; in wm_dac_vol_put() 423 return change; in wm_dac_vol_put() 460 int change = 0; in wm8766_vol_put() local 472 change = 1; in wm8766_vol_put() 476 return change; in wm8766_vol_put() 508 int ch, change = 0; in wm_master_vol_put() local [all …]
|
D | phase.c | 316 int change; in wm_pcm_mute_put() local 321 change = (nval != oval); in wm_pcm_mute_put() 322 if (change) in wm_pcm_mute_put() 326 return change; in wm_pcm_mute_put() 359 int ch, change = 0; in wm_master_vol_put() local 374 change = 1; in wm_master_vol_put() 378 return change; in wm_master_vol_put() 510 int change = 0; in wm_vol_put() local 526 change = 1; in wm_vol_put() 530 return change; in wm_vol_put() [all …]
|
D | pontis.c | 143 int i, idx, change = 0; in wm_dac_vol_put() local 154 change = 1; in wm_dac_vol_put() 158 return change; in wm_dac_vol_put() 198 int i, idx, change = 0; in wm_adc_vol_put() local 208 change = 1; in wm_adc_vol_put() 212 return change; in wm_adc_vol_put() 236 int change; in wm_adc_mux_put() local 244 change = nval != oval; in wm_adc_mux_put() 245 if (change) { in wm_adc_mux_put() 249 return change; in wm_adc_mux_put() [all …]
|
D | ews.c | 274 int change; in ews88_spdif_default_put() local 278 change = ice->spdif.cs8403_bits != val; in ews88_spdif_default_put() 280 if (change && ice->playback_pro_substream == NULL) { in ews88_spdif_default_put() 286 return change; in ews88_spdif_default_put() 297 int change; in ews88_spdif_stream_put() local 301 change = ice->spdif.cs8403_stream_bits != val; in ews88_spdif_stream_put() 303 if (change && ice->playback_pro_substream != NULL) { in ews88_spdif_stream_put() 309 return change; in ews88_spdif_stream_put() 324 int change; in ews88_setup_spdif() local 336 change = ice->spdif.cs8403_stream_bits != tmp; in ews88_setup_spdif() [all …]
|
D | delta.c | 219 int change; in delta_spdif_default_put() local 223 change = ice->spdif.cs8403_bits != val; in delta_spdif_default_put() 225 if (change && ice->playback_pro_substream == NULL) { in delta_spdif_default_put() 231 return change; in delta_spdif_default_put() 242 int change; in delta_spdif_stream_put() local 246 change = ice->spdif.cs8403_stream_bits != val; in delta_spdif_stream_put() 248 if (change && ice->playback_pro_substream != NULL) { in delta_spdif_stream_put() 254 return change; in delta_spdif_stream_put() 398 int change; in delta_setup_spdif() local 410 change = ice->spdif.cs8403_stream_bits != tmp; in delta_setup_spdif() [all …]
|
D | ice1712.c | 1323 unsigned int nval, change; in snd_ice1712_pro_mixer_switch_put() local 1329 change = nval != ice->pro_volumes[priv_idx]; in snd_ice1712_pro_mixer_switch_put() 1333 return change; in snd_ice1712_pro_mixer_switch_put() 1365 unsigned int nval, change; in snd_ice1712_pro_mixer_volume_put() local 1371 change = nval != ice->pro_volumes[priv_idx]; in snd_ice1712_pro_mixer_volume_put() 1375 return change; in snd_ice1712_pro_mixer_volume_put() 1859 int change = 0; in snd_ice1712_pro_internal_clock_put() local 1871 change = inb(ICEMT(ice, RATE)) != oval; in snd_ice1712_pro_internal_clock_put() 1878 return change; in snd_ice1712_pro_internal_clock_put() 1937 int change = 0; in snd_ice1712_pro_internal_clock_default_put() local [all …]
|
/linux-4.1.27/sound/soc/ |
D | soc-io.c | 66 unsigned int mask, unsigned int val, bool *change) in snd_soc_component_update_bits_legacy() argument 81 *change = old != new; in snd_soc_component_update_bits_legacy() 82 if (*change) in snd_soc_component_update_bits_legacy() 104 bool change; in snd_soc_component_update_bits() local 109 val, &change); in snd_soc_component_update_bits() 112 mask, val, &change); in snd_soc_component_update_bits() 116 return change; in snd_soc_component_update_bits() 140 bool change; in snd_soc_component_update_bits_async() local 145 mask, val, &change); in snd_soc_component_update_bits_async() 148 mask, val, &change); in snd_soc_component_update_bits_async() [all …]
|
/linux-4.1.27/sound/ppc/ |
D | daca.c | 111 int change; in daca_put_deemphasis() local 115 change = mix->deemphasis != ucontrol->value.integer.value[0]; in daca_put_deemphasis() 116 if (change) { in daca_put_deemphasis() 120 return change; in daca_put_deemphasis() 152 int change; in daca_put_volume() local 160 change = mix->left_vol != vol[0] || in daca_put_volume() 162 if (change) { in daca_put_volume() 167 return change; in daca_put_volume() 189 int change; in daca_put_amp() local 193 change = mix->amp_on != ucontrol->value.integer.value[0]; in daca_put_amp() [all …]
|
D | tumbler.c | 283 int change; in tumbler_put_master_volume() local 290 change = mix->master_vol[0] != vol[0] || in tumbler_put_master_volume() 292 if (change) { in tumbler_put_master_volume() 297 return change; in tumbler_put_master_volume() 317 int change; in tumbler_put_master_switch() local 319 change = mix->master_switch[0] != ucontrol->value.integer.value[0] || in tumbler_put_master_switch() 321 if (change) { in tumbler_put_master_switch() 326 return change; in tumbler_put_master_switch() 431 int change; in tumbler_put_drc_value() local 443 change = mix->drc_range != val; in tumbler_put_drc_value() [all …]
|
/linux-4.1.27/drivers/watchdog/ |
D | ar7_wdt.c | 64 u32 change; member 117 WRITE_REG(ar7_wdt->change, value); in ar7_wdt_change() 142 u32 change; in ar7_wdt_update_margin() local 146 change = new_margin * (vbus_rate / prescale_value); in ar7_wdt_update_margin() 147 if (change < 1) in ar7_wdt_update_margin() 148 change = 1; in ar7_wdt_update_margin() 149 if (change > 0xffff) in ar7_wdt_update_margin() 150 change = 0xffff; in ar7_wdt_update_margin() 151 ar7_wdt_change(change); in ar7_wdt_update_margin() 152 margin = change * prescale_value / vbus_rate; in ar7_wdt_update_margin() [all …]
|
/linux-4.1.27/sound/i2c/ |
D | tea6330t.c | 112 int change, count, err; in snd_tea6330t_put_master_volume() local 119 change = val1 != tea->mleft || val2 != tea->mright; in snd_tea6330t_put_master_volume() 134 change = err; in snd_tea6330t_put_master_volume() 137 return change; in snd_tea6330t_put_master_volume() 163 int change, err; in snd_tea6330t_put_master_switch() local 172 change = val1 != oval1 || val2 != oval2; in snd_tea6330t_put_master_switch() 179 change = err; in snd_tea6330t_put_master_switch() 181 return change; in snd_tea6330t_put_master_switch() 214 int change, err; in snd_tea6330t_put_bass() local 222 change = tea->regs[TEA6330T_SADDR_BASS] != val1; in snd_tea6330t_put_bass() [all …]
|
D | cs8427.c | 447 int err, change; in snd_cs8427_spdif_put() local 450 change = memcmp(ucontrol->value.iec958.status, status, 24) != 0; in snd_cs8427_spdif_put() 452 if (change && (kcontrol->private_value ? in snd_cs8427_spdif_put() 456 change = err; in snd_cs8427_spdif_put() 459 return change; in snd_cs8427_spdif_put()
|
/linux-4.1.27/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 63 unsigned long change; in testcase() local 71 change = random() % SIZE; in testcase() 72 s2[change] = random() & 0xff; in testcase() 81 unsigned long change; in testcase() local 90 change = random() % SIZE; in testcase() 91 s2[change] = random() & 0xff; in testcase()
|
/linux-4.1.27/Documentation/extcon/ |
D | porting-android-switch-class | 18 @name: no change 19 @dev: no change 21 @state: no change 24 @print_name: no change but type change (switch_dev->extcon_dev) 25 @print_state: no change but type change (switch_dev->extcon_dev) 29 : type change (sdev->edev) 34 : no change but type change (sdev->edev) 37 : no change but type change (sdev->edev) and (return: int->u32) 40 : no change but type change (sdev->edev) and (state: int->u32)
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emumixer.c | 711 int change = 0; in snd_emu1010_internal_clock_put() local 717 change = (emu->emu1010.internal_clock != val); in snd_emu1010_internal_clock_put() 718 if (change) { in snd_emu1010_internal_clock_put() 795 return change; in snd_emu1010_internal_clock_put() 834 int change = 0; in snd_emu1010_optical_out_put() local 840 change = (emu->emu1010.optical_out != val); in snd_emu1010_optical_out_put() 841 if (change) { in snd_emu1010_optical_out_put() 847 return change; in snd_emu1010_optical_out_put() 885 int change = 0; in snd_emu1010_optical_in_put() local 891 change = (emu->emu1010.optical_in != val); in snd_emu1010_optical_in_put() [all …]
|
D | p16v.c | 774 int change = 0; in snd_p16v_capture_source_put() local 781 change = (emu->p16v_capture_source != val); in snd_p16v_capture_source_put() 782 if (change) { in snd_p16v_capture_source_put() 788 return change; in snd_p16v_capture_source_put() 813 int change = 0; in snd_p16v_capture_channel_put() local 819 change = (emu->p16v_capture_channel != val); in snd_p16v_capture_channel_put() 820 if (change) { in snd_p16v_capture_channel_put() 825 return change; in snd_p16v_capture_channel_put()
|
/linux-4.1.27/sound/isa/sb/ |
D | sb_mixer.c | 94 int change; in snd_sbmixer_put_single() local 101 change = val != oval; in snd_sbmixer_put_single() 102 if (change) in snd_sbmixer_put_single() 105 return change; in snd_sbmixer_put_single() 152 int change; in snd_sbmixer_put_double() local 161 change = left != oleft; in snd_sbmixer_put_double() 162 if (change) in snd_sbmixer_put_double() 169 change = left != oleft || right != oright; in snd_sbmixer_put_double() 170 if (change) { in snd_sbmixer_put_double() 176 return change; in snd_sbmixer_put_double() [all …]
|
D | emu8000.c | 854 int change; in mixer_bass_treble_put() local 860 change = val1 != emu->treble_level; in mixer_bass_treble_put() 863 change = val1 != emu->bass_level; in mixer_bass_treble_put() 868 return change; in mixer_bass_treble_put() 915 int change; in mixer_chorus_reverb_put() local 921 change = val1 != emu->chorus_mode; in mixer_chorus_reverb_put() 925 change = val1 != emu->reverb_mode; in mixer_chorus_reverb_put() 929 if (change) { in mixer_chorus_reverb_put() 935 return change; in mixer_chorus_reverb_put() 982 int change; in mixer_fm_depth_put() local [all …]
|
D | sb16_csp.c | 978 int change; in snd_sb_qsound_switch_put() local 983 change = p->q_enabled != nval; in snd_sb_qsound_switch_put() 986 return change; in snd_sb_qsound_switch_put() 1014 int change; in snd_sb_qsound_space_put() local 1024 change = p->qpos_left != nval1 || p->qpos_right != nval2; in snd_sb_qsound_space_put() 1027 p->qpos_changed = change; in snd_sb_qsound_space_put() 1029 return change; in snd_sb_qsound_space_put()
|
/linux-4.1.27/arch/um/os-Linux/drivers/ |
D | ethertap_user.c | 39 struct addr_change change; in etap_change() local 43 change.what = op; in etap_change() 44 memcpy(change.addr, addr, sizeof(change.addr)); in etap_change() 45 memcpy(change.netmask, netmask, sizeof(change.netmask)); in etap_change() 46 CATCH_EINTR(n = write(fd, &change, sizeof(change))); in etap_change() 47 if (n != sizeof(change)) { in etap_change()
|
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-dsp.c | 164 bool change; in sst_dsp_shim_update_bits_unlocked() local 173 change = (old != new); in sst_dsp_shim_update_bits_unlocked() 174 if (change) in sst_dsp_shim_update_bits_unlocked() 177 return change; in sst_dsp_shim_update_bits_unlocked() 184 bool change; in sst_dsp_shim_update_bits64_unlocked() local 191 change = (old != new); in sst_dsp_shim_update_bits64_unlocked() 192 if (change) in sst_dsp_shim_update_bits64_unlocked() 195 return change; in sst_dsp_shim_update_bits64_unlocked() 203 bool change; in sst_dsp_shim_update_bits() local 206 change = sst_dsp_shim_update_bits_unlocked(sst, offset, mask, value); in sst_dsp_shim_update_bits() [all …]
|
/linux-4.1.27/sound/pci/ca0106/ |
D | ca0106_mixer.c | 174 int change = 0; in snd_ca0106_shared_spdif_put() local 177 change = (emu->spdif_enable != val); in snd_ca0106_shared_spdif_put() 178 if (change) { in snd_ca0106_shared_spdif_put() 182 return change; in snd_ca0106_shared_spdif_put() 209 int change = 0; in snd_ca0106_capture_source_put() local 214 change = (emu->capture_source != val); in snd_ca0106_capture_source_put() 215 if (change) { in snd_ca0106_capture_source_put() 219 return change; in snd_ca0106_capture_source_put() 246 int change = 0; in snd_ca0106_i2c_capture_source_put() local 254 change = (emu->i2c_capture_source != source_id); in snd_ca0106_i2c_capture_source_put() [all …]
|
/linux-4.1.27/sound/isa/msnd/ |
D | msnd_pinnacle_mixer.c | 88 int change; in snd_msndmix_set_mux() local 107 change = newrecsrc != chip->recsrc; in snd_msndmix_set_mux() 108 if (change) { in snd_msndmix_set_mux() 109 change = 0; in snd_msndmix_set_mux() 113 change = 1; in snd_msndmix_set_mux() 116 return change; in snd_msndmix_set_mux() 259 int change, addr = kcontrol->private_value; in snd_msndmix_volume_put() local 266 change = msnd->left_levels[addr] != left in snd_msndmix_volume_put() 270 return change; in snd_msndmix_volume_put()
|
/linux-4.1.27/fs/gfs2/ |
D | inode.h | 62 static inline void gfs2_add_inode_blocks(struct inode *inode, s64 change) in gfs2_add_inode_blocks() argument 64 gfs2_assert(GFS2_SB(inode), (change >= 0 || inode->i_blocks > -change)); in gfs2_add_inode_blocks() 65 change *= (GFS2_SB(inode)->sd_sb.sb_bsize/GFS2_BASIC_BLOCK); in gfs2_add_inode_blocks() 66 inode->i_blocks += change; in gfs2_add_inode_blocks()
|
D | quota.h | 29 extern void gfs2_quota_change(struct gfs2_inode *ip, s64 change,
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | rh.c | 109 port->change |= USB_PORT_STAT_C_RESET; in wusbhc_rh_port_reset() 118 port->change |= USB_PORT_STAT_C_RESET | USB_PORT_STAT_C_ENABLE; in wusbhc_rh_port_reset() 155 if (wusb_port_by_idx(wusbhc, cnt)->change) { in wusbhc_rh_status_data() 306 wusb_port_by_idx(wusbhc, port_idx)->change &= ~USB_PORT_STAT_C_RESET; in wusbhc_rh_clear_port_feat() 309 wusb_port_by_idx(wusbhc, port_idx)->change &= ~USB_PORT_STAT_C_CONNECTION; in wusbhc_rh_clear_port_feat() 315 wusb_port_by_idx(wusbhc, port_idx)->change &= ~USB_PORT_STAT_C_ENABLE; in wusbhc_rh_clear_port_feat() 349 buf[1] = cpu_to_le16(wusb_port_by_idx(wusbhc, port_idx)->change); in wusbhc_rh_get_port_status()
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_mixer.c | 58 int change; in snd_gf1_put_single() local 68 change = nval != oval; in snd_gf1_put_single() 72 return change; in snd_gf1_put_single() 111 int change; in snd_ics_put_double() local 119 change = val1 != oval1 || val2 != oval2; in snd_ics_put_double() 138 return change; in snd_ics_put_double()
|
D | gus_main.c | 73 int change; in snd_gus_joystick_put() local 78 change = gus->joystick_dac != nval; in snd_gus_joystick_put() 82 return change; in snd_gus_joystick_put()
|
/linux-4.1.27/arch/mips/kvm/ |
D | trap_emul.c | 543 unsigned int cur, change; in kvm_trap_emul_set_one_reg() local 577 change = (cur ^ v) & kvm_mips_config1_wrmask(vcpu); in kvm_trap_emul_set_one_reg() 578 if (change) { in kvm_trap_emul_set_one_reg() 579 v = cur ^ change; in kvm_trap_emul_set_one_reg() 588 change = (cur ^ v) & kvm_mips_config3_wrmask(vcpu); in kvm_trap_emul_set_one_reg() 589 if (change) { in kvm_trap_emul_set_one_reg() 590 v = cur ^ change; in kvm_trap_emul_set_one_reg() 596 change = (cur ^ v) & kvm_mips_config4_wrmask(vcpu); in kvm_trap_emul_set_one_reg() 597 if (change) { in kvm_trap_emul_set_one_reg() 598 v = cur ^ change; in kvm_trap_emul_set_one_reg() [all …]
|
D | emulate.c | 1113 unsigned int old_val, val, change; in kvm_mips_emulate_CP0() local 1117 change = val ^ old_val; in kvm_mips_emulate_CP0() 1146 if (change & ST0_FR) in kvm_mips_emulate_CP0() 1157 if (change & ST0_CU1 && !(val & ST0_FR) && in kvm_mips_emulate_CP0() 1168 if (change & ST0_CU1 && in kvm_mips_emulate_CP0() 1185 unsigned int old_val, val, change, wrmask; in kvm_mips_emulate_CP0() local 1192 change = (val ^ old_val) & wrmask; in kvm_mips_emulate_CP0() 1193 val = old_val ^ change; in kvm_mips_emulate_CP0() 1203 if (change & MIPS_CONF5_FRE && in kvm_mips_emulate_CP0() 1213 if (change & MIPS_CONF5_MSAEN && in kvm_mips_emulate_CP0()
|
/linux-4.1.27/sound/isa/cs423x/ |
D | cs4236_lib.c | 444 int change; in snd_cs4236_put_single() local 453 change = val != chip->eimage[CS4236_REG(reg)]; in snd_cs4236_put_single() 456 return change; in snd_cs4236_put_single() 490 int change; in snd_cs4236_put_singlec() local 499 change = val != chip->cimage[reg]; in snd_cs4236_put_singlec() 502 return change; in snd_cs4236_put_singlec() 564 int change; in snd_cs4236_put_double() local 579 …change = val1 != chip->eimage[CS4236_REG(left_reg)] || val2 != chip->eimage[CS4236_REG(right_reg)]; in snd_cs4236_put_double() 584 change = val1 != chip->eimage[CS4236_REG(left_reg)]; in snd_cs4236_put_double() 588 return change; in snd_cs4236_put_double() [all …]
|
/linux-4.1.27/include/linux/ |
D | tty_flip.h | 20 int change; in tty_insert_flip_char() local 22 change = (tb->flags & TTYB_NORMAL) && (flag != TTY_NORMAL); in tty_insert_flip_char() 23 if (!change && tb->used < tb->size) { in tty_insert_flip_char()
|
D | rtnetlink.h | 19 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned change, gfp_t flags); 21 unsigned change, gfp_t flags);
|
D | regmap.h | 431 bool *change); 434 bool *change); 657 bool *change) in regmap_update_bits_check() argument 667 bool *change) in regmap_update_bits_check_async() argument
|
D | cdrom.h | 155 __u8 change : 1; member 157 __u8 change : 1;
|
D | amigaffs.h | 89 struct affs_date change; member
|
/linux-4.1.27/sound/pci/ |
D | ak4531_codec.c | 116 int change; in snd_ak4531_put_single() local 126 change = val != ak4531->regs[reg]; in snd_ak4531_put_single() 129 return change; in snd_ak4531_put_single() 190 int change; in snd_ak4531_put_double() local 204 change = left != ak4531->regs[left_reg]; in snd_ak4531_put_double() 209 change = left != ak4531->regs[left_reg] || right != ak4531->regs[right_reg]; in snd_ak4531_put_double() 214 return change; in snd_ak4531_put_double() 256 int change; in snd_ak4531_put_input_sw() local 266 change = val1 != ak4531->regs[reg1] || val2 != ak4531->regs[reg2]; in snd_ak4531_put_input_sw() 270 return change; in snd_ak4531_put_input_sw()
|
D | rme96.c | 1880 int change; in snd_rme96_put_loopback_control() local 1885 change = val != rme96->wcreg; in snd_rme96_put_loopback_control() 1889 return change; in snd_rme96_put_loopback_control() 1972 int change, items = 3; in snd_rme96_put_inputtype_control() local 2003 change = (int)val != snd_rme96_getinputtype(rme96); in snd_rme96_put_inputtype_control() 2006 return change; in snd_rme96_put_inputtype_control() 2031 int change; in snd_rme96_put_clockmode_control() local 2035 change = (int)val != snd_rme96_getclockmode(rme96); in snd_rme96_put_clockmode_control() 2038 return change; in snd_rme96_put_clockmode_control() 2065 int change; in snd_rme96_put_attenuation_control() local [all …]
|
D | rme32.c | 1589 int change; in snd_rme32_put_loopback_control() local 1594 change = val != rme32->wcreg; in snd_rme32_put_loopback_control() 1602 return change; in snd_rme32_put_loopback_control() 1664 int change, items = 3; in snd_rme32_put_inputtype_control() local 1681 change = val != (unsigned int)snd_rme32_getinputtype(rme32); in snd_rme32_put_inputtype_control() 1684 return change; in snd_rme32_put_inputtype_control() 1715 int change; in snd_rme32_put_clockmode_control() local 1719 change = val != (unsigned int)snd_rme32_getclockmode(rme32); in snd_rme32_put_clockmode_control() 1722 return change; in snd_rme32_put_clockmode_control() 1767 int change; in snd_rme32_control_spdif_put() local [all …]
|
D | cmipci.c | 1035 int i, change; in snd_cmipci_spdif_default_put() local 1042 change = val != chip->dig_status; in snd_cmipci_spdif_default_put() 1045 return change; in snd_cmipci_spdif_default_put() 1109 int i, change; in snd_cmipci_spdif_stream_put() local 1116 change = val != chip->dig_pcm_status; in snd_cmipci_spdif_stream_put() 1119 return change; in snd_cmipci_spdif_stream_put() 2076 int change; in snd_cmipci_put_volume() local 2094 change = left != oleft; in snd_cmipci_put_volume() 2102 change |= right != oright; in snd_cmipci_put_volume() 2107 return change; in snd_cmipci_put_volume() [all …]
|
D | ens1370.c | 1371 int change; in snd_ens1373_spdif_default_put() local 1378 change = ensoniq->spdif_default != val; in snd_ens1373_spdif_default_put() 1380 if (change && ensoniq->playback1_substream == NULL && in snd_ens1373_spdif_default_put() 1384 return change; in snd_ens1373_spdif_default_put() 1415 int change; in snd_ens1373_spdif_stream_put() local 1422 change = ensoniq->spdif_stream != val; in snd_ens1373_spdif_stream_put() 1424 if (change && (ensoniq->playback1_substream != NULL || in snd_ens1373_spdif_stream_put() 1428 return change; in snd_ens1373_spdif_stream_put() 1453 int change; in snd_es1371_spdif_put() local 1458 change = (ensoniq->ctrl & ES_1373_SPDIF_THRU) != nval1; in snd_es1371_spdif_put() [all …]
|
D | es1938.c | 1090 int change; in snd_es1938_put_spatializer_enable() local 1093 change = nval != oval; in snd_es1938_put_spatializer_enable() 1094 if (change) { in snd_es1938_put_spatializer_enable() 1098 return change; in snd_es1938_put_spatializer_enable() 1280 int change; in snd_es1938_put_double() local 1294 change = 0; in snd_es1938_put_double() 1296 change = 1; in snd_es1938_put_double() 1298 change = 1; in snd_es1938_put_double() 1300 change = (snd_es1938_reg_bits(chip, left_reg, mask1 | mask2, in snd_es1938_put_double() 1303 return change; in snd_es1938_put_double()
|
D | sonicvibes.c | 939 int change; in snd_sonicvibes_put_mux() local 951 change = left != oval1 || right != oval2; in snd_sonicvibes_put_mux() 955 return change; in snd_sonicvibes_put_mux() 998 int change; in snd_sonicvibes_put_single() local 1008 change = val != oval; in snd_sonicvibes_put_single() 1011 return change; in snd_sonicvibes_put_single() 1061 int change; in snd_sonicvibes_put_double() local 1077 change = val1 != oval1 || val2 != oval2; in snd_sonicvibes_put_double() 1081 return change; in snd_sonicvibes_put_double()
|
/linux-4.1.27/sound/pci/rme9652/ |
D | rme9652.c | 828 int change; in snd_rme9652_control_spdif_put() local 833 change = val != rme9652->creg_spdif; in snd_rme9652_control_spdif_put() 836 return change; in snd_rme9652_control_spdif_put() 857 int change; in snd_rme9652_control_spdif_stream_put() local 862 change = val != rme9652->creg_spdif_stream; in snd_rme9652_control_spdif_stream_put() 867 return change; in snd_rme9652_control_spdif_stream_put() 941 int change; in snd_rme9652_put_adat1_in() local 948 change = val != rme9652_adat1_in(rme9652); in snd_rme9652_put_adat1_in() 949 if (change) in snd_rme9652_put_adat1_in() 952 return change; in snd_rme9652_put_adat1_in() [all …]
|
D | hdsp.c | 1601 int change; in snd_hdsp_control_spdif_put() local 1606 change = val != hdsp->creg_spdif; in snd_hdsp_control_spdif_put() 1609 return change; in snd_hdsp_control_spdif_put() 1630 int change; in snd_hdsp_control_spdif_stream_put() local 1635 change = val != hdsp->creg_spdif_stream; in snd_hdsp_control_spdif_stream_put() 1640 return change; in snd_hdsp_control_spdif_stream_put() 1699 int change; in snd_hdsp_put_spdif_in() local 1706 change = val != hdsp_spdif_in(hdsp); in snd_hdsp_put_spdif_in() 1707 if (change) in snd_hdsp_put_spdif_in() 1710 return change; in snd_hdsp_put_spdif_in() [all …]
|
D | hdspm.c | 2667 int change; in snd_hdspm_put_clock_source() local 2679 change = (hdspm_set_clock_source(hdspm, val) == 0) ? 1 : 0; in snd_hdspm_put_clock_source() 2681 change = 0; in snd_hdspm_put_clock_source() 2683 return change; in snd_hdspm_put_clock_source() 2993 int val, change = 0; in snd_hdspm_put_pref_sync_ref() local 3007 change = (0 == hdspm_set_pref_sync_ref(hdspm, val)) ? 1 : 0; in snd_hdspm_put_pref_sync_ref() 3010 return change; in snd_hdspm_put_pref_sync_ref() 3256 int change; in snd_hdspm_put_toggle_setting() local 3263 change = (int) val != hdspm_toggle_setting(hdspm, regmask); in snd_hdspm_put_toggle_setting() 3266 return change; in snd_hdspm_put_toggle_setting() [all …]
|
/linux-4.1.27/net/sched/ |
D | sch_fifo.c | 105 .change = fifo_init, 120 .change = fifo_init, 135 .change = fifo_init, 156 ret = q->ops->change(q, nla); in fifo_set_limit()
|
D | em_meta.c | 748 int (*change)(struct meta_value *, struct nlattr *); member 757 .change = meta_var_change, 763 .change = meta_int_change, 844 return meta_type_ops(dst)->change(dst, nla); in meta_change_data() 943 .change = em_meta_change,
|
D | em_nbyte.c | 59 .change = em_nbyte_change,
|
D | em_ipset.c | 111 .change = em_ipset_change,
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | ABI.txt | 10 frozen for all time. Grant said there are ways to change bindings that 13 truly needs an incompatible change, then change the compatible string 27 the old binding. ie. add additional properties, but don't change the
|
/linux-4.1.27/drivers/pcmcia/ |
D | pxa2xx_trizeps4.c | 58 unsigned short status = 0, change; in trizeps_pcmcia_socket_state() local 60 change = (status ^ trizeps_pcmcia_status[skt->nr]) & in trizeps_pcmcia_socket_state() 62 if (change) { in trizeps_pcmcia_socket_state()
|
/linux-4.1.27/sound/pci/oxygen/ |
D | oxygen_mixer.c | 563 int change; in ac97_switch_put() local 572 change = newreg != oldreg; in ac97_switch_put() 573 if (change) { in ac97_switch_put() 595 return change; in ac97_switch_put() 639 int change; in ac97_volume_put() local 651 change = newreg != oldreg; in ac97_volume_put() 652 if (change) in ac97_volume_put() 655 return change; in ac97_volume_put() 683 int change; in mic_fmic_source_put() local 691 change = newreg != oldreg; in mic_fmic_source_put() [all …]
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-uevent.txt | 68 UEVENT[1192521009.711215] change@/block/dm-3 69 ACTION=change 84 UEVENT[1192521132.989927] change@/block/dm-3 85 ACTION=change
|
/linux-4.1.27/sound/i2c/other/ |
D | ak4xxx-adda.c | 454 int change; in snd_akm4xxx_stereo_volume_put() local 460 change = put_ak_reg(kcontrol, addr, val[0]); in snd_akm4xxx_stereo_volume_put() 461 change |= put_ak_reg(kcontrol, addr + 1, val[1]); in snd_akm4xxx_stereo_volume_put() 462 return change; in snd_akm4xxx_stereo_volume_put() 494 int change; in snd_akm4xxx_deemphasis_put() local 498 change = snd_akm4xxx_get(ak, chip, addr) != nval; in snd_akm4xxx_deemphasis_put() 499 if (change) in snd_akm4xxx_deemphasis_put() 501 return change; in snd_akm4xxx_deemphasis_put() 532 int change; in ak4xxx_switch_put() local 541 change = (oval != val); in ak4xxx_switch_put() [all …]
|
D | ak4117.c | 218 int change; in snd_ak4117_rx_put() local 223 change = !!ucontrol->value.integer.value[0] != ((old_val & AK4117_IPS) ? 1 : 0); in snd_ak4117_rx_put() 224 if (change) in snd_ak4117_rx_put() 227 return change; in snd_ak4117_rx_put()
|
D | ak4113.c | 251 int change; in snd_ak4113_rx_put() local 256 change = ucontrol->value.integer.value[0] != AK4113_IPS(old_val); in snd_ak4113_rx_put() 257 if (change) in snd_ak4113_rx_put() 262 return change; in snd_ak4113_rx_put()
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | Platform | 13 OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000 17 OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000
|
D | TODO | 17 This might need to change later. Only the timer intr is set up to be
|
/linux-4.1.27/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 72 static void amp_voyetra(struct snd_cs46xx *chip, int change); 1929 int change = (old != val); in snd_cs46xx_vol_put() local 1931 if (change) { in snd_cs46xx_vol_put() 1935 return change; in snd_cs46xx_vol_put() 1953 int change = 0; in snd_cs46xx_vol_dac_put() local 1960 change = 1; in snd_cs46xx_vol_dac_put() 1963 return change; in snd_cs46xx_vol_dac_put() 1979 int change = 0; 1986 change = 1; 1989 return change; [all …]
|
/linux-4.1.27/sound/isa/es1688/ |
D | es1688_lib.c | 780 int change; in snd_es1688_put_mux() local 787 change = nval != oval; in snd_es1688_put_mux() 788 if (change) in snd_es1688_put_mux() 791 return change; in snd_es1688_put_mux() 836 int change; in snd_es1688_put_single() local 846 change = nval != oval; in snd_es1688_put_single() 847 if (change) in snd_es1688_put_single() 850 return change; in snd_es1688_put_single() 914 int change; in snd_es1688_put_double() local 937 change = val1 != oval1 || val2 != oval2; in snd_es1688_put_double() [all …]
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss.c | 418 static int iss_pipeline_pm_power_one(struct media_entity *entity, int change) in iss_pipeline_pm_power_one() argument 425 if (entity->use_count == 0 && change > 0 && subdev != NULL) { in iss_pipeline_pm_power_one() 433 entity->use_count += change; in iss_pipeline_pm_power_one() 436 if (entity->use_count == 0 && change < 0 && subdev != NULL) in iss_pipeline_pm_power_one() 452 static int iss_pipeline_pm_power(struct media_entity *entity, int change) in iss_pipeline_pm_power() argument 458 if (!change) in iss_pipeline_pm_power() 465 ret = iss_pipeline_pm_power_one(entity, change); in iss_pipeline_pm_power() 475 iss_pipeline_pm_power_one(first, -change); in iss_pipeline_pm_power() 494 int change = use ? 1 : -1; in omap4iss_pipeline_pm_use() local 500 entity->use_count += change; in omap4iss_pipeline_pm_use() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | qcom,pm8941-pwrkey.txt | 19 Definition: key change interrupt; The format of the specifier is 27 for state change interrupt to trigger.
|
D | qcom,pm8xxx-pwrkey.txt | 29 for state change interrupt to trigger.
|
/linux-4.1.27/Documentation/hwmon/ |
D | max6650 | 58 voltage_12V: 5=5V fan, 12=12V fan, 0=don't change 59 prescaler: Possible values are 1,2,4,8,16, or 0 for don't change 63 understand the meaning of these parameters before you attempt to change them.
|
D | lm77 | 30 was 80 degrees C, and the hysteresis was 75 degrees C, and you change 32 automatically change to 85 degrees C.
|
D | emc1403 | 51 was 80 degrees C, and the hysteresis was 75 degrees C, and you change 53 automatically change to 85 degrees C.
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | sleep.S | 106 @ We keep the change-down close to the actual suspend on SDRAM 125 @ get ready for the change 132 orr r0, r0, #2 @ initiate change bit 143 @ initiate the frequency change...
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
D | Kconfig | 206 user can change direction on using ioctl's. 217 that a user can change the value on using ioctl's. 227 that a user can change direction on using ioctl's. 238 that a user can change the value on using ioctl's. 248 that a user can change direction on using ioctl's. 259 that a user can change the value on using ioctl's. 268 that a user can change direction on using ioctl's. 278 that a user can change the value on using ioctl's. 287 that a user can change direction on using ioctl's. 297 that a user can change the value on using ioctl's. [all …]
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-alsa.c | 403 int change = 0, addr = kcontrol->private_value; in snd_saa7134_capsrc_set() local 418 change = old_addr != addr || in snd_saa7134_capsrc_set() 429 if (change) { in snd_saa7134_capsrc_set() 491 if (change) { in snd_saa7134_capsrc_set() 503 return change; in snd_saa7134_capsrc_set() 955 int change, addr = kcontrol->private_value; in snd_saa7134_volume_put() local 969 change = 0; in snd_saa7134_volume_put() 971 change = 1; in snd_saa7134_volume_put() 975 change = 1; in snd_saa7134_volume_put() 978 if (change) { in snd_saa7134_volume_put() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/c6x/ |
D | clocks.txt | 5 under development and will probably change as the common device tree 28 - ti,c64x+pll-lock-delay: CPU cycles to delay after PLL frequency change
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | user-guide.txt | 13 Clock scaling allows you to change the clock speed of the CPUs on the 32 3. How to change the CPU cpufreq policy and/or speed 139 3. How to change the CPU cpufreq policy and/or speed 174 governor you can change it. Please note 188 files, you can change these limits. 222 you can change the speed of the CPU,
|
D | core.txt | 14 Clock scaling allows you to change the clock speed of the CPUs on the 60 1.) During CPUFREQ_ADJUST all CPUFreq notifiers may change the limit if 86 frequency and this change has any external implications.
|
/linux-4.1.27/arch/um/drivers/ |
D | net_user.c | 206 static void change(char *dev, char *what, unsigned char *addr, in change() function 242 change(arg, "add", addr, netmask); in open_addr() 247 change(arg, "del", addr, netmask); in close_addr()
|
/linux-4.1.27/fs/nilfs2/ |
D | Kconfig | 13 synchronous write basis (unless there is no change). Users can 15 and can change them into snapshots which will be preserved for long
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 42 HDIO_SET_MULTCOUNT change IDE blockmode 45 HDIO_SET_32BIT change io_32bit flags 46 HDIO_SET_NOWERR change ignore-write-error flag 47 HDIO_SET_DMA change use-dma flag 52 HDIO_SET_WCACHE change write cache enable-disable 53 HDIO_SET_ACOUSTIC change acoustic behavior 55 HDIO_SET_QDMA change use-qdma flag 56 HDIO_SET_ADDRESS change lba addressing modes 116 to change. Currently (as of Nov 2004), the geometry values 182 HDIO_SET_MULTCOUNT change IDE blockmode [all …]
|
/linux-4.1.27/drivers/md/bcache/ |
D | writeback.c | 36 int64_t change; in __update_writeback_rate() local 54 change = proportional + derivative; in __update_writeback_rate() 57 if (change > 0 && in __update_writeback_rate() 60 change = 0; in __update_writeback_rate() 63 clamp_t(int64_t, (int64_t) dc->writeback_rate.rate + change, in __update_writeback_rate() 68 dc->writeback_rate_change = change; in __update_writeback_rate()
|
/linux-4.1.27/sound/isa/opti9xx/ |
D | miro.c | 290 int change, value, error; in snd_miro_put_capture() local 301 change = (value != miro->aci->aci_solomode); in snd_miro_put_capture() 304 return change; in snd_miro_put_capture() 352 int error, value, change; in snd_miro_put_preamp() local 363 change = (value != miro->aci->aci_preamp); in snd_miro_put_preamp() 366 return change; in snd_miro_put_preamp() 384 int error, value, change; in snd_miro_put_amp() local 394 change = (value != miro->aci->aci_amp); in snd_miro_put_amp() 397 return change; in snd_miro_put_amp() 490 int change, error; in snd_miro_put_double() local [all …]
|
/linux-4.1.27/sound/pci/korg1212/ |
D | korg1212.c | 1739 int change = 0; in snd_korg1212_control_phase_put() local 1753 change = 1; in snd_korg1212_control_phase_put() 1764 change = 1; in snd_korg1212_control_phase_put() 1770 return change; in snd_korg1212_control_phase_put() 1806 int change = 0; in snd_korg1212_control_volume_put() local 1821 change = 1; in snd_korg1212_control_volume_put() 1832 change = 1; in snd_korg1212_control_volume_put() 1838 return change; in snd_korg1212_control_volume_put() 1872 int change = 0, i; in snd_korg1212_control_route_put() local 1882 change = 1; in snd_korg1212_control_route_put() [all …]
|
/linux-4.1.27/Documentation/ |
D | applying-patches.txt | 25 and what new version the patch will change the source tree into. These 43 unlabeled patch was generated against) you should change into your kernel 108 a change in the middle of the file but for some reasons a few lines have 119 When patch encounters a change that it can't fix up with fuzz it rejects it 121 read this file to see exactly what change couldn't be applied, so you can 144 of the change (in this example it needed to move 7 lines from where it 145 expected to make the change to make it fit). 153 fuzz its way through. This will generate a .rej file with the change that 158 then patch detected that the change contained in the patch seems to have 256 $ cd ~/linux-2.6.11 # change to kernel source dir [all …]
|
D | IRQ-affinity.txt | 11 IRQ affinity then the value will not change from the default of all cpus. 56 i.e counters for the CPU0-3 did not change.
|
D | VGA-softcursor.txt | 19 want to always change the background color + 64 if you dislike having the 23 The second parameter selects character attribute bits you want to change
|
D | HOWTO | 77 When a kernel change causes the interface that the kernel exposes to 78 userspace to change, it is recommended that you send the information or 79 a patch to the manual pages explaining the change to the manual pages 124 - Mitigating rapid change within the kernel source tree (or 125 preventing rapid change) 144 happen, and what to do if you want to get a change into one of these 243 risk of causing regressions with such a change as long as the change 360 bugme-janitor mailing list (every change in the bugzilla is mailed here) 414 mail program fixed or change it until it works. 428 - requests for change [all …]
|
D | SubmittingPatches | 8 For a person or company who wishes to submit a change to the Linux 11 can greatly increase the chances of your change being accepted. 61 change is in - that makes the resultant diff a lot easier to read. 72 vi $MYFILE # make your change 121 from upstream, so include anything that could help route your change 134 about it in technical detail. It's important to describe the change 157 to do frotz", as if you are giving orders to the codebase to change 185 change five years from now. 211 On the other hand, if you make a single change to numerous files, 212 group those changes into a single patch. Thus a single logical change [all …]
|
D | rfkill.txt | 81 Calling rfkill_set_hw_state() when a state change happens is required from 107 hotplug or state change events or by listening for uevents emitted by the 112 rfkill devices issue uevents (with an action of "change"), with the following
|
D | padata.txt | 64 It's possible to change both cpumasks of a padata instance with 67 change just one of the cpumasks. Here cpumask_type is one of PADATA_CPU_SERIAL, 74 the padata cpumask change notifier: 84 The padata cpumask change notifier notifies about changes of the usable
|
D | sysfs-rules.txt | 92 device properties may change dynamically without any notice to the 156 - Position of devices along device chain can change. 178 Error codes will not be changed without good reason, and should a change 180 the offending change will be reverted. 184 attribute change in the context of a given attribute.
|
D | stable_api_nonsense.txt | 99 so, function names may change, structures may grow or shrink, and 108 - A change from a synchronous model of data streams to an asynchronous 112 - A change was made in the way data packets were allocated from the 139 were not allowed to change, fixing this kind of security problem and 163 up by the person who did the kernel change in the first place. This
|
/linux-4.1.27/sound/pci/ac97/ |
D | ac97_codec.c | 368 int change; in snd_ac97_update() local 373 change = ac97->regs[reg] != value; in snd_ac97_update() 374 if (change) { in snd_ac97_update() 380 return change; in snd_ac97_update() 400 int change; in snd_ac97_update_bits() local 405 change = snd_ac97_update_bits_nolock(ac97, reg, mask, value); in snd_ac97_update_bits() 407 return change; in snd_ac97_update_bits() 416 int change; in snd_ac97_update_bits_nolock() local 421 change = old != new; in snd_ac97_update_bits_nolock() 422 if (change) { in snd_ac97_update_bits_nolock() [all …]
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 206 a. You change the driver's major number. Please refer the "3.7" 210 c. You want to change the tty name. This needs to modify the 221 you need to change to other number, please refer section "3.7" 230 code. For example, if you change the driver's major number (see 282 create it by vi, run "chmod 755 rc.serial" to change the permission. 334 0x280 and 0x180 as 1st and 2nd board. Just to change 388 still can change the device name and major number. The instruction to 389 change these parameters are shown as below. 396 by vi. Locate each line contains "ttyM" and "cum" and change them 403 2 free major numbers for this driver. There are 3 steps to change [all …]
|
D | tty.txt | 149 hardware capability for change (e.g. a USB dongle or 218 change or go away. 229 ldisc change to complete and then return a reference to the new ldisc. 268 set_termios() - Called on termios change, serialized against 271 set_ldisc() - Notifier for discipline change. At the point this
|
/linux-4.1.27/arch/frv/kernel/ |
D | cmode.S | 117 # (7) Set '1' to the DRCN.SR bit, and change SDRAM to the 136 # (11) Set the value of CMODE that you want to change to 140 # (12) Set '1' to the CLKC.SWEN bit. In that case, do not change
|
/linux-4.1.27/drivers/input/keyboard/ |
D | st-keyscan.c | 46 unsigned long state, change; in keyscan_isr() local 50 change = keypad->last_state ^ state; in keyscan_isr() 53 for_each_set_bit(bit_nr, &change, BITS_PER_LONG) in keyscan_isr()
|
D | bcm-keypad.c | 105 unsigned long state, change; in bcm_kp_report_keys() local 115 change = kp->last_state[reg_num] ^ state; in bcm_kp_report_keys() 118 for_each_set_bit(bit_nr, &change, BITS_PER_LONG) { in bcm_kp_report_keys()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | kvm_host.h | 535 unsigned long change, in _kvm_atomic_change_c0_guest_reg() argument 548 : "r" (~change), "r" (val & change)); in _kvm_atomic_change_c0_guest_reg() 560 #define kvm_change_c0_guest_cause(cop0, change, val) \ argument 562 change, val) 566 #define kvm_change_c0_guest_ebase(cop0, change, val) \ argument 568 kvm_clear_c0_guest_ebase(cop0, change); \ 569 kvm_set_c0_guest_ebase(cop0, ((val) & (change))); \
|
/linux-4.1.27/Documentation/power/regulator/ |
D | consumer.txt | 70 Some consumer drivers need to be able to dynamically change their supply 100 Some consumer drivers need to be able to dynamically change their supply 102 change the current limit to vary the backlight brightness, USB drivers may want 137 Consumer drivers can request a change in their supply regulator operating mode 143 on all its consumers) and change operating mode (if necessary and permitted) 191 - clocksource with a voltage-controlled oscillator and control logic to change
|
/linux-4.1.27/sound/spi/ |
D | at73c213.c | 432 int change, retval; in snd_at73c213_mono_put() local 443 change = val != chip->reg_image[reg]; in snd_at73c213_mono_put() 451 return change; in snd_at73c213_mono_put() 511 int change, retval; in snd_at73c213_stereo_put() local 527 change = val1 != chip->reg_image[left_reg] in snd_at73c213_stereo_put() 542 return change; in snd_at73c213_stereo_put() 580 int change, retval; in snd_at73c213_mono_switch_put() local 595 change = val != chip->reg_image[reg]; in snd_at73c213_mono_switch_put() 604 return change; in snd_at73c213_mono_switch_put()
|
/linux-4.1.27/sound/isa/ad1816a/ |
D | ad1816a_lib.c | 756 int change; in snd_ad1816a_put_mux() local 764 change = snd_ad1816a_read(chip, AD1816A_ADC_SOURCE_SEL) != val; in snd_ad1816a_put_mux() 767 return change; in snd_ad1816a_put_mux() 818 int change; in snd_ad1816a_put_single() local 828 change = val != old_val; in snd_ad1816a_put_single() 831 return change; in snd_ad1816a_put_single() 890 int change; in snd_ad1816a_put_double() local 904 change = val1 != old_val; in snd_ad1816a_put_double() 907 return change; in snd_ad1816a_put_double()
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm8804.c | 410 bool change; in wm8804_set_pll() local 415 0x1, 0x1, &change); in wm8804_set_pll() 416 if (change) in wm8804_set_pll() 429 0x1, 0x1, &change); in wm8804_set_pll() 430 if (!change) in wm8804_set_pll()
|
D | wm9712.c | 188 bool change; in wm9712_hp_mixer_put() local 201 change = old != wm9712->hp_mixer[mixer]; in wm9712_hp_mixer_put() 202 if (change) { in wm9712_hp_mixer_put() 218 return change; in wm9712_hp_mixer_put()
|
D | adau17x1.c | 162 unsigned int val, change; in adau17x1_dsp_mux_enum_put() local 184 change = snd_soc_test_bits(codec, reg, 0xff, val); in adau17x1_dsp_mux_enum_put() 185 if (change) { in adau17x1_dsp_mux_enum_put() 195 return change; in adau17x1_dsp_mux_enum_put()
|
/linux-4.1.27/sound/pci/trident/ |
D | trident_main.c | 1343 unsigned int old_bits = 0, change = 0; in snd_trident_spdif_hw_params() local 1384 change = old_bits != trident->spdif_pcm_bits; in snd_trident_spdif_hw_params() 1387 if (change) in snd_trident_spdif_hw_params() 2333 int change; in snd_trident_spdif_control_put() local 2338 change = trident->spdif_ctrl != val; in snd_trident_spdif_control_put() 2356 return change; in snd_trident_spdif_control_put() 2402 int change; in snd_trident_spdif_default_put() local 2409 change = trident->spdif_bits != val; in snd_trident_spdif_default_put() 2419 return change; in snd_trident_spdif_default_put() 2497 int change; in snd_trident_spdif_stream_put() local [all …]
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-ocfs2 | 46 This file is read-only. Its contents may change as 62 the cluster stack in use. The contents may change 85 If there are mounted filesystems, attempts to change the
|
D | sysfs-memory-page-offline | 15 this might change. 40 this might change.
|
D | sysfs-driver-hid-multitouch | 8 When written this attribute change on the fly the quirks, then
|
D | sysfs-class-mic.txt | 57 When written, this sysfs entry triggers different state change 94 boot the card OS. This entry can be written to change the 107 card can be found. The entry can be written to change the 117 OS boot can be found. The entry can be written to change
|
D | sysfs-devices-system-ibm-rtl | 5 Description: The state file allows a means by which to change in and
|
D | sysfs-bus-iio-frequency-adf4350 | 17 change during runtime. This attribute allows the user to
|
D | sysfs-devices | 9 devices within this tree will change.
|
D | sysfs-firmware-ofw | 16 symlink. It is possible that the absolute path will change
|
D | sysfs-class-led | 25 You can change triggers in a similar manner to the way an IO
|
/linux-4.1.27/Documentation/devicetree/ |
D | changesets.txt | 17 2. A number of DT tree change calls, of_changeset_attach_node(), 21 All the change operations are recorded in the of_changeset 'entries'
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.arcmsr | 35 ** 1.20.00.10 9/23/2005 Erich Chen enhance sysfs function for change driver's max tag … 43 ** change 64bit pci_set_consistent_dma_mask into 32bit 52 ** change the architecture of arcmsr command queue list 86 ** 2.change the returned value type of arcmsr_build_ccb()
|
/linux-4.1.27/Documentation/RCU/ |
D | lockdep.txt | 60 structure cannot change, for example, in code that is 92 any change from taking place, and finally, in case (3) the current task 93 is the only task accessing the file_struct, again preventing any change 107 or the RCU-protected data that it points to can change concurrently.
|
D | lockdep-splat.txt | 78 With this change, there would be no lockdep-RCU splat emitted if this 98 With this change, the rcu_dereference() is always within an RCU 110 this change would also suppress the above lockdep-RCU splat.
|
/linux-4.1.27/drivers/tty/ |
D | tty_buffer.c | 253 int left, change; in __tty_buffer_request_room() local 261 change = (b->flags & TTYB_NORMAL) && (~flags & TTYB_NORMAL); in __tty_buffer_request_room() 262 if (change || left < size) { in __tty_buffer_request_room() 274 } else if (change) in __tty_buffer_request_room()
|
/linux-4.1.27/Documentation/thermal/ |
D | exynos_thermal_emulation | 29 change the value to updated one and just use last succeessful value repeatedly. That's why 30 this node gives users the right to change termerpature only. Just one interface makes it more
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | silabs,si5351.txt | 47 - silabs,pll-master: boolean, multisynth can change pll frequency. 85 * - multisynth0 can change pll0 102 * - multisynth1 can change pll1
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 40 backend (max_comp_streams equals to 1), you will see error if you try to change 49 change selected compression algorithm (once the device is initialised 50 there is no way to change compression algorithm). 80 In addition, you could change the value in runtime. 117 comp_algorithm RW show and change the compression algorithm
|
D | floppy.txt | 82 inverted convention for the disk change line. 173 Don't use the disk change line, but assume that the disk was 175 boxes where the disk change line is broken or unsupported. 187 Print informational messages for some operations (disk change 192 Uses a less noisy way to clear the disk change line (which
|
/linux-4.1.27/fs/cramfs/ |
D | README | 102 One option is to change mkcramfs to take its PAGE_CACHE_SIZE from 104 require the least amount of change: just change `#define 108 PAGE_CACHE_SIZE is subject to change between kernel versions 134 It's easy enough to change the kernel to use a smaller value than
|
/linux-4.1.27/arch/mips/kernel/ |
D | entry.S | 87 # signals dont change between 143 # signals dont change between
|
/linux-4.1.27/net/xfrm/ |
D | Kconfig | 40 where mobile nodes change their attachment point to the Internet. 80 change their attachment point to the Internet. Detail
|
/linux-4.1.27/sound/pci/asihpi/ |
D | asihpi.c | 1542 int change; in snd_asihpi_volume_put() local 1553 change = 1; in snd_asihpi_volume_put() 1555 return change; in snd_asihpi_volume_put() 1578 int change = 1; in snd_asihpi_volume_mute_put() local 1584 return change; in snd_asihpi_volume_mute_put() 1665 int change; in snd_asihpi_level_put() local 1676 change = 1; in snd_asihpi_level_put() 1678 return change; in snd_asihpi_level_put() 2264 int change; in snd_asihpi_mux_put() local 2269 change = 1; in snd_asihpi_mux_put() [all …]
|
/linux-4.1.27/drivers/staging/ft1000/ |
D | TODO | 6 - change firmware loading for usb driver to proper kernel method (request_firmware)
|
/linux-4.1.27/fs/notify/dnotify/ |
D | Kconfig | 6 Dnotify is a directory-based per-fd file change notification system
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-pcf857x.c | 186 unsigned long change, i, status, flags; in pcf857x_irq() local 197 change = (gpio->status ^ status); in pcf857x_irq() 198 for_each_set_bit(i, &change, gpio->chip.ngpio) in pcf857x_irq()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.c | 1603 int change = 0; in snd_hda_mixer_amp_volume_put() local 1606 change = update_amp_value(codec, nid, 0, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put() 1610 change |= update_amp_value(codec, nid, 1, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put() 1611 return change; in snd_hda_mixer_amp_volume_put() 2238 int change = 0; in snd_hda_mixer_amp_switch_put() local 2241 change = snd_hda_codec_amp_update(codec, nid, 0, dir, idx, in snd_hda_mixer_amp_switch_put() 2247 change |= snd_hda_codec_amp_update(codec, nid, 1, dir, idx, in snd_hda_mixer_amp_switch_put() 2251 return change; in snd_hda_mixer_amp_switch_put() 2302 int i, indices, err = 0, change = 0; in snd_hda_mixer_bind_switch_put() local 2313 change |= err; in snd_hda_mixer_bind_switch_put() [all …]
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 37 This number does not change. 68 rate of change for this counter is zero; significantly non-zero 88 thing. The ideal rate of change for this counter will be close 89 to but less than the rate of change of the packets-arrived counter. 99 runnable nfsd threads. The ideal rate of change for this counter
|
/linux-4.1.27/Documentation/leds/ |
D | ledtrig-transient.txt | 32 class device, the LED state does not change. 37 Driver suspend changes the LED state to LED_OFF and resume doesn't change 42 being able to actually change the LED state. Once driver is resumed, triggers 52 registration, the LED state does not change, unless there is another trigger 57 Transient trigger activation routine doesn't change the LED state. It
|
D | leds-class.txt | 23 The timer trigger will periodically change the LED brightness between 26 You can change the brightness value of a LED independently of the timer 30 You can change triggers in a similar manner to the way an IO scheduler
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sleep34xx.S | 556 str r5, [r4] @ write back change 559 str r5, [r4] @ write back change 562 str r5, [r4] @ write back change 568 str r5, [r4] @ write back change 571 str r5, [r4] @ write back change
|
/linux-4.1.27/sound/pci/ali5451/ |
D | ali5451.c | 1768 unsigned int change = 0, spdif_enable = 0; in snd_ali5451_spdif_put() local 1775 change = (codec->spdif_mask & 0x02) ? 1 : 0; in snd_ali5451_spdif_put() 1776 change = change ^ spdif_enable; in snd_ali5451_spdif_put() 1777 if (change) { in snd_ali5451_spdif_put() 1789 change = (codec->spdif_mask & 0x04) ? 1 : 0; in snd_ali5451_spdif_put() 1790 change = change ^ spdif_enable; in snd_ali5451_spdif_put() 1791 if (change && (codec->spdif_mask & 0x02)) { in snd_ali5451_spdif_put() 1802 change = (codec->spdif_mask & 0x01) ? 1 : 0; in snd_ali5451_spdif_put() 1803 change = change ^ spdif_enable; in snd_ali5451_spdif_put() 1804 if (change) { in snd_ali5451_spdif_put() [all …]
|
/linux-4.1.27/sound/pci/ymfpci/ |
D | ymfpci_main.c | 1306 int change; in snd_ymfpci_spdif_default_put() local 1311 change = chip->spdif_bits != val; in snd_ymfpci_spdif_default_put() 1316 return change; in snd_ymfpci_spdif_default_put() 1381 int change; in snd_ymfpci_spdif_stream_put() local 1386 change = chip->spdif_pcm_bits != val; in snd_ymfpci_spdif_stream_put() 1391 return change; in snd_ymfpci_spdif_stream_put() 1488 int change; in snd_ymfpci_put_single() local 1501 change = val != oval; in snd_ymfpci_put_single() 1504 return change; in snd_ymfpci_put_single() 1552 int change; in snd_ymfpci_put_double() local [all …]
|
/linux-4.1.27/arch/mips/include/asm/txx9/ |
D | tx4927.h | 252 static inline void tx4927_ccfg_change(__u64 change, __u64 new) in tx4927_ccfg_change() argument 255 & ~(TX4927_CCFG_W1CBITS | change)) | in tx4927_ccfg_change()
|
D | tx4938.h | 268 #define tx4938_ccfg_change(change, new) tx4927_ccfg_change(change, new) argument
|
/linux-4.1.27/Documentation/block/ |
D | capability.txt | 13 of media change events. These events will be broadcast to user
|
D | cmdline-partition.txt | 8 Users can easily change the partition.
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_multi.txt | 18 CDC ECM) you may need to change vendor and/or product ID. 85 functions will obviously change interface numbers for each of the 87 interface numbers hard-coded in them (it's not hard to change those 91 provided functions one should change gadget's vendor and/or product ID
|
D | iuu_phoenix.txt | 63 So I have added this option to permit him to see a lot of color ( each activity change the color 73 work. ( This will not change anything ).Later I will perhaps
|
/linux-4.1.27/fs/nfsd/ |
D | nfssvc.c | 125 int nfsd_vers(int vers, enum vers_op change) in nfsd_vers() argument 129 switch(change) { in nfsd_vers() 152 int nfsd_minorversion(u32 minorversion, enum vers_op change) in nfsd_minorversion() argument 156 switch(change) { in nfsd_minorversion()
|
/linux-4.1.27/fs/affs/ |
D | inode.c | 149 = (be32_to_cpu(tail->change.days) * (24 * 60 * 60) + in affs_iget() 150 be32_to_cpu(tail->change.mins) * 60 + in affs_iget() 151 be32_to_cpu(tail->change.ticks) / 50 + in affs_iget() 190 secs_to_datestamp(inode->i_mtime.tv_sec,&tail->change); in affs_write_inode()
|
/linux-4.1.27/sound/isa/ |
D | opl3sa2.c | 380 int change; in snd_opl3sa2_put_single() local 390 change = val != oval; in snd_opl3sa2_put_single() 393 return change; in snd_opl3sa2_put_single() 442 int change; in snd_opl3sa2_put_double() local 459 change = val1 != oval1 || val2 != oval2; in snd_opl3sa2_put_double() 465 change = val1 != oval1; in snd_opl3sa2_put_double() 469 return change; in snd_opl3sa2_put_double()
|
D | es18xx.c | 1060 int change; in snd_es18xx_put_spatializer_enable() local 1063 change = nval != oval; in snd_es18xx_put_spatializer_enable() 1064 if (change) { in snd_es18xx_put_spatializer_enable() 1068 return change; in snd_es18xx_put_spatializer_enable() 1242 int change; in snd_es18xx_put_double() local 1256 change = 0; in snd_es18xx_put_double() 1258 change = 1; in snd_es18xx_put_double() 1260 change = 1; in snd_es18xx_put_double() 1262 change = (snd_es18xx_reg_bits(chip, left_reg, mask1 | mask2, in snd_es18xx_put_double() 1265 return change; in snd_es18xx_put_double()
|
/linux-4.1.27/arch/avr32/boards/atstk1000/ |
D | Kconfig | 33 you will need to change some of those jumpers. 46 If you change this you'll want an updated boot loader putting
|
/linux-4.1.27/arch/mn10300/mm/ |
D | tlb-mn10300.S | 73 mov d2,(IPTEL2) # change the TLB 136 mov d2,(DPTEL2) # change the TLB
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 73 turned into a set of functions by Andi Kleen [7]. The change to functions 75 being easier to maintain than the generating macros. This change to 127 possible, though this should be doable with little change. 134 does not change the tasks state while sleeping [6].
|
/linux-4.1.27/drivers/connector/ |
D | Kconfig | 20 events such as fork, exec, id change (uid, gid, suid, etc), and exit.
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | sbs_sbs-battery.txt | 11 after an external change notification.
|
/linux-4.1.27/Documentation/devicetree/bindings/cpufreq/ |
D | cpufreq-exynos5440.txt | 8 - interrupts: Interrupt to know the completion of cpu frequency change.
|
/linux-4.1.27/drivers/mfd/ |
D | aat2870-core.c | 192 int change; in aat2870_update() local 203 change = old_val != new_val; in aat2870_update() 204 if (change) in aat2870_update()
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | isp.c | 714 static int isp_pipeline_pm_power_one(struct media_entity *entity, int change) in isp_pipeline_pm_power_one() argument 722 if (entity->use_count == 0 && change > 0 && subdev != NULL) { in isp_pipeline_pm_power_one() 728 entity->use_count += change; in isp_pipeline_pm_power_one() 731 if (entity->use_count == 0 && change < 0 && subdev != NULL) in isp_pipeline_pm_power_one() 747 static int isp_pipeline_pm_power(struct media_entity *entity, int change) in isp_pipeline_pm_power() argument 753 if (!change) in isp_pipeline_pm_power() 760 ret = isp_pipeline_pm_power_one(entity, change); in isp_pipeline_pm_power() 770 isp_pipeline_pm_power_one(first, -change); in isp_pipeline_pm_power() 789 int change = use ? 1 : -1; in omap3isp_pipeline_pm_use() local 795 entity->use_count += change; in omap3isp_pipeline_pm_use() [all …]
|
/linux-4.1.27/drivers/usb/usbip/ |
D | vhci_hcd.c | 105 char change; in dump_port_status_diff() local 108 change = '+'; in dump_port_status_diff() 110 change = '-'; in dump_port_status_diff() 112 change = ' '; in dump_port_status_diff() 115 pr_debug(" %c%s\n", change, bit_desc[i]); in dump_port_status_diff()
|
/linux-4.1.27/Documentation/prctl/ |
D | no_new_privs.txt | 24 bits will no longer change the uid or gid; file capabilities will not 42 execve and can change the behavior of newly-executed programs.
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | cpqphp_ctrl.c | 67 static u8 handle_switch_change(u8 change, struct controller *ctrl) in handle_switch_change() argument 75 if (!change) in handle_switch_change() 82 if (change & (0x1L << hp_slot)) { in handle_switch_change() 141 static u8 handle_presence_change(u16 change, struct controller *ctrl) in handle_presence_change() argument 151 if (!change) in handle_presence_change() 158 dbg(" Changed bits are 0x%4.4x\n", change ); in handle_presence_change() 161 if (change & (0x0101 << hp_slot)) { in handle_presence_change() 235 static u8 handle_power_fault(u8 change, struct controller *ctrl) in handle_power_fault() argument 242 if (!change) in handle_power_fault() 252 if (change & (0x01 << hp_slot)) { in handle_power_fault() [all …]
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-piix4 | 82 to change the SMBus Interrupt Select register so the SMBus controller uses 90 2) Now you just need to change the value in 0xD2 register. Get it first with 92 If the value is 0x3 then you need to change it to 0x1
|
D | i2c-ismt | 19 0 no change
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Controls.txt | 7 This is an enum control to change the surround-channel setup, 14 This is an enum control to change the auto-mute behavior of the 107 This is an enum control to change the surround-channel setup,
|
D | OSS-Emulation.txt | 76 You can change this device mapping via the module options of 96 To change the mapping of MIDI devices, the following options are 119 In such a case, you can change the behavior of PCM per application by 165 The block and non-block options are used to change the behavior of 268 change one or more elements, one volume per line. In the last
|
/linux-4.1.27/scripts/ |
D | config | 35 --file config-file .config file to change (default .config)
|
/linux-4.1.27/include/video/ |
D | w100fb.h | 26 void (*change)(struct w100fb_par*); member
|
/linux-4.1.27/arch/openrisc/ |
D | TODO.openrisc | 13 or1k and this change is slowly trickling through the stack. For the time
|
/linux-4.1.27/fs/btrfs/ |
D | Kconfig | 19 expected to change unless there are strong reasons to do so. If there 20 is a format change, file systems with a unchanged format will
|
/linux-4.1.27/virt/kvm/ |
D | kvm_main.c | 773 enum kvm_mr_change change; in __kvm_set_memory_region() local 816 change = KVM_MR_CREATE; in __kvm_set_memory_region() 824 change = KVM_MR_MOVE; in __kvm_set_memory_region() 826 change = KVM_MR_FLAGS_ONLY; in __kvm_set_memory_region() 833 change = KVM_MR_DELETE; in __kvm_set_memory_region() 837 if ((change == KVM_MR_CREATE) || (change == KVM_MR_MOVE)) { in __kvm_set_memory_region() 855 if (change == KVM_MR_CREATE) { in __kvm_set_memory_region() 873 if ((change == KVM_MR_DELETE) || (change == KVM_MR_MOVE)) { in __kvm_set_memory_region() 898 r = kvm_arch_prepare_memory_region(kvm, &new, mem, change); in __kvm_set_memory_region() 903 if (change == KVM_MR_DELETE) { in __kvm_set_memory_region() [all …]
|
/linux-4.1.27/Documentation/development-process/ |
D | 4.Coding | 175 change (which may bring big improvements) which causes something to break 176 for existing users. This kind of change is called a "regression," and 184 change if it brings new functionality to ten systems for each one it 195 An especially unwelcome type of regression is any sort of change to the 374 needs, that may be a sign that the API needs to change. As a kernel 378 to be well justified. So any patch making an internal API change should be 379 accompanied by a description of what the change is and why it is 380 necessary. This kind of change should also be broken out into a separate 385 which is broken by the change. For a widely-used function, this duty can 392 When making an incompatible API change, one should, whenever possible, [all …]
|
D | 5.Posting | 43 - Does your change have performance implications? If so, you should run 44 benchmarks showing what the impact (or benefit) of your change is; a 86 - Each logically independent change should be formatted as a separate 90 should make a specific change which can be reviewed on its own and 110 change. 165 for the change as well as possible given the one-line constraint. The 171 searching for a solution to the same problem. If the change is meant to 179 change to a revision control system. It will be followed by:
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctmixer.c | 374 int i, j, val, oval, change = 0; in ct_alsa_mix_volume_put() local 388 change = 1; in ct_alsa_mix_volume_put() 401 return change; in ct_alsa_mix_volume_put() 660 int change; in ct_spdif_put() local 669 change = (old_status != status); in ct_spdif_put() 670 if (change) in ct_spdif_put() 673 return change; in ct_spdif_put()
|
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/ |
D | ntc_thermistor.txt | 24 Status change is possible.
|
/linux-4.1.27/Documentation/sound/oss/ |
D | mwave | 27 Edit C:/msdos.sys and add or change the following: 70 Then change autoexec.bat. Basically everything in there originally should be 97 REM If hardware settings are changed, please change this line as well.
|
/linux-4.1.27/arch/sh/cchips/ |
D | Kconfig | 35 Do not change this unless you know what you are doing.
|
/linux-4.1.27/Documentation/arm/ |
D | README | 17 tools installed as default, then you should change the CROSS_COMPILE 147 hasn't got any code for disc change detection in there at the moment which 154 A change was made in 2003 to the macro names for new machines. 157 e.g. Assabet. It was decided to change the implementation macros
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | omap_udc.c | 1726 u16 devstat, change; in devstate_irq() local 1729 change = devstat ^ udc->devstat; in devstate_irq() 1732 if (change & (UDC_USB_RESET|UDC_ATT)) { in devstate_irq() 1735 if (change & UDC_ATT) { in devstate_irq() 1757 change &= ~UDC_ATT; in devstate_irq() 1760 if (change & UDC_USB_RESET) { in devstate_irq() 1771 change &= ~UDC_USB_RESET; in devstate_irq() 1774 if (change & UDC_SUS) { in devstate_irq() 1803 change &= ~UDC_SUS; in devstate_irq() 1805 if (!cpu_is_omap15xx() && (change & OTG_FLAGS)) { in devstate_irq() [all …]
|
/linux-4.1.27/drivers/of/unittest-data/ |
D | testcases.dts | 23 * The format of this data may be subject to change. For the time being consider
|
/linux-4.1.27/Documentation/networking/ |
D | smc9.txt | 16 2. If you include this into the kernel, you might need to change some
|
D | netdev-features.txt | 37 some device-specific conditions change. This set is internal to 84 care must be taken as the change won't affect already configured VLANs. 130 stack. Driver should not change behaviour based on them.
|
D | xfrm_sync.txt | 18 Because the above items change for every packet the SA receives, 106 in order to not change existing applications such as racoon 149 the change happened as a result of an update.
|
/linux-4.1.27/Documentation/arm/Samsung/ |
D | GPIO.txt | 37 driver or machine to change gpio configuration.
|
/linux-4.1.27/Documentation/input/ |
D | walkera0701.txt | 81 to bin change or octal value to bin change).
|
/linux-4.1.27/sound/sparc/ |
D | cs4231.c | 1317 int change; in snd_cs4231_put_mux() local 1329 change = left != chip->image[CS4231_LEFT_INPUT] || in snd_cs4231_put_mux() 1336 return change; in snd_cs4231_put_mux() 1385 int change; in snd_cs4231_put_single() local 1396 change = val != chip->image[reg]; in snd_cs4231_put_single() 1401 return change; in snd_cs4231_put_single() 1460 int change; in snd_cs4231_put_double() local 1476 change = val1 != chip->image[left_reg]; in snd_cs4231_put_double() 1477 change |= val2 != chip->image[right_reg]; in snd_cs4231_put_double() 1483 return change; in snd_cs4231_put_double()
|
/linux-4.1.27/sound/drivers/ |
D | dummy.c | 760 int change, addr = kcontrol->private_value; in snd_dummy_volume_put() local 774 change = dummy->mixer_volume[addr][0] != left || in snd_dummy_volume_put() 779 return change; in snd_dummy_volume_put() 808 int change, addr = kcontrol->private_value; in snd_dummy_capsrc_put() local 814 change = dummy->capture_source[addr][0] != left && in snd_dummy_capsrc_put() 819 return change; in snd_dummy_capsrc_put()
|
D | aloop.c | 827 int change = 0; in loopback_rate_shift_put() local 839 change = 1; in loopback_rate_shift_put() 842 return change; in loopback_rate_shift_put() 861 int change = 0; in loopback_notify_put() local 868 change = 1; in loopback_notify_put() 870 return change; in loopback_notify_put()
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zoran_device.c | 196 int timeout, i, j, res, guest[8], guest0[8], change[8][3]; in detect_guest_activity() local 216 change[j][0] = (t1 - t0); in detect_guest_activity() 218 change[j][1] = i; in detect_guest_activity() 219 change[j][2] = res; in detect_guest_activity() 239 change[i][0], change[i][1], change[i][2]); in detect_guest_activity()
|
/linux-4.1.27/drivers/staging/media/ |
D | Kconfig | 9 That also means that, once fixed, their API's will change to match
|
/linux-4.1.27/ |
D | .gitignore | 8 # any tracked files which get ignored after the change.
|
/linux-4.1.27/sound/core/ |
D | control.c | 1094 int change; in snd_ctl_elem_user_put() local 1101 change = memcmp(&ucontrol->value, dst, size) != 0; in snd_ctl_elem_user_put() 1102 if (change) in snd_ctl_elem_user_put() 1105 return change; in snd_ctl_elem_user_put() 1114 int change = 0; in snd_ctl_elem_user_tlv() local 1125 change = ue->tlv_data_size != size; in snd_ctl_elem_user_tlv() 1126 if (!change) in snd_ctl_elem_user_tlv() 1127 change = memcmp(ue->tlv_data, new_data, size); in snd_ctl_elem_user_tlv() 1151 return change; in snd_ctl_elem_user_tlv()
|
/linux-4.1.27/Documentation/acpi/ |
D | debug.txt | 31 command line argument, and you can change it after boot by writing values 79 command line argument, and you can change it after boot by writing values
|
/linux-4.1.27/Documentation/vm/ |
D | page_owner.txt | 17 buffer for later analysis and it would change system behviour with more 34 code size change due to this facility.
|
/linux-4.1.27/Documentation/gpio/ |
D | sysfs.txt | 135 /* change the polarity of a GPIO node in sysfs */ 140 signal direction may change. This helps drivers prevent userspace code 153 differences between boards from user space. Polarity change can be done both
|
/linux-4.1.27/net/rfkill/ |
D | core.c | 237 bool blocked, bool *change) in __rfkill_set_hw_state() argument 250 *change = prev != blocked; in __rfkill_set_hw_state() 475 bool ret, change; in rfkill_set_hw_state() local 477 ret = __rfkill_set_hw_state(rfkill, blocked, &change); in rfkill_set_hw_state() 482 if (change) in rfkill_set_hw_state()
|
/linux-4.1.27/drivers/media/rc/img-ir/ |
D | img-ir-hw.c | 901 struct clk_notifier_data *change) in img_ir_change_frequency() argument 906 change->old_rate, change->new_rate); in img_ir_change_frequency() 909 if (hw->clk_hz == change->new_rate) in img_ir_change_frequency() 911 hw->clk_hz = change->new_rate; in img_ir_change_frequency()
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | core.c | 812 int i, change = 0; in rsnd_kctrl_put() local 816 change |= (uc->value.enumerated.item[i] != cfg->val[i]); in rsnd_kctrl_put() 819 change |= (uc->value.integer.value[i] != cfg->val[i]); in rsnd_kctrl_put() 824 if (change) in rsnd_kctrl_put() 827 return change; in rsnd_kctrl_put()
|
/linux-4.1.27/drivers/extcon/ |
D | extcon-arizona.c | 267 bool change; in arizona_start_mic() local 302 &change); in arizona_start_mic() 303 if (!change) { in arizona_start_mic() 314 bool change; in arizona_stop_mic() local 319 &change); in arizona_stop_mic() 341 if (change) { in arizona_stop_mic()
|
/linux-4.1.27/sound/isa/wss/ |
D | wss_lib.c | 2039 int change; in snd_wss_put_mux() local 2049 change = left != chip->image[CS4231_LEFT_INPUT] || in snd_wss_put_mux() 2054 return change; in snd_wss_put_mux() 2098 int change; in snd_wss_put_single() local 2107 change = val != chip->image[reg]; in snd_wss_put_single() 2110 return change; in snd_wss_put_single() 2162 int change; in snd_wss_put_double() local 2177 change = val1 != chip->image[left_reg] || in snd_wss_put_double() 2184 change = val1 != chip->image[left_reg]; in snd_wss_put_double() 2188 return change; in snd_wss_put_double()
|
/linux-4.1.27/drivers/base/regmap/ |
D | regmap.c | 37 bool *change); 2330 bool *change) in _regmap_update_bits() argument 2344 if (change) in _regmap_update_bits() 2345 *change = true; in _regmap_update_bits() 2347 if (change) in _regmap_update_bits() 2348 *change = false; in _regmap_update_bits() 2425 bool *change) in regmap_update_bits_check() argument 2430 ret = _regmap_update_bits(map, reg, mask, val, change); in regmap_update_bits_check() 2455 bool *change) in regmap_update_bits_check_async() argument 2463 ret = _regmap_update_bits(map, reg, mask, val, change); in regmap_update_bits_check_async()
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | sharp,ls037v7dw01.txt | 19 This panel can have zero to five GPIOs to configure to change configuration
|
/linux-4.1.27/Documentation/filesystems/ |
D | directory-locking | 54 That ordering can change. However, the following is true: 58 acquire the lock on B. (Proof: only cross-directory rename can change 62 change until rename acquires all locks. (Proof: other cross-directory
|