Searched refs:change (Results 1 - 200 of 4253) sorted by relevance

1234567891011>>

/linux-4.1.27/arch/avr32/boot/images/
H A DMakefile31 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 \
41 --change-section-lma __kcrctab_gpl-0x80000000 \
42 --change-section-lma __ksymtab_strings-0x80000000 \
/linux-4.1.27/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c63 unsigned long change; testcase() local
70 /* change one byte */ testcase()
71 change = random() % SIZE; testcase()
72 s2[change] = random() & 0xff; testcase()
81 unsigned long change; testcase() local
88 /* change multiple bytes, 1/8 of total */ testcase()
90 change = random() % SIZE; testcase()
91 s2[change] = random() & 0xff; testcase()
/linux-4.1.27/sound/pci/ice1712/
H A Dwtm.c41 /* rate change needs atomic mute/unmute of all dacs*/
82 int id, idx, change; stac9460_dac_mute_all() local
93 change = (new != old); stac9460_dac_mute_all()
94 if (change) { stac9460_dac_mute_all()
112 change = (new != old); stac9460_dac_mute_all()
113 if (change) { stac9460_dac_mute_all()
160 int change; stac9460_dac_mute_put() local
167 change = (new != old); stac9460_dac_mute_put()
168 if (change) { stac9460_dac_mute_put()
181 change = (new != old); stac9460_dac_mute_put()
182 if (change) { stac9460_dac_mute_put()
189 return change; stac9460_dac_mute_put()
233 int change; stac9460_dac_vol_put() local
240 change = (ovol != nvol); stac9460_dac_vol_put()
241 if (change) { stac9460_dac_vol_put()
254 change = (ovol != nvol); stac9460_dac_vol_put()
255 if (change) { stac9460_dac_vol_put()
264 return change; stac9460_dac_vol_put()
300 int change; stac9460_adc_mute_put() local
309 change = (new != old); stac9460_adc_mute_put()
310 if (change) stac9460_adc_mute_put()
319 change = (new != old); stac9460_adc_mute_put()
320 if (change) stac9460_adc_mute_put()
324 return change; stac9460_adc_mute_put()
370 int change; stac9460_adc_vol_put() local
378 change = ((ovol & 0x0f) != nvol); stac9460_adc_vol_put()
379 if (change) stac9460_adc_vol_put()
388 change = ((ovol & 0x0f) != nvol); stac9460_adc_vol_put()
389 if (change) stac9460_adc_vol_put()
394 return change; stac9460_adc_vol_put()
430 int change, id; stac9460_mic_sw_put() local
438 change = (new != old); stac9460_mic_sw_put()
439 if (change) { stac9460_mic_sw_put()
445 return change; stac9460_mic_sw_put()
450 * Handler for setting correct codec rate - called when rate change is detected
470 /* change detected, setting master clock, muting first */ stac9460_set_rate_val()
476 /*printk(KERN_DEBUG "Rate change: %d, new MC: 0x%02x\n", rate, new);*/ stac9460_set_rate_val()
H A Dprodigy192.c71 /* rate change needs atomic mute/unmute of all dacs*/
96 int change; stac9460_dac_mute() local
99 change = (new != old); stac9460_dac_mute()
100 if (change) stac9460_dac_mute()
103 return change; stac9460_dac_mute()
127 int idx, change; stac9460_dac_mute_put() local
139 change = stac9460_dac_mute(ice, idx, ucontrol->value.integer.value[0]); stac9460_dac_mute_put()
141 return change; stac9460_dac_mute_put()
177 int change; stac9460_dac_vol_put() local
186 change = (ovol != nvol); stac9460_dac_vol_put()
187 if (change) { stac9460_dac_vol_put()
195 return change; stac9460_dac_vol_put()
222 int change; stac9460_adc_mute_put() local
228 change = (new != old); stac9460_adc_mute_put()
229 if (change) stac9460_adc_mute_put()
233 return change; stac9460_adc_mute_put()
268 int change; stac9460_adc_vol_put() local
274 change = ((ovol & 0x0f) != nvol); stac9460_adc_vol_put()
275 if (change) stac9460_adc_vol_put()
279 return change; stac9460_adc_vol_put()
307 int change; stac9460_mic_sw_put() local
310 change = (new != old); stac9460_mic_sw_put()
311 if (change) stac9460_mic_sw_put()
313 return change; stac9460_mic_sw_put()
316 * Handler for setting correct codec rate - called when rate change is detected
336 /* change detected, setting master clock, muting first */ stac9460_set_rate_val()
343 /*dev_dbg(ice->card->dev, "Rate change: %d, new MC: 0x%02x\n", rate, new);*/ stac9460_set_rate_val()
581 int change; ak4114_input_sw_put() local
588 change = (new != old); ak4114_input_sw_put()
589 if (change) ak4114_input_sw_put()
591 return change; ak4114_input_sw_put()
H A Daureon.c226 int change; aureon_universe_inmux_put() local
233 change = (oval != nval); aureon_universe_inmux_put()
234 if (change) { aureon_universe_inmux_put()
239 return change; aureon_universe_inmux_put()
390 int change; aureon_ac97_vol_put() local
400 change = (ovol != nvol); aureon_ac97_vol_put()
401 if (change) aureon_ac97_vol_put()
406 return change; aureon_ac97_vol_put()
431 int change; aureon_ac97_mute_put() local
438 change = (ovol != nvol); aureon_ac97_mute_put()
439 if (change) aureon_ac97_mute_put()
444 return change; aureon_ac97_mute_put()
468 int change; aureon_ac97_micboost_put() local
475 change = (ovol != nvol); aureon_ac97_micboost_put()
476 if (change) aureon_ac97_micboost_put()
481 return change; aureon_ac97_micboost_put()
671 int change; aureon_ac97_mmute_put() local
677 change = (ovol != nvol); aureon_ac97_mmute_put()
678 if (change) aureon_ac97_mmute_put()
683 return change; aureon_ac97_mmute_put()
731 int change; wm_pcm_mute_put() local
736 change = (oval != nval); wm_pcm_mute_put()
737 if (change) wm_pcm_mute_put()
741 return change; wm_pcm_mute_put()
771 int ch, change = 0; wm_master_vol_put() local
786 change = 1; wm_master_vol_put()
790 return change; wm_master_vol_put()
825 int change = 0; wm_vol_put() local
840 change = 1; wm_vol_put()
844 return change; wm_vol_put()
878 int change = 0, voices, ofs, i; wm_mute_put() local
892 change = 1; wm_mute_put()
897 return change; wm_mute_put()
921 int change = 0, i; wm_master_mute_put() local
935 change = 1; wm_master_mute_put()
940 return change; wm_master_mute_put()
973 int change = 0; wm_pcm_vol_put() local
984 change = 1; wm_pcm_vol_put()
987 return change; wm_pcm_vol_put()
1014 int i, change = 0; wm_adc_mute_put() local
1022 change = 1; wm_adc_mute_put()
1027 return change; wm_adc_mute_put()
1063 int change = 0; wm_adc_vol_put() local
1072 change = 1; wm_adc_vol_put()
1076 return change; wm_adc_vol_put()
1126 int change; wm_adc_mux_put() local
1133 change = (oval != nval); wm_adc_mux_put()
1134 if (change) wm_adc_mux_put()
1137 return change; wm_adc_mux_put()
1177 int change; aureon_cs8415_mux_put() local
1183 change = (oval != nval); aureon_cs8415_mux_put()
1184 if (change) aureon_cs8415_mux_put()
1188 return change; aureon_cs8415_mux_put()
1227 int change; aureon_cs8415_mute_put() local
1234 change = (oval != nval); aureon_cs8415_mute_put()
1235 if (change) aureon_cs8415_mute_put()
1238 return change; aureon_cs8415_mute_put()
H A Dphase.c316 int change; wm_pcm_mute_put() local
321 change = (nval != oval); wm_pcm_mute_put()
322 if (change) wm_pcm_mute_put()
326 return change; wm_pcm_mute_put()
359 int ch, change = 0; wm_master_vol_put() local
374 change = 1; wm_master_vol_put()
378 return change; wm_master_vol_put()
510 int change = 0; wm_vol_put() local
526 change = 1; wm_vol_put()
530 return change; wm_vol_put()
566 int change = 0, voices, ofs, i; wm_mute_put() local
581 change = 1; wm_mute_put()
586 return change; wm_mute_put()
612 int change = 0, i; wm_master_mute_put() local
627 change = 1; wm_master_mute_put()
632 return change; wm_master_mute_put()
668 int change = 0; wm_pcm_vol_put() local
680 change = 1; wm_pcm_vol_put()
683 return change; wm_pcm_vol_put()
H A Dpontis.c143 int i, idx, change = 0; wm_dac_vol_put() local
154 change = 1; wm_dac_vol_put()
158 return change; wm_dac_vol_put()
198 int i, idx, change = 0; wm_adc_vol_put() local
208 change = 1; wm_adc_vol_put()
212 return change; wm_adc_vol_put()
236 int change; wm_adc_mux_put() local
244 change = nval != oval; wm_adc_mux_put()
245 if (change) { wm_adc_mux_put()
249 return change; wm_adc_mux_put()
271 int change = 0; wm_bypass_put() local
281 change = 1; wm_bypass_put()
284 return change; wm_bypass_put()
306 int change = 0; wm_chswap_put() local
318 change = 1; wm_chswap_put()
321 return change; wm_chswap_put()
437 int change = 0; cs_source_put() local
444 change = 1; cs_source_put()
447 return change; cs_source_put()
H A Dprodigy_hifi.c283 int change = 0; ak4396_dac_vol_put() local
291 change = 1; ak4396_dac_vol_put()
295 return change; ak4396_dac_vol_put()
410 int i, idx, change = 0; wm_dac_vol_put() local
419 change = 1; wm_dac_vol_put()
423 return change; wm_dac_vol_put()
460 int change = 0; wm8766_vol_put() local
472 change = 1; wm8766_vol_put()
476 return change; wm8766_vol_put()
508 int ch, change = 0; wm_master_vol_put() local
527 change = 1; wm_master_vol_put()
531 return change; wm_master_vol_put()
582 int change = 0; wm_adc_mux_enum_put() local
589 change = 1; wm_adc_mux_enum_put()
592 return change; wm_adc_mux_enum_put()
637 int i, idx, change = 0; wm_adc_vol_put() local
647 change = 1; wm_adc_vol_put()
651 return change; wm_adc_vol_put()
678 int change; wm_adc_mux_put() local
686 change = nval != oval; wm_adc_mux_put()
687 if (change) { wm_adc_mux_put()
716 int change = 0; wm_bypass_put() local
726 change = 1; wm_bypass_put()
729 return change; wm_bypass_put()
754 int change = 0; wm_chswap_put() local
766 change = 1; wm_chswap_put()
769 return change; wm_chswap_put()
H A Ddelta.c219 int change; delta_spdif_default_put() local
223 change = ice->spdif.cs8403_bits != val; delta_spdif_default_put()
225 if (change && ice->playback_pro_substream == NULL) { delta_spdif_default_put()
231 return change; delta_spdif_default_put()
242 int change; delta_spdif_stream_put() local
246 change = ice->spdif.cs8403_stream_bits != val; delta_spdif_stream_put()
248 if (change && ice->playback_pro_substream != NULL) { delta_spdif_stream_put()
254 return change; delta_spdif_stream_put()
314 * change the DFS bit according rate for Delta1010
334 * change the rate of AK4524 on Delta 44/66, AP, 1010LT
366 * change the rate of AK4524 on VX442
398 int change; delta_setup_spdif() local
410 change = ice->spdif.cs8403_stream_bits != tmp; delta_setup_spdif()
413 if (change) delta_setup_spdif()
/linux-4.1.27/sound/soc/
H A Dsoc-io.c66 unsigned int mask, unsigned int val, bool *change) snd_soc_component_update_bits_legacy()
81 *change = old != new; snd_soc_component_update_bits_legacy()
82 if (*change) snd_soc_component_update_bits_legacy()
98 * changed, 0 if the operation was successful, but the value did not change.
104 bool change; snd_soc_component_update_bits() local
109 val, &change); snd_soc_component_update_bits()
112 mask, val, &change); snd_soc_component_update_bits()
116 return change; snd_soc_component_update_bits()
134 * changed, 0 if the operation was successful, but the value did not change.
140 bool change; snd_soc_component_update_bits_async() local
145 mask, val, &change); snd_soc_component_update_bits_async()
148 mask, val, &change); snd_soc_component_update_bits_async()
152 return change; snd_soc_component_update_bits_async()
171 * snd_soc_component_test_bits - Test register for change
180 * Return: 1 for change, otherwise 0.
225 * Returns 1 for change, 0 for no change, or negative error code.
236 * snd_soc_test_bits - test register for change
245 * Returns 1 for change else 0.
64 snd_soc_component_update_bits_legacy( struct snd_soc_component *component, unsigned int reg, unsigned int mask, unsigned int val, bool *change) snd_soc_component_update_bits_legacy() argument
/linux-4.1.27/include/linux/
H A Dtty_flip.h20 int change; tty_insert_flip_char() local
22 change = (tb->flags & TTYB_NORMAL) && (flag != TTY_NORMAL); tty_insert_flip_char()
23 if (!change && tb->used < tb->size) { tty_insert_flip_char()
H A Dkernel-page-flags.h8 * WARNING: subject to change, never rely on them!
H A Dgetcpu.h11 It is only a private cache for vgetcpu(). It will change in future kernels.
H A Damifd.h40 unsigned int settle_time; /* time to settle after dir change */
41 unsigned int side_time; /* time needed to change sides */
H A Dsem.h15 time_t sem_ctime; /* last change time */
H A Dcirc_buf.h23 accessing head and tail more than once, so they can change
H A Dmsg.h22 time_t q_ctime; /* last change time */
H A Dlru_cache.h110 For each transaction recording a change to the active set, we record the
111 change itself (index: -old_label, +new_label), and which index is associated
124 Currently we need one activity log transaction per single label change, which
128 We plan to change the transaction format to support multiple changes per
154 * them, as the change "index: -old_label, +LC_FREE" would need a transaction
237 /* if we need to change the set, but currently there is no free nor
277 * order on the active and lru lists may still change. Used to serialize
290 * still change. Only works on a "clean" set. Returns true if we aquired the
292 * change the set will not succeed until the next lc_unlock().
297 * lc_unlock - unlock @lc, allow lc_get() to change the set again
H A Dbrcmphy.h69 #define MII_BCM54XX_INT_SPEED 0x0004 /* Link speed change */
80 #define MII_BCM54XX_INT_MDIX 0x2000 /* MDIX status change */
184 #define MII_BRCM_FET_IR_LINK_EN 0x0200 /* Link status change enable */
185 #define MII_BRCM_FET_IR_SPEED_EN 0x0400 /* Link speed change enable */
186 #define MII_BRCM_FET_IR_DUPLEX_EN 0x0800 /* Duplex mode change enable */
H A Drtnetlink.h19 void rtmsg_ifinfo(int type, struct net_device *dev, unsigned change, gfp_t flags);
21 unsigned change, gfp_t flags);
H A Dauto_dev-ioctl.h132 * If you change this make sure you make the corresponding change
H A Dtracehook.h30 * it is ok to change the interface documented here. The maintainer of
32 * that they need to work out the change.
41 * can change so there is no make-work burden on the core code. The
43 * tracing code that they need to work out the change.
/linux-4.1.27/include/linux/platform_data/
H A Dsi5351.h10 * @SI5351_PLL_SRC_DEFAULT: default, do not change eeprom config
22 * @SI5351_MULTISYNTH_SRC_DEFAULT: default, do not change eeprom config
34 * @SI5351_CLKOUT_SRC_DEFAULT: default, do not change eeprom config
51 * @SI5351_DRIVE_DEFAULT: default, do not change eeprom config
67 * @SI5351_DISABLE_DEFAULT: default, do not change eeprom config
87 * @pll_master: if true, clkout can also change pll rate
H A Dmv_usb.h37 struct mv_usb_addon_irq *id; /* Only valid for OTG. ID pin change*/
38 struct mv_usb_addon_irq *vbus; /* valid for OTG/UDC. VBUS change*/
H A Dmmc-mxcmmc.h22 * change giving data as argument.
H A Dusb-davinci.h50 /* Over-current indicator change notification (pass NULL to disable) */
/linux-4.1.27/arch/arm/mach-omap2/
H A Dclock3xxx.c44 * @hw: clock to change
49 * or not, and then do the rate change if supported. Returns -EINVAL
51 * clock rate change.
62 pr_err("clock: DPLL4 cannot change rate due to silicon 'Limitation 2.5' on 3430ES1.\n"); omap3_dpll4_set_rate()
71 * @hw: clock to change
77 * or not, and then do the rate + parent change if supported. Returns
79 * from the clock rate change.
85 pr_err("clock: DPLL4 cannot change rate due to silicon 'Limitation 2.5' on 3430ES1.\n"); omap3_dpll4_set_rate_and_parent()
/linux-4.1.27/include/uapi/linux/
H A Dbaycom.h31 * ioctl values change for baycom
H A Datmarp.h24 #define ATMARP_ENCAP _IO('a',ATMIOC_CLIP+5) /* change encapsulation */
H A Dposix_types.h8 * beyond that you'll have to change this too. But 1024 fd's seem to be
H A Dfs.h14 * It's silly to have NR_OPEN bigger than NR_FILE, but you can change
85 #define MS_UNBINDABLE (1<<17) /* change to unbindable */
86 #define MS_PRIVATE (1<<18) /* change to private */
87 #define MS_SLAVE (1<<19) /* change to slave */
88 #define MS_SHARED (1<<20) /* change to shared */
H A Dneighbour.h61 /* NUD_NOARP & NUD_PERMANENT are pseudostates, they never change
90 * To change neighbour table attributes, send RTM_SETNEIGHTBL
/linux-4.1.27/arch/m68k/include/asm/
H A Dcurrent.h12 * just keep a global, we should probably just change it all to be
H A Dmac_baboon.h28 * bit 2: media bay status change interrupt
/linux-4.1.27/lib/zlib_inflate/
H A Dinffixed.h7 is subject to change. Applications should only use zlib.h.
H A Dinfutil.h8 subject to change. Applications should only use zlib.h.
/linux-4.1.27/arch/um/os-Linux/drivers/
H A Dethertap_user.c39 struct addr_change change; etap_change() local
43 change.what = op; etap_change()
44 memcpy(change.addr, addr, sizeof(change.addr)); etap_change()
45 memcpy(change.netmask, netmask, sizeof(change.netmask)); etap_change()
46 CATCH_EINTR(n = write(fd, &change, sizeof(change))); etap_change()
47 if (n != sizeof(change)) { etap_change()
/linux-4.1.27/net/sched/
H A Dsch_fifo.c105 .change = fifo_init,
120 .change = fifo_init,
135 .change = fifo_init,
140 /* Pass size change message down to embedded FIFO */ fifo_set_limit()
146 /* Hack to avoid sending change message to non-FIFO */ fifo_set_limit()
156 ret = q->ops->change(q, nla); fifo_set_limit()
/linux-4.1.27/drivers/watchdog/
H A Dar7_wdt.c64 u32 change; member in struct:ar7_wdt
117 WRITE_REG(ar7_wdt->change, value); ar7_wdt_change()
121 pr_err("failed to unlock WDT change reg\n"); ar7_wdt_change()
142 u32 change; ar7_wdt_update_margin() local
146 change = new_margin * (vbus_rate / prescale_value); ar7_wdt_update_margin()
147 if (change < 1) ar7_wdt_update_margin()
148 change = 1; ar7_wdt_update_margin()
149 if (change > 0xffff) ar7_wdt_update_margin()
150 change = 0xffff; ar7_wdt_update_margin()
151 ar7_wdt_change(change); ar7_wdt_update_margin()
152 margin = change * prescale_value / vbus_rate; ar7_wdt_update_margin()
153 pr_info("timer margin %d seconds (prescale %d, change %d, freq %d)\n", ar7_wdt_update_margin()
154 margin, prescale_value, change, vbus_rate); ar7_wdt_update_margin()
/linux-4.1.27/arch/xtensa/include/uapi/asm/
H A Dsembuf.h31 __kernel_time_t sem_ctime; /* last change time */
37 __kernel_time_t sem_ctime; /* last change time */
H A Dmsgbuf.h28 __kernel_time_t msg_ctime; /* last change time */
34 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h30 __kernel_time_t shm_ctime; /* last change time */
46 __kernel_time_t shm_ctime; /* last change time */
H A Dstat.h53 unsigned long st_ctime; /* Time of last status change. */
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dsembuf.h17 __kernel_time_t sem_ctime; /* last change time */
/linux-4.1.27/include/uapi/linux/netfilter/
H A Dxt_LOG.h4 /* make sure not to change this without changing nf_log.h:NF_LOG_* (!) */
/linux-4.1.27/include/uapi/linux/netfilter_ipv4/
H A Dipt_LOG.h6 /* make sure not to change this without changing netfilter.h:NF_LOG_* (!) */
/linux-4.1.27/include/uapi/linux/netfilter_ipv6/
H A Dip6t_LOG.h6 /* make sure not to change this without changing netfilter.h:NF_LOG_* (!) */
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dsembuf.h16 __kernel_time_t sem_ctime; /* last change time */
H A Dshmbuf.h18 __kernel_time_t shm_ctime; /* last change time */
/linux-4.1.27/arch/mips/pci/
H A Dpci-bcm63xx.h12 * need to change the following definition.
/linux-4.1.27/arch/mn10300/include/uapi/asm/
H A Dsembuf.h18 __kernel_time_t sem_ctime; /* last change time */
H A Dmsgbuf.h20 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h21 __kernel_time_t shm_ctime; /* last change time */
/linux-4.1.27/arch/parisc/include/asm/
H A Drt_sigframe.h12 change sp so we could run really fast.) */
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmpc8260.h3 * we have a unique include file for each. Rather than change every
/linux-4.1.27/arch/avr32/include/uapi/asm/
H A Dsembuf.h18 __kernel_time_t sem_ctime; /* last change time */
H A Dmsgbuf.h20 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h21 __kernel_time_t shm_ctime; /* last change time */
/linux-4.1.27/arch/blackfin/kernel/
H A Dkgdb_test.c30 pr_alert("L1(before change) : data variable addr = 0x%p, data value is %d\n", &num1, num1); kgdb_l1_test()
33 pr_alert("L1(after change) : data variable addr = 0x%p, data value is %d\n", &num1, num1); kgdb_l1_test()
44 pr_alert("L2(before change) : data variable addr = 0x%p, data value is %d\n", &num2, num2); kgdb_l2_test()
47 pr_alert("L2(after change) : data variable addr = 0x%p, data value is %d\n", &num2, num2); kgdb_l2_test()
/linux-4.1.27/arch/cris/include/uapi/asm/
H A Dsembuf.h18 __kernel_time_t sem_ctime; /* last change time */
H A Detraxgpio.h6 * /dev/gpioa minor 0, 8 bit GPIO, each bit can change direction
7 * /dev/gpiob minor 1, 8 bit GPIO, each bit can change direction
12 * Also note that some bits change pins depending on what interfaces
16 * /dev/gpioa minor 0, 8 bit GPIO, each bit can change direction
17 * /dev/gpiob minor 1, 18 bit GPIO, each bit can change direction
18 * /dev/gpioc minor 3, 18 bit GPIO, each bit can change direction
19 * /dev/gpiod minor 4, 18 bit GPIO, each bit can change direction
20 * /dev/gpioe minor 5, 18 bit GPIO, each bit can change direction
24 * /dev/gpioa minor 0, 32 bit GPIO, each bit can change direction
25 * /dev/gpiob minor 1, 32 bit GPIO, each bit can change direction
26 * /dev/gpioc minor 3, 16 bit GPIO, each bit can change direction
H A Dmsgbuf.h22 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h21 __kernel_time_t shm_ctime; /* last change time */
/linux-4.1.27/arch/frv/include/uapi/asm/
H A Dsembuf.h18 __kernel_time_t sem_ctime; /* last change time */
H A Dmsgbuf.h20 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h21 __kernel_time_t shm_ctime; /* last change time */
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dsembuf.h16 __kernel_time_t sem_ctime; /* last change time */
H A Dmsgbuf.h17 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h18 __kernel_time_t shm_ctime; /* last change time */
/linux-4.1.27/arch/m32r/include/uapi/asm/
H A Dsembuf.h18 __kernel_time_t sem_ctime; /* last change time */
H A Dmsgbuf.h20 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h21 __kernel_time_t shm_ctime; /* last change time */
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dsembuf.h16 __kernel_time_t sem_ctime; /* last change time */
H A Dmsgbuf.h17 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h18 __kernel_time_t shm_ctime; /* last change time */
H A Dmman.h9 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
10 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
/linux-4.1.27/sound/i2c/
H A Dtea6330t.c112 int change, count, err; snd_tea6330t_put_master_volume() local
119 change = val1 != tea->mleft || val2 != tea->mright; snd_tea6330t_put_master_volume()
134 change = err; snd_tea6330t_put_master_volume()
137 return change; snd_tea6330t_put_master_volume()
163 int change, err; snd_tea6330t_put_master_switch() local
172 change = val1 != oval1 || val2 != oval2; snd_tea6330t_put_master_switch()
179 change = err; snd_tea6330t_put_master_switch()
181 return change; snd_tea6330t_put_master_switch()
214 int change, err; snd_tea6330t_put_bass() local
222 change = tea->regs[TEA6330T_SADDR_BASS] != val1; snd_tea6330t_put_bass()
226 change = err; snd_tea6330t_put_bass()
228 return change; snd_tea6330t_put_bass()
261 int change, err; snd_tea6330t_put_treble() local
269 change = tea->regs[TEA6330T_SADDR_TREBLE] != val1; snd_tea6330t_put_treble()
273 change = err; snd_tea6330t_put_treble()
275 return change; snd_tea6330t_put_treble()
/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Dprocessor.h16 * The offsets here are hardcoded into _resume - if you change this struct, you need to
17 * change them as well!!!
28 * so don't change it unless you know what you are doing.
H A Dtimex.h10 /* If you change anything here you must check time.c as well... */
/linux-4.1.27/sound/ppc/
H A Ddaca.c111 int change; daca_put_deemphasis() local
115 change = mix->deemphasis != ucontrol->value.integer.value[0]; daca_put_deemphasis()
116 if (change) { daca_put_deemphasis()
120 return change; daca_put_deemphasis()
152 int change; daca_put_volume() local
160 change = mix->left_vol != vol[0] || daca_put_volume()
162 if (change) { daca_put_volume()
167 return change; daca_put_volume()
189 int change; daca_put_amp() local
193 change = mix->amp_on != ucontrol->value.integer.value[0]; daca_put_amp()
194 if (change) { daca_put_amp()
199 return change; daca_put_amp()
H A Dtumbler.c283 int change; tumbler_put_master_volume() local
290 change = mix->master_vol[0] != vol[0] || tumbler_put_master_volume()
292 if (change) { tumbler_put_master_volume()
297 return change; tumbler_put_master_volume()
317 int change; tumbler_put_master_switch() local
319 change = mix->master_switch[0] != ucontrol->value.integer.value[0] || tumbler_put_master_switch()
321 if (change) { tumbler_put_master_switch()
326 return change; tumbler_put_master_switch()
431 int change; tumbler_put_drc_value() local
443 change = mix->drc_range != val; tumbler_put_drc_value()
444 if (change) { tumbler_put_drc_value()
451 return change; tumbler_put_drc_value()
470 int change; tumbler_put_drc_switch() local
474 change = mix->drc_enable != ucontrol->value.integer.value[0]; tumbler_put_drc_switch()
475 if (change) { tumbler_put_drc_switch()
482 return change; tumbler_put_drc_switch()
554 int change; tumbler_put_mono() local
561 change = mix->mono_vol[info->index] != vol; tumbler_put_mono()
562 if (change) { tumbler_put_mono()
566 return change; tumbler_put_mono()
700 int change; snapper_put_mix() local
709 change = mix->mix_vol[idx][0] != vol[0] || snapper_put_mix()
711 if (change) { snapper_put_mix()
716 return change; snapper_put_mix()
820 int change; snapper_put_capture_source() local
822 change = ucontrol->value.enumerated.item[0] != mix->capture_source; snapper_put_capture_source()
823 if (change) { snapper_put_capture_source()
827 return change; snapper_put_capture_source()
/linux-4.1.27/arch/sh/include/asm/
H A Dhd64461.h128 #define HD64461_PCC0CSCR HD64461_IO_OFFSET(0x2004) /* socket 0 card status change */
129 #define HD64461_PCC0CSCIER HD64461_IO_OFFSET(0x2006) /* socket 0 card status change interrupt enable */
134 #define HD64461_PCC1CSCR HD64461_IO_OFFSET(0x2014) /* socket 1 card status change */
135 #define HD64461_PCC1CSCIER HD64461_IO_OFFSET(0x2016) /* socket 1 card status change interrupt enable */
169 #define HD64461_PCCCSCR_SC 0x10 /* STSCHG (status change) pin */
170 #define HD64461_PCCCSCR_CDC 0x08 /* CD (card detect) change */
171 #define HD64461_PCCCSCR_RC 0x04 /* READY change */
172 #define HD64461_PCCCSCR_BW 0x02 /* battery warning change */
173 #define HD64461_PCCCSCR_BD 0x01 /* battery dead change */
176 #define HD64461_PCCCSCIER_CRE 0x80 /* change reset enable */
183 #define HD64461_PCCCSCIER_SCE 0x10 /* status change enable */
184 #define HD64461_PCCCSCIER_CDE 0x08 /* card detect change enable */
185 #define HD64461_PCCCSCIER_RE 0x04 /* ready change enable */
186 #define HD64461_PCCCSCIER_BWE 0x02 /* battery warn change enable */
187 #define HD64461_PCCCSCIER_BDE 0x01 /* battery dead change enable*/
/linux-4.1.27/sound/soc/intel/common/
H A Dsst-dsp.c164 bool change; sst_dsp_shim_update_bits_unlocked() local
173 change = (old != new); sst_dsp_shim_update_bits_unlocked()
174 if (change) sst_dsp_shim_update_bits_unlocked()
177 return change; sst_dsp_shim_update_bits_unlocked()
184 bool change; sst_dsp_shim_update_bits64_unlocked() local
191 change = (old != new); sst_dsp_shim_update_bits64_unlocked()
192 if (change) sst_dsp_shim_update_bits64_unlocked()
195 return change; sst_dsp_shim_update_bits64_unlocked()
203 bool change; sst_dsp_shim_update_bits() local
206 change = sst_dsp_shim_update_bits_unlocked(sst, offset, mask, value); sst_dsp_shim_update_bits()
208 return change; sst_dsp_shim_update_bits()
216 bool change; sst_dsp_shim_update_bits64() local
219 change = sst_dsp_shim_update_bits64_unlocked(sst, offset, mask, value); sst_dsp_shim_update_bits64()
221 return change; sst_dsp_shim_update_bits64()
/linux-4.1.27/sound/isa/sb/
H A Dsb_mixer.c94 int change; snd_sbmixer_put_single() local
101 change = val != oval; snd_sbmixer_put_single()
102 if (change) snd_sbmixer_put_single()
105 return change; snd_sbmixer_put_single()
152 int change; snd_sbmixer_put_double() local
161 change = left != oleft; snd_sbmixer_put_double()
162 if (change) snd_sbmixer_put_double()
169 change = left != oleft || right != oright; snd_sbmixer_put_double()
170 if (change) { snd_sbmixer_put_double()
176 return change; snd_sbmixer_put_double()
232 int change; snd_dt019x_input_sw_put() local
258 change = nval != oval; snd_dt019x_input_sw_put()
259 if (change) snd_dt019x_input_sw_put()
262 return change; snd_dt019x_input_sw_put()
302 int change; snd_als4k_mono_capture_route_put() local
312 change = nval != oval; snd_als4k_mono_capture_route_put()
313 if (change) snd_als4k_mono_capture_route_put()
316 return change; snd_als4k_mono_capture_route_put()
360 int change; snd_sb8mixer_put_mux() local
379 change = nval != oval; snd_sb8mixer_put_mux()
380 if (change) snd_sb8mixer_put_mux()
383 return change; snd_sb8mixer_put_mux()
428 int change; snd_sb16mixer_put_input_sw() local
440 change = val1 != oval1 || val2 != oval2; snd_sb16mixer_put_input_sw()
441 if (change) { snd_sb16mixer_put_input_sw()
446 return change; snd_sb16mixer_put_input_sw()
/linux-4.1.27/drivers/tty/
H A Dmxser.h52 /* on EFR (offset 0x02) bit 6,7 to change bank. */
73 /* set XON1 value register, when LCR=0xBF and change to bank0 */
76 /* set XON2 value register, when LCR=0xBF and change to bank0 */
79 /* set XOFF1 value register, when LCR=0xBF and change to bank0 */
82 /* set XOFF2 value register, when LCR=0xBF and change to bank0 */
119 /* RTS/CTS change state interrupt pending */
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dl_lock.c47 * but there is a case when we change resource of lock upon
53 /* on server-side resource of lock doesn't change */ lock_res_and_lock()
69 /* on server-side resource of lock doesn't change */ unlock_res_and_lock()
/linux-4.1.27/arch/score/include/asm/
H A Dprocessor.h32 * so don't change it unless you know what you are doing.
48 * If you change thread_struct remember to change the #defines below too!
/linux-4.1.27/arch/sparc/include/uapi/asm/
H A Dsembuf.h24 __kernel_time_t sem_ctime; /* last change time */
H A Dmsgbuf.h28 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h27 __kernel_time_t shm_ctime; /* last change time */
/linux-4.1.27/arch/mips/include/asm/mach-ath79/
H A Dkernel-entry-init.h17 * and this cause performance issues. Let's go and change it to
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dsembuf.h20 __kernel_time_t sem_ctime; /* last change time */
H A Dmsgbuf.h24 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h25 __kernel_time_t shm_ctime; /* last change time */
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dsembuf.h25 __kernel_time_t sem_ctime; /* last change time */
H A Dmsgbuf.h29 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h29 __kernel_time_t shm_ctime; /* last change time */
H A Dmman.h9 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
10 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
/linux-4.1.27/arch/powerpc/include/uapi/asm/
H A Dmsgbuf.h23 __kernel_time_t msg_ctime; /* last change time */
H A Dsembuf.h30 __kernel_time_t sem_ctime; /* last change time */
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Dtimex.h9 * The clock runs at 100MHz, we divide it by 1000000. If you change anything
/linux-4.1.27/arch/arm/mach-s3c64xx/include/mach/
H A Dpm-core.h57 /* make these defines, we currently do not have any need to change
86 /* change from UCLKx => wrong PCLK, s3c_pm_arch_update_uart()
94 /* as an precaution, don't change from s3c_pm_arch_update_uart()
99 S3C_PMDBG("ucon change %04x => %04x (save=%04x)\n", s3c_pm_arch_update_uart()
/linux-4.1.27/net/ipv4/netfilter/
H A Diptable_nat.c70 /* Before packet filtering, change destination */
78 /* After packet filtering, change source */
86 /* Before packet filtering, change destination */
94 /* After packet filtering, change source */
/linux-4.1.27/net/ipv6/netfilter/
H A Dip6table_nat.c72 /* Before packet filtering, change destination */
80 /* After packet filtering, change source */
88 /* Before packet filtering, change destination */
96 /* After packet filtering, change source */
/linux-4.1.27/sound/isa/msnd/
H A Dmsnd_pinnacle_mixer.c88 int change; snd_msndmix_set_mux() local
107 change = newrecsrc != chip->recsrc; snd_msndmix_set_mux()
108 if (change) { snd_msndmix_set_mux()
109 change = 0; snd_msndmix_set_mux()
113 change = 1; snd_msndmix_set_mux()
116 return change; snd_msndmix_set_mux()
259 int change, addr = kcontrol->private_value; snd_msndmix_volume_put() local
266 change = msnd->left_levels[addr] != left snd_msndmix_volume_put()
270 return change; snd_msndmix_volume_put()
/linux-4.1.27/sound/pci/emu10k1/
H A Demumixer.c711 int change = 0; snd_emu1010_internal_clock_put() local
717 change = (emu->emu1010.internal_clock != val); snd_emu1010_internal_clock_put()
718 if (change) { snd_emu1010_internal_clock_put()
795 return change; snd_emu1010_internal_clock_put()
834 int change = 0; snd_emu1010_optical_out_put() local
840 change = (emu->emu1010.optical_out != val); snd_emu1010_optical_out_put()
841 if (change) { snd_emu1010_optical_out_put()
847 return change; snd_emu1010_optical_out_put()
885 int change = 0; snd_emu1010_optical_in_put() local
891 change = (emu->emu1010.optical_in != val); snd_emu1010_optical_in_put()
892 if (change) { snd_emu1010_optical_in_put()
898 return change; snd_emu1010_optical_in_put()
942 int change = 0; snd_audigy_i2c_capture_source_put() local
954 change = (emu->i2c_capture_source != source_id); snd_audigy_i2c_capture_source_put()
955 if (change) { snd_audigy_i2c_capture_source_put()
978 return change; snd_audigy_i2c_capture_source_put()
1024 int change = 0; snd_audigy_i2c_volume_put() local
1039 change = 1; snd_audigy_i2c_volume_put()
1049 change = 1; snd_audigy_i2c_volume_put()
1052 return change; snd_audigy_i2c_volume_put()
1112 int change;
1136 if ((change = (tmp != reg)))
1139 return change;
1159 int change; snd_emu10k1_spdif_put() local
1171 change = val != emu->spdif_bits[idx]; snd_emu10k1_spdif_put()
1172 if (change) { snd_emu10k1_spdif_put()
1177 return change; snd_emu10k1_spdif_put()
1268 int change = 0, voice, idx, val; snd_emu10k1_send_routing_put() local
1278 change = 1; snd_emu10k1_send_routing_put()
1281 if (change && mix->epcm) { snd_emu10k1_send_routing_put()
1293 return change; snd_emu10k1_send_routing_put()
1341 int change = 0, idx, val; snd_emu10k1_send_volume_put() local
1349 change = 1; snd_emu10k1_send_volume_put()
1352 if (change && mix->epcm) { snd_emu10k1_send_volume_put()
1364 return change; snd_emu10k1_send_volume_put()
1410 int change = 0, idx, val; snd_emu10k1_attn_put() local
1417 change = 1; snd_emu10k1_attn_put()
1420 if (change && mix->epcm) { snd_emu10k1_attn_put()
1429 return change; snd_emu10k1_attn_put()
1481 int change = 0, idx, val; snd_emu10k1_efx_send_routing_put() local
1490 change = 1; snd_emu10k1_efx_send_routing_put()
1494 if (change && mix->epcm) { snd_emu10k1_efx_send_routing_put()
1501 return change; snd_emu10k1_efx_send_routing_put()
1549 int change = 0, idx, val; snd_emu10k1_efx_send_volume_put() local
1557 change = 1; snd_emu10k1_efx_send_volume_put()
1560 if (change && mix->epcm) { snd_emu10k1_efx_send_volume_put()
1567 return change; snd_emu10k1_efx_send_volume_put()
1612 int change = 0, val; snd_emu10k1_efx_attn_put() local
1618 change = 1; snd_emu10k1_efx_attn_put()
1620 if (change && mix->epcm) { snd_emu10k1_efx_attn_put()
1626 return change; snd_emu10k1_efx_attn_put()
1664 int change = 0; snd_emu10k1_shared_spdif_put() local
1675 change = (reg & A_IOCFG_GPOUT0) != val; snd_emu10k1_shared_spdif_put()
1676 if (change) { snd_emu10k1_shared_spdif_put()
1684 change |= (reg & HCFG_GPOUT0) != val; snd_emu10k1_shared_spdif_put()
1685 if (change) { snd_emu10k1_shared_spdif_put()
1691 return change; snd_emu10k1_shared_spdif_put()
/linux-4.1.27/include/xen/interface/io/
H A Dtpmif.h37 /* The backend should only change state to IDLE or FINISH, while the
38 * frontend should only change to SUBMIT or CANCEL. */
/linux-4.1.27/samples/bpf/
H A Dtracex1_kern.c16 * kernel functions can be removed, renamed or completely change semantics.
17 * Number of arguments and their positions can change, etc.
H A Dtracex4_kern.c24 /* kprobe is NOT a stable ABI. If kernel internals change this bpf+kprobe
/linux-4.1.27/fs/gfs2/
H A Dinode.h62 static inline void gfs2_add_inode_blocks(struct inode *inode, s64 change) gfs2_add_inode_blocks() argument
64 gfs2_assert(GFS2_SB(inode), (change >= 0 || inode->i_blocks > -change)); gfs2_add_inode_blocks()
65 change *= (GFS2_SB(inode)->sd_sb.sb_bsize/GFS2_BASIC_BLOCK); gfs2_add_inode_blocks()
66 inode->i_blocks += change; gfs2_add_inode_blocks()
/linux-4.1.27/sound/pci/ca0106/
H A Dca0106_mixer.c174 int change = 0; snd_ca0106_shared_spdif_put() local
177 change = (emu->spdif_enable != val); snd_ca0106_shared_spdif_put()
178 if (change) { snd_ca0106_shared_spdif_put()
182 return change; snd_ca0106_shared_spdif_put()
209 int change = 0; snd_ca0106_capture_source_put() local
214 change = (emu->capture_source != val); snd_ca0106_capture_source_put()
215 if (change) { snd_ca0106_capture_source_put()
219 return change; snd_ca0106_capture_source_put()
246 int change = 0; snd_ca0106_i2c_capture_source_put() local
254 change = (emu->i2c_capture_source != source_id); snd_ca0106_i2c_capture_source_put()
255 if (change) { snd_ca0106_i2c_capture_source_put()
258 return change; snd_ca0106_i2c_capture_source_put()
291 int change = 0; snd_ca0106_capture_mic_line_in_put() local
296 change = (emu->capture_mic_line_in != val); snd_ca0106_capture_mic_line_in_put()
297 if (change) { snd_ca0106_capture_mic_line_in_put()
301 return change; snd_ca0106_capture_mic_line_in_put()
492 int change = 0; snd_ca0106_i2c_volume_put() local
503 change = 1; snd_ca0106_i2c_volume_put()
513 change = 1; snd_ca0106_i2c_volume_put()
516 return change; snd_ca0106_i2c_volume_put()
/linux-4.1.27/arch/s390/include/asm/
H A Detr.h14 unsigned int p0 : 1; /* port 0 change recognition control */
15 unsigned int p1 : 1; /* port 1 change recognition control */
125 unsigned int pc0 : 1; /* port 0 state change */
126 unsigned int pc1 : 1; /* port 1 state change */
220 unsigned int tsc : 1; /* Timing status change */
221 unsigned int lac : 1; /* Link availability change */
222 unsigned int tcpc : 1; /* Time control parameter change */
/linux-4.1.27/drivers/cpufreq/
H A Dpxa2xx-cpufreq.c24 * This driver may change the memory bus clock rate, but will not do any
147 * change sequences.
297 * we need to preset the smaller DRI before the change. If we're pxa_set_target()
298 * speeding up we need to set the larger DRI value after the change. pxa_set_target()
309 * must be set prior to the change. Clearing the divide must be done pxa_set_target()
310 * after the change. pxa_set_target()
346 * change succeeded. The voltage reduction is not a critical failure, pxa_set_target()
349 * Note: if the voltage change fails, and a return value is returned, a pxa_set_target()
420 printk(KERN_INFO "PXA CPU frequency change support initialized\n"); pxa_cpufreq_init()
H A Dloongson2_cpufreq.c46 * Here we notify other drivers of the proposed change and the final change.
H A Dsh-cpufreq.c39 * Here we notify other drivers of the proposed change and the final change.
H A Dsa1100-cpufreq.c51 * The SA-1100 has a single register to change the core clock speed:
56 * speed, so we need to change these, too. The used registers are:
63 * Care must be taken to change the DRAM parameters the correct way,
68 * clock change in ROM and jump to that code from the kernel. The main
/linux-4.1.27/arch/arm/plat-samsung/
H A Dpm-gpio.c120 * weak resistors, so a small delay in change should not need to bring
149 /* If there is no change, then skip */ samsung_gpio_pm_2bit_resume()
159 /* Change is IN => OUT, do not change now */ samsung_gpio_pm_2bit_resume()
164 /* Change is SFN => OUT, do not change now */ samsung_gpio_pm_2bit_resume()
183 /* Now change any items that require DAT,CON */ samsung_gpio_pm_2bit_resume()
218 /* If there is no change, then skip */ samsung_gpio_pm_4bit_mask()
228 /* Change is IN => OUT, do not change now */ samsung_gpio_pm_4bit_mask()
233 /* Change is SFN => OUT, do not change now */ samsung_gpio_pm_4bit_mask()
280 /* Now change the configurations that require DAT,CON */ samsung_gpio_pm_4bit_resume()
/linux-4.1.27/drivers/macintosh/
H A Dvia-pmu-led.c32 /* -1: no change, 0: request off, 1: request on */
40 /* if someone requested a change in the meantime pmu_req_done()
45 /* reset requested change */ pmu_req_done()
/linux-4.1.27/drivers/scsi/bnx2i/
H A Dbnx2i_sysfs.c53 * Interface for user to change shared queue size allocated for each conn
82 printk(KERN_ERR "bnx2i: device busy, cannot change SQ size\n"); bnx2i_set_sq_info()
131 printk(KERN_ERR "bnx2i: device busy, cannot change CCELL size\n"); bnx2i_set_ccell_info()
/linux-4.1.27/drivers/pcmcia/
H A Dpxa2xx_trizeps4.c58 unsigned short status = 0, change; trizeps_pcmcia_socket_state() local
60 change = (status ^ trizeps_pcmcia_status[skt->nr]) & trizeps_pcmcia_socket_state()
62 if (change) { trizeps_pcmcia_socket_state()
H A Dyenta_socket.h8 #define CB_CD1EVENT 0x00000002 /* Card detect 1 change event */
9 #define CB_CD2EVENT 0x00000004 /* Card detect 2 change event */
10 #define CB_PWREVENT 0x00000008 /* PWRCYCLE change event */
15 #define CB_PWRMASK 0x00000008 /* PWRCYCLE change mask */
/linux-4.1.27/drivers/scsi/
H A Deata_pio.h5 * last change: 2002/11/02 *
/linux-4.1.27/arch/um/drivers/
H A Dnet_user.c206 static void change(char *dev, char *what, unsigned char *addr, change() function
225 printk(UM_KERN_ERR "change : failed to allocate output " change()
242 change(arg, "add", addr, netmask); open_addr()
247 change(arg, "del", addr, netmask); close_addr()
/linux-4.1.27/arch/mips/include/asm/mach-ip22/
H A Dcpu-feature-overrides.h29 #define cpu_has_vtag_icache 0 /* Needs to change for R8000 */
/linux-4.1.27/fs/hfs/
H A Dsysdep.c28 /* fix up inode on a timezone change */ hfs_revalidate_dentry()
/linux-4.1.27/include/net/netns/
H A Dgeneric.h20 * 3. do not change this pointer while the net is alive;
/linux-4.1.27/include/uapi/asm-generic/
H A Dsembuf.h29 __kernel_time_t sem_ctime; /* last change time */
H A Dmman-common.h14 #define PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */
15 #define PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */
H A Dstat.h40 long st_ctime; /* Time of last status change. */
65 int st_ctime; /* Time of last status change. */
H A Dmsgbuf.h34 __kernel_time_t msg_ctime; /* last change time */
H A Dshmbuf.h36 __kernel_time_t shm_ctime; /* last change time */
/linux-4.1.27/include/uapi/linux/sunrpc/
H A Ddebug.h32 * change the debug flags for rpc, nfs, nfsd, and lockd. Since the sunrpc
/linux-4.1.27/arch/cris/arch-v10/lib/
H A Dhw_settings.S4 * Don't forget to update the tools if you change this table.
/linux-4.1.27/arch/cris/include/asm/
H A Dcacheflush.h7 /* The cache doesn't need to be flushed when TLB entries change because
/linux-4.1.27/arch/m68k/kernel/
H A Dm68k_ksyms.c10 their interface isn't gonna change any time soon now, so
H A Dmodule.c36 /* This is where to make the change */ apply_relocate()
76 /* This is where to make the change */ apply_relocate_add()
/linux-4.1.27/arch/arm/mach-pxa/
H A Dsleep.S106 @ 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/include/asm-generic/
H A Dcacheflush.h8 * The cache doesn't need to be flushed when TLB entries change when
/linux-4.1.27/include/linux/input/
H A Dauo-pixcir-ts.h29 * compare coordinates: interrupt is asserted when coordinates change
H A Dpixcir_ts.h30 * diff coordinates: interrupt is asserted when coordinates change
/linux-4.1.27/scripts/dtc/libfdt/
H A Dlibfdt.h824 * fdt_setprop_inplace - change a property's value, but not its size
826 * @nodeoffset: offset of the node whose property to change
827 * @name: name of the property to change
832 * the data in val, of length len. This function cannot change the
855 * fdt_setprop_inplace_u32 - change the value of a 32-bit integer property
857 * @nodeoffset: offset of the node whose property to change
858 * @name: name of the property to change
863 * if necessary. This function cannot change the size of a property,
890 * fdt_setprop_inplace_u64 - change the value of a 64-bit integer property
892 * @nodeoffset: offset of the node whose property to change
893 * @name: name of the property to change
898 * if necessary. This function cannot change the size of a property,
925 * fdt_setprop_inplace_cell - change the value of a single-cell property
1030 * therefore change the indexes of some entries in the table.
1054 * therefore change the indexes of some entries in the table.
1070 * fdt_set_name - change the name of a given node
1082 * therefore change the offsets of some existing nodes.
1096 * fdt_setprop - create or change a property
1098 * @nodeoffset: offset of the node whose property to change
1099 * @name: name of the property to change
1108 * therefore change the offsets of some existing nodes.
1129 * @nodeoffset: offset of the node whose property to change
1130 * @name: name of the property to change
1139 * therefore change the offsets of some existing nodes.
1164 * @nodeoffset: offset of the node whose property to change
1165 * @name: name of the property to change
1174 * therefore change the offsets of some existing nodes.
1210 * @nodeoffset: offset of the node whose property to change
1211 * @name: name of the property to change
1220 * therefore change the offsets of some existing nodes.
1241 * @nodeoffset: offset of the node whose property to change
1250 * change the offsets of some existing nodes.
1271 * @nodeoffset: offset of the node whose property to change
1272 * @name: name of the property to change
1281 * change the offsets of some existing nodes.
1306 * @nodeoffset: offset of the node whose property to change
1307 * @name: name of the property to change
1316 * change the offsets of some existing nodes.
1352 * @nodeoffset: offset of the node whose property to change
1353 * @name: name of the property to change
1361 * change the offsets of some existing nodes.
1388 * change the offsets of some existing nodes.
1429 * change the offsets of some existing nodes.
1458 * change the offsets of some existing nodes.
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dtestmode_i.h18 * incompatible interface change.
22 /* Bump this after every _compatible_ interface change, for example
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dcommon.h29 * firmware. Needs to be incremented by 1 for any change in the firmware
30 * that requires upgrade of the driver on the host side for the change to
/linux-4.1.27/arch/blackfin/include/asm/
H A Dthread_info.h35 * If you change this, change the TI_* offsets below to match.
/linux-4.1.27/arch/m68k/mm/
H A Dsun3mmu.c72 /* now change pg_table to kernel virtual addresses */ paging_init()
90 /* I really wish I knew why the following change made things better... -- Sam */ paging_init()
/linux-4.1.27/scripts/
H A Dmkcompile_h14 # So "sudo make install" won't change the "compiled by <user>"
86 # A kernel config change will increase the generation number, thus
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_state.h65 CS_LOCAL_ONLY = 1 << 4, /* Do not consider a device pair wide state change */
66 CS_DC_ROLE = 1 << 5, /* DC = display as connection state change */
143 * drbd_request_state() - Reqest a state change
145 * @mask: mask of state bits to change.
148 * This is the most graceful way of requesting a state change. It is verbose
149 * quite verbose in case the state change is not possible, and all those
H A Ddrbd_strings.c83 [-SS_CW_FAILED_BY_PEER] = "State change was refused by peer node",
91 [-SS_IN_TRANSIENT_STATE] = "In transient state, retry after next state change",
/linux-4.1.27/fs/xfs/
H A Dxfs_trans.h108 int64_t t_icount_delta; /* superblock icount change */
109 int64_t t_ifree_delta; /* superblock ifree change */
119 int64_t t_dblocks_delta;/* superblock dblocks change */
120 int64_t t_agcount_delta;/* superblock agcount change */
121 int64_t t_imaxpct_delta;/* superblock imaxpct change */
124 int64_t t_rblocks_delta;/* superblock rblocks change */
/linux-4.1.27/include/uapi/drm/
H A Di810_drm.h5 * if you change them, you must change the defines in the Xserver.
140 /* Warning: If you change the SAREA structure you must change the Xserver
189 /* WARNING: If you change any of these defines, make sure to change the
H A Dr128_drm.h36 /* WARNING: If you change any of these defines, make sure to change the
171 /* WARNING: If you change any of these defines, make sure to change the
H A Dvia_drm.h30 * if you change them, you must change the defines in the Xserver.
175 /* Warning: If you change the SAREA structure you must change the Xserver
/linux-4.1.27/include/linux/usb/
H A Dehci_def.h73 #define CMD_PPCEE (1<<15) /* per port change event enable */
90 #define STS_PPCE_MASK (0xff<<16) /* Per-Port change event 1-16 */
100 #define STS_PCD (1<<2) /* port change detect */
159 #define PORT_OCC (1<<5) /* over current change */
161 #define PORT_PEC (1<<3) /* port enable change */
163 #define PORT_CSC (1<<1) /* connect status change */
H A Dirda.h129 * 0 - No change (BOF ignored)
/linux-4.1.27/fs/btrfs/
H A Dlocking.c37 * no lock is required. The lock owner may change if btrfs_set_lock_blocking_rw()
38 * we have a read lock, but it won't change to or away btrfs_set_lock_blocking_rw()
40 * and it'll never change. btrfs_set_lock_blocking_rw()
69 * no lock is required. The lock owner may change if btrfs_clear_lock_blocking_rw()
70 * we have a read lock, but it won't change to or away btrfs_clear_lock_blocking_rw()
72 * and it'll never change. btrfs_clear_lock_blocking_rw()
/linux-4.1.27/sound/isa/cs423x/
H A Dcs4236_lib.c190 /* set fast playback format change and clean playback FIFO */ snd_cs4236_playback_format()
208 /* set fast capture format change and clean capture FIFO */ snd_cs4236_capture_format()
444 int change; snd_cs4236_put_single() local
453 change = val != chip->eimage[CS4236_REG(reg)]; snd_cs4236_put_single()
456 return change; snd_cs4236_put_single()
490 int change; snd_cs4236_put_singlec() local
499 change = val != chip->cimage[reg]; snd_cs4236_put_singlec()
502 return change; snd_cs4236_put_singlec()
564 int change; snd_cs4236_put_double() local
579 change = val1 != chip->eimage[CS4236_REG(left_reg)] || val2 != chip->eimage[CS4236_REG(right_reg)]; snd_cs4236_put_double()
584 change = val1 != chip->eimage[CS4236_REG(left_reg)]; snd_cs4236_put_double()
588 return change; snd_cs4236_put_double()
640 int change; snd_cs4236_put_double1() local
654 change = val1 != chip->image[left_reg] || val2 != chip->eimage[CS4236_REG(right_reg)]; snd_cs4236_put_double1()
658 return change; snd_cs4236_put_double1()
690 int change; snd_cs4236_put_master_digital() local
698 change = val1 != chip->eimage[CS4236_REG(CS4236_LEFT_MASTER)] || val2 != chip->eimage[CS4236_REG(CS4236_RIGHT_MASTER)]; snd_cs4236_put_master_digital()
702 return change; snd_cs4236_put_master_digital()
751 int change; snd_cs4235_put_output_accu() local
759 change = val1 != chip->image[CS4235_LEFT_MASTER] || val2 != chip->image[CS4235_RIGHT_MASTER]; snd_cs4235_put_output_accu()
763 return change; snd_cs4235_put_output_accu()
970 int change; snd_cs4236_put_iec958_switch() local
979 change = val != chip->image[CS4231_ALT_FEATURE_1]; snd_cs4236_put_iec958_switch()
1000 return change; snd_cs4236_put_iec958_switch()
/linux-4.1.27/sound/isa/gus/
H A Dgus_mixer.c58 int change; snd_gf1_put_single() local
68 change = nval != oval; snd_gf1_put_single()
72 return change; snd_gf1_put_single()
111 int change; snd_ics_put_double() local
119 change = val1 != oval1 || val2 != oval2; snd_ics_put_double()
138 return change; snd_ics_put_double()
/linux-4.1.27/drivers/staging/speakup/
H A Dspeakup_decpc.c78 #define CTRL_int_enable 0x0700 /* enable status change ints */
81 #define CTRL_speech 0x0a00 /* immediate speech change */
82 #define CTRL_SP_voice 0x0001 /* voice change */
83 #define CTRL_SP_rate 0x0002 /* rate change */
84 #define CTRL_SP_comma 0x0003 /* comma pause change */
85 #define CTRL_SP_period 0x0004 /* period pause change */
86 #define CTRL_SP_rate_delta 0x0005 /* delta rate change */
89 #define CTRL_io_priority 0x0c00 /* change i/o priority */
115 #define CMD_spc_mode 0x9000 /* change spc mode */
118 #define CMD_spc_rate 0x0400 /* change spc data rate */
/linux-4.1.27/drivers/usb/wusbcore/
H A Drh.c54 * FIXME: this process will change in the future
109 port->change |= USB_PORT_STAT_C_RESET; wusbhc_rh_port_reset()
118 port->change |= USB_PORT_STAT_C_RESET | USB_PORT_STAT_C_ENABLE; wusbhc_rh_port_reset()
124 * Return the hub change status bitmap
126 * The bits in the change status bitmap are cleared when a
155 if (wusb_port_by_idx(wusbhc, cnt)->change) { wusbhc_rh_status_data()
306 wusb_port_by_idx(wusbhc, port_idx)->change &= ~USB_PORT_STAT_C_RESET; wusbhc_rh_clear_port_feat()
309 wusb_port_by_idx(wusbhc, port_idx)->change &= ~USB_PORT_STAT_C_CONNECTION; wusbhc_rh_clear_port_feat()
315 wusb_port_by_idx(wusbhc, port_idx)->change &= ~USB_PORT_STAT_C_ENABLE; wusbhc_rh_clear_port_feat()
349 buf[1] = cpu_to_le16(wusb_port_by_idx(wusbhc, port_idx)->change); wusbhc_rh_get_port_status()
/linux-4.1.27/sound/pci/
H A Dak4531_codec.c116 int change; snd_ak4531_put_single() local
126 change = val != ak4531->regs[reg]; snd_ak4531_put_single()
129 return change; snd_ak4531_put_single()
190 int change; snd_ak4531_put_double() local
204 change = left != ak4531->regs[left_reg]; snd_ak4531_put_double()
209 change = left != ak4531->regs[left_reg] || right != ak4531->regs[right_reg]; snd_ak4531_put_double()
214 return change; snd_ak4531_put_double()
256 int change; snd_ak4531_put_input_sw() local
266 change = val1 != ak4531->regs[reg1] || val2 != ak4531->regs[reg2]; snd_ak4531_put_input_sw()
270 return change; snd_ak4531_put_input_sw()
/linux-4.1.27/drivers/net/ieee802154/
H A Dat86rf230.c58 * if it's above then force change will be started.
526 /* Assert state change */ at86rf230_async_state_assert()
533 * change to STATE_RX_AACK_ON the transceiver could at86rf230_async_state_assert()
534 * change his state automatically to STATE_BUSY_RX_AACK at86rf230_async_state_assert()
541 /* If we change to STATE_TX_ON without forcing and at86rf230_async_state_assert()
545 * in STATE_BUSY_RX_AACK, we run a force state change at86rf230_async_state_assert()
552 * will do a force change. at86rf230_async_state_assert()
569 dev_warn(&lp->spi->dev, "unexcept state change from 0x%02x to 0x%02x. Actual state: 0x%02x\n", at86rf230_async_state_assert()
591 /* Do state change timing delay. */
602 * state status subregister. We change the to_state to the at86rf230_async_state_delay()
603 * corresponding one and remember if it was a force change, this at86rf230_async_state_delay()
604 * differs if we do a state change from STATE_BUSY_RX_AACK. at86rf230_async_state_delay()
624 /* state change from TRX_OFF to RX_AACK_ON to do a at86rf230_async_state_delay()
629 goto change; at86rf230_async_state_delay()
633 /* state change from TRX_OFF to TX_ON or ARET_ON to do at86rf230_async_state_delay()
638 goto change; at86rf230_async_state_delay()
648 * didn't make a force change from BUSY_RX_AACK at86rf230_async_state_delay()
654 goto change; at86rf230_async_state_delay()
666 goto change; at86rf230_async_state_delay()
678 change: at86rf230_async_state_delay()
700 /* Check if we already are in the state which we change in */ at86rf230_async_state_change_start()
707 /* Set current state to the context of state change */ at86rf230_async_state_change_start()
710 /* Going into the next step for a state change which do a timing at86rf230_async_state_change_start()
731 /* Initialization for the state change context */ at86rf230_async_state_change()
749 /* This function do a sync framework above the async state change.
801 /* If trac status is different than zero we need to do a state change at86rf230_tx_trac_check()
1006 * are in STATE_TX_ON. The pfad differs here, so we change at86rf230_xmit_start()
1038 * The calibration is initiate by a state change from TRX_OFF at86rf230_xmit()
1186 "at86rf230_set_hw_addr_filt called for panc change\n"); at86rf230_set_hw_addr_filt()
/linux-4.1.27/arch/mips/kvm/
H A Dtrap_emul.c543 unsigned int cur, change; kvm_trap_emul_set_one_reg() local
577 change = (cur ^ v) & kvm_mips_config1_wrmask(vcpu); kvm_trap_emul_set_one_reg()
578 if (change) { kvm_trap_emul_set_one_reg()
579 v = cur ^ change; kvm_trap_emul_set_one_reg()
588 change = (cur ^ v) & kvm_mips_config3_wrmask(vcpu); kvm_trap_emul_set_one_reg()
589 if (change) { kvm_trap_emul_set_one_reg()
590 v = cur ^ change; kvm_trap_emul_set_one_reg()
596 change = (cur ^ v) & kvm_mips_config4_wrmask(vcpu); kvm_trap_emul_set_one_reg()
597 if (change) { kvm_trap_emul_set_one_reg()
598 v = cur ^ change; kvm_trap_emul_set_one_reg()
604 change = (cur ^ v) & kvm_mips_config5_wrmask(vcpu); kvm_trap_emul_set_one_reg()
605 if (change) { kvm_trap_emul_set_one_reg()
606 v = cur ^ change; kvm_trap_emul_set_one_reg()
/linux-4.1.27/security/apparmor/
H A Ddomain.c52 * may_change_ptraced_domain - check if can change profile on ptraced task
53 * @to_profile: profile to change to (NOT NULL)
58 * Returns: %0 or error if change not allowed
89 * @name: the name of the profile to change to (NOT NULL)
363 * can change the namespace apparmor_bprm_set_creds()
427 /* (p|c|n)ix - don't change profile but do apparmor_bprm_set_creds()
576 * Functions for self directed profile change
595 * aa_change_hat - change hat to/from subprofile
598 * @token: magic value to validate the hat change
640 /* attempting to change into a new hat or switch to a sibling */ aa_change_hat()
734 * @ns_name: name of the profile namespace to change to (MAYBE NULL)
735 * @hname: name of profile to change to (MAYBE NULL)
740 * to change back. If @name isn't specified the current profile name is
/linux-4.1.27/drivers/usb/host/
H A Disp116x.h57 #define HCINT_RHSC (1 << 6) /* root hub status change */
58 #define HCINT_OC (1 << 30) /* ownership change */
84 #define RH_HS_LPSC (1 << 16) /* local power status change */
86 change */
98 #define RH_PS_CSC (1 << 16) /* connect status change */
99 #define RH_PS_PESC (1 << 17) /* port enable status change */
101 change */
103 change */
104 #define RH_PS_PRSC (1 << 20) /* port reset status change */
/linux-4.1.27/drivers/staging/media/omap4iss/
H A Diss.c408 * iss_pipeline_pm_power_one - Apply power change to an entity
410 * @change: Use count change
412 * Change the entity use count by @change. If the entity is a subdev update its
418 static int iss_pipeline_pm_power_one(struct media_entity *entity, int change) iss_pipeline_pm_power_one() argument
425 if (entity->use_count == 0 && change > 0 && subdev != NULL) { iss_pipeline_pm_power_one()
433 entity->use_count += change; iss_pipeline_pm_power_one()
436 if (entity->use_count == 0 && change < 0 && subdev != NULL) iss_pipeline_pm_power_one()
443 * iss_pipeline_pm_power - Apply power change to all entities in a pipeline
445 * @change: Use count change
452 static int iss_pipeline_pm_power(struct media_entity *entity, int change) iss_pipeline_pm_power() argument
458 if (!change) iss_pipeline_pm_power()
465 ret = iss_pipeline_pm_power_one(entity, change); iss_pipeline_pm_power()
475 iss_pipeline_pm_power_one(first, -change); iss_pipeline_pm_power()
494 int change = use ? 1 : -1; omap4iss_pipeline_pm_use() local
500 entity->use_count += change; omap4iss_pipeline_pm_use()
503 /* Apply power change to connected non-nodes. */ omap4iss_pipeline_pm_use()
504 ret = iss_pipeline_pm_power(entity, change); omap4iss_pipeline_pm_use()
506 entity->use_count -= change; omap4iss_pipeline_pm_use()
/linux-4.1.27/arch/mips/kernel/
H A Dentry.S87 # signals dont change between
143 # signals dont change between
161 # change between and return
/linux-4.1.27/arch/frv/kernel/
H A Dcmode.S117 # (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/sound/pci/rme9652/
H A Drme9652.c494 such a change causes a shift in the location of rme9652_set_rate()
828 int change; snd_rme9652_control_spdif_put() local
833 change = val != rme9652->creg_spdif; snd_rme9652_control_spdif_put()
836 return change; snd_rme9652_control_spdif_put()
857 int change; snd_rme9652_control_spdif_stream_put() local
862 change = val != rme9652->creg_spdif_stream; snd_rme9652_control_spdif_stream_put()
867 return change; snd_rme9652_control_spdif_stream_put()
941 int change; snd_rme9652_put_adat1_in() local
948 change = val != rme9652_adat1_in(rme9652); snd_rme9652_put_adat1_in()
949 if (change) snd_rme9652_put_adat1_in()
952 return change; snd_rme9652_put_adat1_in()
1006 int change; snd_rme9652_put_spdif_in() local
1013 change = val != rme9652_spdif_in(rme9652); snd_rme9652_put_spdif_in()
1014 if (change) snd_rme9652_put_spdif_in()
1017 return change; snd_rme9652_put_spdif_in()
1068 int change; snd_rme9652_put_spdif_out() local
1075 change = (int)val != rme9652_spdif_out(rme9652); snd_rme9652_put_spdif_out()
1078 return change; snd_rme9652_put_spdif_out()
1151 int change; snd_rme9652_put_sync_mode() local
1156 change = (int)val != rme9652_sync_mode(rme9652); snd_rme9652_put_sync_mode()
1159 return change; snd_rme9652_put_sync_mode()
1241 int change, max; snd_rme9652_put_sync_pref() local
1249 change = (int)val != rme9652_sync_pref(rme9652); snd_rme9652_put_sync_pref()
1252 return change; snd_rme9652_put_sync_pref()
1280 int change; snd_rme9652_put_thru() local
1293 change = thru_bits ^ rme9652->thru_bits; snd_rme9652_put_thru()
1294 if (change) { snd_rme9652_put_thru()
1296 if (!(change & (1 << chn))) snd_rme9652_put_thru()
1302 return !!change; snd_rme9652_put_thru()
1326 int change; snd_rme9652_put_passthru() local
1335 change = (ucontrol->value.integer.value[0] != rme9652->passthru); snd_rme9652_put_passthru()
1336 if (change) snd_rme9652_put_passthru()
1339 return err ? err : change; snd_rme9652_put_passthru()
H A Dhdsp.c921 word. So if you want to change hdsp_write_gain()
1173 such a change causes a shift in the location of hdsp_set_rate()
1236 "cannot change speed mode (capture PID = %d, playback PID = %d)\n", hdsp_set_rate()
1601 int change; snd_hdsp_control_spdif_put() local
1606 change = val != hdsp->creg_spdif; snd_hdsp_control_spdif_put()
1609 return change; snd_hdsp_control_spdif_put()
1630 int change; snd_hdsp_control_spdif_stream_put() local
1635 change = val != hdsp->creg_spdif_stream; snd_hdsp_control_spdif_stream_put()
1640 return change; snd_hdsp_control_spdif_stream_put()
1699 int change; snd_hdsp_put_spdif_in() local
1706 change = val != hdsp_spdif_in(hdsp); snd_hdsp_put_spdif_in()
1707 if (change) snd_hdsp_put_spdif_in()
1710 return change; snd_hdsp_put_spdif_in()
1757 int change; snd_hdsp_put_toggle_setting() local
1764 change = (int) val != hdsp_toggle_setting(hdsp, regmask); snd_hdsp_put_toggle_setting()
1765 if (change) snd_hdsp_put_toggle_setting()
1768 return change; snd_hdsp_put_toggle_setting()
2059 int change; snd_hdsp_put_clock_source() local
2075 change = (hdsp_set_clock_source(hdsp, val) == 0) ? 1 : 0; snd_hdsp_put_clock_source()
2077 change = 0; snd_hdsp_put_clock_source()
2079 return change; snd_hdsp_put_clock_source()
2095 int change; snd_hdsp_put_clock_source_lock() local
2097 change = (int)ucontrol->value.integer.value[0] != hdsp->clock_source_locked; snd_hdsp_put_clock_source_lock()
2098 if (change) snd_hdsp_put_clock_source_lock()
2100 return change; snd_hdsp_put_clock_source_lock()
2165 int change; snd_hdsp_put_da_gain() local
2175 change = (hdsp_set_da_gain(hdsp, val) == 0) ? 1 : 0; snd_hdsp_put_da_gain()
2177 change = 0; snd_hdsp_put_da_gain()
2179 return change; snd_hdsp_put_da_gain()
2244 int change; snd_hdsp_put_ad_gain() local
2254 change = (hdsp_set_ad_gain(hdsp, val) == 0) ? 1 : 0; snd_hdsp_put_ad_gain()
2256 change = 0; snd_hdsp_put_ad_gain()
2258 return change; snd_hdsp_put_ad_gain()
2323 int change; snd_hdsp_put_phone_gain() local
2333 change = (hdsp_set_phone_gain(hdsp, val) == 0) ? 1 : 0; snd_hdsp_put_phone_gain()
2335 change = 0; snd_hdsp_put_phone_gain()
2337 return change; snd_hdsp_put_phone_gain()
2440 int change, max; snd_hdsp_put_pref_sync_ref() local
2463 change = (int)val != hdsp_pref_sync_ref(hdsp); snd_hdsp_put_pref_sync_ref()
2466 return change; snd_hdsp_put_pref_sync_ref()
2554 int change; snd_hdsp_put_precise_pointer() local
2561 change = (int)val != hdsp->precise_ptr; snd_hdsp_put_precise_pointer()
2564 return change; snd_hdsp_put_precise_pointer()
2600 int change; snd_hdsp_put_use_midi_tasklet() local
2607 change = (int)val != hdsp->use_midi_tasklet; snd_hdsp_put_use_midi_tasklet()
2610 return change; snd_hdsp_put_use_midi_tasklet()
2659 int change; snd_hdsp_put_mixer() local
2679 change = gain != hdsp_read_gain(hdsp, addr); snd_hdsp_put_mixer()
2680 if (change) snd_hdsp_put_mixer()
2683 return change; snd_hdsp_put_mixer()
2888 int change; snd_hdsp_put_dds_offset() local
2896 change = (hdsp_set_dds_offset(hdsp, val) == 0) ? 1 : 0; snd_hdsp_put_dds_offset()
2898 change = 0; snd_hdsp_put_dds_offset()
2900 return change; snd_hdsp_put_dds_offset()
3033 int change; snd_hdsp_put_rpm_input12() local
3045 change = (hdsp_set_rpm_input12(hdsp, val) == 0) ? 1 : 0; snd_hdsp_put_rpm_input12()
3047 change = 0; snd_hdsp_put_rpm_input12()
3049 return change; snd_hdsp_put_rpm_input12()
3118 int change; snd_hdsp_put_rpm_input34() local
3130 change = (hdsp_set_rpm_input34(hdsp, val) == 0) ? 1 : 0; snd_hdsp_put_rpm_input34()
3132 change = 0; snd_hdsp_put_rpm_input34()
3134 return change; snd_hdsp_put_rpm_input34()
3168 int change; snd_hdsp_put_rpm_bypass() local
3175 change = (int)val != hdsp_rpm_bypass(hdsp); snd_hdsp_put_rpm_bypass()
3178 return change; snd_hdsp_put_rpm_bypass()
3220 int change; snd_hdsp_put_rpm_disconnect() local
3227 change = (int)val != hdsp_rpm_disconnect(hdsp); snd_hdsp_put_rpm_disconnect()
3230 return change; snd_hdsp_put_rpm_disconnect()
/linux-4.1.27/drivers/md/bcache/
H A Dwriteback.c36 int64_t change; __update_writeback_rate() local
54 change = proportional + derivative; __update_writeback_rate()
57 if (change > 0 && __update_writeback_rate()
60 change = 0; __update_writeback_rate()
63 clamp_t(int64_t, (int64_t) dc->writeback_rate.rate + change, __update_writeback_rate()
68 dc->writeback_rate_change = change; __update_writeback_rate()
/linux-4.1.27/drivers/net/
H A Dmii.c305 * mii_check_media - check the MII interface for a carrier/speed/duplex change
325 /* if carrier state did not change, this is a "bounce", mii_check_media()
329 return 0; /* duplex did not change */ mii_check_media()
336 return 0; /* duplex did not change */ mii_check_media()
347 return 0; /* duplex did not change */ mii_check_media()
380 return 0; /* duplex did not change */ mii_check_media()
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A Dodm_debug.h54 /* SW protocol state change, dynamic mechanism state change and so on. */
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Dodm_debug.h51 /* SW protocol state change, dynamic mechanism state change and so on. */
/linux-4.1.27/arch/x86/include/asm/
H A Dsync_bitops.h57 * @nr: Bit to change
110 * @nr: Bit to change
H A Dbootparam_utils.h32 * need to change the whole structure to be cleared, not this sanitize_boot_params()
/linux-4.1.27/arch/sparc/include/asm/
H A Dthread_info_32.h24 * If you change this, change the TI_* offsets below to match.
H A Dkdebug_32.h38 /* Ok, after you remap yourself and/or change the trap table
/linux-4.1.27/arch/sparc/lib/
H A Dblockops.S49 /* NOTE: If you change the number of insns of this routine, please check
69 /* NOTE: If you change the number of insns of this routine, please check
/linux-4.1.27/fs/hostfs/
H A Dhostfs.h22 #define HOSTFS_ATTR_FORCE 512 /* Not a change, but a change it */
/linux-4.1.27/include/net/
H A Dnl802154.h25 /* don't change the order or add anything between, this is ABI! */
63 /* don't change the order or add anything between, this is ABI! */
H A Dslhc_vj.h49 * sequence number changes, one change per bit set in the header
53 * There are 5 numbers which can change (they are always inserted
57 * change in value.) Since typical use of SLIP links is biased
61 * range 256 - 65535 or 0. (If the change in sequence number or
/linux-4.1.27/arch/powerpc/boot/
H A Dsimple_alloc.c34 * An entry can be freed and re-malloc'd but its base & size don't change.
124 * too much space. If so, change args & try again.
/linux-4.1.27/net/netfilter/
H A Dnf_nat_ftp.c58 Mangle it, and change the expectation to match the new version. */ nf_nat_ftp()
85 /* Try to get same port: if not, try to change it. */ nf_nat_ftp()
/linux-4.1.27/sound/pci/asihpi/
H A Dhpidspcd.c69 /* Major version change probably means Host-DSP protocol change */ hpi_dsp_code_open()
/linux-4.1.27/drivers/xen/xen-pciback/
H A Dconf_space_capability.c109 /* PM_OK_BITS specifies the bits that the driver domain is allowed to change.
135 /* Let pci core handle the power management change */ pm_ctrl_write()
/linux-4.1.27/sound/pci/cs46xx/
H A Dcs46xx_lib.c72 static void amp_voyetra(struct snd_cs46xx *chip, int change);
1929 int change = (old != val); snd_cs46xx_vol_put() local
1931 if (change) { snd_cs46xx_vol_put()
1935 return change; snd_cs46xx_vol_put()
1953 int change = 0; snd_cs46xx_vol_dac_put() local
1960 change = 1; snd_cs46xx_vol_dac_put()
1963 return change; snd_cs46xx_vol_dac_put()
1979 int change = 0;
1986 change = 1;
1989 return change;
2013 int change, res; snd_cs46xx_iec958_put() local
2018 change = (chip->dsp_spos_instance->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED); snd_cs46xx_iec958_put()
2019 if (ucontrol->value.integer.value[0] && !change) snd_cs46xx_iec958_put()
2021 else if (change && !ucontrol->value.integer.value[0]) snd_cs46xx_iec958_put()
2024 res = (change != (chip->dsp_spos_instance->spdif_status_out & DSP_SPDIF_STATUS_OUTPUT_ENABLED)); snd_cs46xx_iec958_put()
2028 change = chip->dsp_spos_instance->spdif_status_in; snd_cs46xx_iec958_put()
2029 if (ucontrol->value.integer.value[0] && !change) { snd_cs46xx_iec958_put()
2033 else if (change && !ucontrol->value.integer.value[0]) snd_cs46xx_iec958_put()
2036 res = (change != chip->dsp_spos_instance->spdif_status_in); snd_cs46xx_iec958_put()
2065 int change = 0; snd_cs46xx_adc_capture_put() local
2069 change = 1; snd_cs46xx_adc_capture_put()
2072 change = 1; snd_cs46xx_adc_capture_put()
2074 return change; snd_cs46xx_adc_capture_put()
2097 int change = 0; snd_cs46xx_pcm_capture_put() local
2101 change = 1; snd_cs46xx_pcm_capture_put()
2104 change = 1; snd_cs46xx_pcm_capture_put()
2107 return change; snd_cs46xx_pcm_capture_put()
2182 int change; snd_cs46xx_spdif_default_put() local
2192 change = (unsigned int)ins->spdif_csuv_default != val; snd_cs46xx_spdif_default_put()
2200 return change; snd_cs46xx_spdif_default_put()
2235 int change; snd_cs46xx_spdif_stream_put() local
2245 change = ins->spdif_csuv_stream != val; snd_cs46xx_spdif_stream_put()
2253 return change; snd_cs46xx_spdif_stream_put()
3321 static void amp_none(struct snd_cs46xx *chip, int change) amp_none() argument
3449 static void amp_voyetra(struct snd_cs46xx *chip, int change) amp_voyetra() argument
3459 chip->amplifier += change; amp_voyetra()
3496 static void amp_hercules(struct snd_cs46xx *chip, int change) amp_hercules() argument
3502 chip->amplifier += change; amp_hercules()
3563 static void amp_voyetra_4294(struct snd_cs46xx *chip, int change)
3565 chip->amplifier += change;
3593 static void clkrun_hack(struct snd_cs46xx *chip, int change) clkrun_hack() argument
3600 chip->amplifier += change; clkrun_hack()
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Ddiddfunc.c35 DBG_ERR(("Notification about IDI_DADAPTER change ! Oops.")) didd_callback()
/linux-4.1.27/drivers/misc/mic/common/
H A Dmic_dev.h46 * device page when the host sends a config change interrupt to the card.
/linux-4.1.27/arch/x86/lib/
H A Dmsr.c31 * It returns read data only on success, otherwise it doesn't change the output
H A Dusercopy_64.c19 /* no memory constraint because it doesn't change any memory gcc knows __clear_user()
/linux-4.1.27/arch/x86/vdso/vdso32/
H A Dnote.S10 doesn't work. Remember to change this when changing the
/linux-4.1.27/block/partitions/
H A Dcmdline.c9 * Users can easily change the partition.
/linux-4.1.27/arch/tile/include/asm/
H A Dpercpu.h41 * change with PREEMPT_NONE, and with PREEMPT_VOLUNTARY it only
H A Dvdso.h26 * itself and may change without notice.
/linux-4.1.27/arch/um/include/asm/
H A Dfixmap.h31 * no page table allocations, etc. This might change in the
/linux-4.1.27/drivers/usb/core/
H A Dnotify.c22 * usb_register_notify - register a notifier callback whenever a usb change happens
/linux-4.1.27/fs/nilfs2/
H A Dbtnode.h33 * struct nilfs_btnode_chkey_ctxt - change key context
/linux-4.1.27/include/sound/
H A Dak4117.h125 #define AK4117_STC (1<<2) /* sampling frequency or Pre-emphasis change, 0 = no detect, 1 = detect */
126 #define AK4117_CINT (1<<1) /* channel status buffer interrupt, 0 = no change, 1 = change */
127 #define AK4117_QINT (1<<0) /* Q-subcode buffer interrupt, 0 = no change, 1 = changed */
/linux-4.1.27/include/linux/power/
H A Dsbs-battery.h33 * external change notification
/linux-4.1.27/include/linux/spi/
H A Dmcp23s08.h37 * interrupts are generated regardless of the bank that an input change

Completed in 4242 milliseconds

1234567891011>>