/linux/arch/alpha/boot/tools/ |
H A D | objstrip.c | 58 struct exec * aout; /* includes file & aout header */ in main() local 198 aout = (struct exec *) buf; in main() 200 if (!(aout->fh.f_flags & COFF_F_EXEC)) { in main() 206 if (aout->fh.f_opthdr != sizeof(aout->ah)) { in main() 212 if (N_MAGIC(*aout) != OMAGIC) { in main() 217 offset = N_TXTOFF(*aout); in main() 218 fil_size = aout->ah.tsize + aout->ah.dsize; in main() 219 mem_size = fil_size + aout->ah.bsize; in main() 223 prog_name, aout->ah.text_start, in main() 224 aout->ah.text_start + fil_size, offset); in main()
|
/linux/arch/powerpc/boot/ |
H A D | hack-coff.c | 34 AOUTHDR aout; in main() local 53 if (read(fd, &aout, aoutsz) != aoutsz) in main() 60 put_16be(aout.o_snentry, i+1); in main() 61 put_16be(aout.o_sntext, i+1); in main() 63 put_16be(aout.o_sndata, i+1); in main() 65 put_16be(aout.o_snbss, i+1); in main() 68 put_16be(aout.magic, AOUT_MAGIC); in main() 70 || write(fd, &aout, aoutsz) != aoutsz) { in main()
|
H A D | rs6000.h | 36 /********************** AOUT "OPTIONAL HEADER" **********************/
|
/linux/drivers/iio/light/ |
H A D | cm3605.c | 40 * @aout: IIO ADC channel to convert the AOUT signal 49 struct iio_channel *aout; member 79 ret = iio_read_channel_processed(cm3605->aout, &res); in cm3605_get_lux() 86 * AOUT has an offset of ~30mV then linear at dark in cm3605_get_lux() 197 cm3605->aout = devm_iio_channel_get(dev, "aout"); in cm3605_probe() 198 if (IS_ERR(cm3605->aout)) { in cm3605_probe() 199 ret = PTR_ERR(cm3605->aout); in cm3605_probe() 201 return dev_err_probe(dev, ret, "failed to get AOUT ADC channel\n"); in cm3605_probe() 203 ret = iio_get_channel_type(cm3605->aout, &ch_type); in cm3605_probe() 207 dev_err(dev, "wrong type of IIO channel specified for AOUT\n"); in cm3605_probe()
|
/linux/drivers/hwmon/ |
H A D | pcf8591.c | 72 u8 aout; member 98 return sprintf(buf, "%d\n", data->aout * 10); in out0_output_show() 118 data->aout = val; in out0_output_store() 119 i2c_smbus_write_byte_data(client, data->control, data->aout); in out0_output_store() 246 data->aout = PCF8591_INIT_AOUT; in pcf8591_init_client() 248 i2c_smbus_write_byte_data(client, data->control, data->aout); in pcf8591_init_client()
|
H A D | lm87.c | 164 u8 aout; /* register value */ member 251 data->aout = lm87_read_value(client, LM87_REG_AOUT); in lm87_update_device() 629 return sprintf(buf, "%d\n", AOUT_FROM_REG(data->aout)); in aout_output_show() 645 data->aout = AOUT_TO_REG(val); in aout_output_store() 646 lm87_write_value(client, LM87_REG_AOUT, data->aout); in aout_output_store()
|
/linux/Documentation/devicetree/bindings/iio/light/ |
H A D | capella,cm3605.yaml | 42 ADC channel used for converting the voltage from AOUT to a digital 46 const: aout 76 io-channel-names = "aout";
|
/linux/arch/arm/boot/dts/socionext/ |
H A D | uniphier-pinctrl.dtsi | 9 pinctrl_aout: aout { 10 groups = "aout"; 11 function = "aout";
|
/linux/drivers/staging/media/av7110/ |
H A D | av7110_av.c | 419 aux_ring_buffer_write(&av7110->aout, buf, count); in play_video_cb() 429 aux_ring_buffer_write(&av7110->aout, buf, count); in play_audio_cb() 443 rb = (type) ? &av7110->avout : &av7110->aout; in ts_play() 470 dvb_ringbuffer_free(&av7110->aout) >= 20 * 1024) 546 if (nonblock && dvb_ringbuffer_free(&av7110->aout) < 20 * 1024) in dvb_aplay() 550 if (dvb_ringbuffer_free(&av7110->aout) < 20 * 1024) { in dvb_aplay() 553 if (wait_event_interruptible(av7110->aout.queue, in dvb_aplay() 554 (dvb_ringbuffer_free(&av7110->aout) >= 20 * 1024))) in dvb_aplay() 985 poll_wait(file, &av7110->aout.queue, wait); in dvb_audio_poll() 988 if (dvb_ringbuffer_free(&av7110->aout) >= 20 * 1024) in dvb_audio_poll() [all …]
|
H A D | av7110.h | 127 struct dvb_ringbuffer aout; /* buffer for audio */ member
|
H A D | av7110.c | 567 spin_lock(&av7110->aout.lock); in gpioirq() 568 len = av7110_pes_play(av7110->debi_virt, &av7110->aout, 2048); in gpioirq() 569 spin_unlock(&av7110->aout.lock); in gpioirq() 959 dvb_ringbuffer_flush_spinlock_wakeup(&av7110->aout); in av7110_start_feed()
|
/linux/sound/soc/codecs/ |
H A D | gtm601.c | 23 SND_SOC_DAPM_OUTPUT("AOUT"), 28 { "AOUT", NULL, "Playback" },
|
H A D | ak4458.c | 299 SND_SOC_DAPM_OUTPUT("AK4497 AOUT"), 305 {"AK4497 AOUT", NULL, "AK4497 DAC"},
|
/linux/arch/sparc/boot/ |
H A D | Makefile | 11 targets := tftpboot.img image zImage vmlinux.aout 29 $(obj)/vmlinux.aout: vmlinux FORCE
|
H A D | .gitignore | 7 vmlinux.aout
|
H A D | piggyback.c | 66 fprintf(stderr, "Usage: piggyback bits vmlinux.aout System.map fs_img.gz\n"); in usage()
|
/linux/sound/soc/uniphier/ |
H A D | aio-reg.h | 171 /* AOUT */ 183 /* AOUT PCMOUT has 5 slots, slot0-3: D0-3, slot4: DMIX */ 186 /* AOUT(PCMOUTN) */ 394 /* AOUT(PBoutMX) */
|
/linux/Documentation/hwmon/ |
H A D | pcf8591.rst | 97 only appears on AOUT pin if aout0_enable equals 1. Reading returns the last
|
/linux/Documentation/ |
H A D | dontdiff | 254 vmlinux.aout
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8060-dragonboard.dts | 76 io-channel-names = "aout"; 1001 /* Connected to AOUT of ALS sensor */
|
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-cards.c | 1697 .aout = EM28XX_AOUT_MONO | /* I2S */ 1720 .aout = EM28XX_AOUT_MONO | /* I2S */ 1867 .aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO, 1873 .aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO, 1879 .aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO, 2064 .aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO, 2070 .aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO,
|
H A D | em28xx.h | 418 enum em28xx_aout aout; member
|
H A D | em28xx-video.c | 1283 dev->ctl_aoutput = INPUT(index)->aout; in video_mux() 1813 dev->ctl_aoutput = INPUT(i)->aout; in vidioc_s_audio()
|
/linux/include/uapi/linux/ |
H A D | coff.h | 120 /********************** AOUT "OPTIONAL HEADER" **********************/
|
/linux/sound/isa/es1688/ |
H A D | es1688_lib.c | 724 "Mic", "Mic Master", "CD", "AOUT", in snd_es1688_info_mux()
|