/Linux-v6.6/arch/powerpc/boot/ |
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()
|
/Linux-v6.6/arch/alpha/boot/tools/ |
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-v6.6/drivers/hwmon/ |
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()
|
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-v6.6/drivers/iio/light/ |
D | cm3605.c | 49 struct iio_channel *aout; member 79 ret = iio_read_channel_processed(cm3605->aout, &res); 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() 203 ret = iio_get_channel_type(cm3605->aout, &ch_type); in cm3605_probe()
|
/Linux-v6.6/arch/arm/boot/dts/socionext/ |
D | uniphier-pinctrl.dtsi | 9 pinctrl_aout: aout { 10 groups = "aout"; 11 function = "aout";
|
/Linux-v6.6/arch/sparc/boot/ |
D | Makefile | 11 targets := tftpboot.img image zImage vmlinux.aout 29 $(obj)/vmlinux.aout: vmlinux FORCE
|
D | .gitignore | 7 vmlinux.aout
|
/Linux-v6.6/drivers/staging/media/av7110/ |
D | av7110_av.c | 417 aux_ring_buffer_write(&av7110->aout, buf, count); in play_video_cb() 425 aux_ring_buffer_write(&av7110->aout, buf, count); in play_audio_cb() 440 rb = (type) ? &av7110->avout : &av7110->aout; in ts_play() 468 dvb_ringbuffer_free(&av7110->aout) >= 20 * 1024) 541 if (nonblock && dvb_ringbuffer_free(&av7110->aout) < 20 * 1024) in dvb_aplay() 545 if (dvb_ringbuffer_free(&av7110->aout) < 20 * 1024) { in dvb_aplay() 548 if (wait_event_interruptible(av7110->aout.queue, in dvb_aplay() 549 (dvb_ringbuffer_free(&av7110->aout) >= 20 * 1024))) in dvb_aplay() 986 poll_wait(file, &av7110->aout.queue, wait); in dvb_audio_poll() 989 if (dvb_ringbuffer_free(&av7110->aout) >= 20 * 1024) in dvb_audio_poll() [all …]
|
D | av7110.h | 127 struct dvb_ringbuffer aout; /* buffer for audio */ member
|
D | av7110.c | 581 spin_lock(&av7110->aout.lock); in gpioirq() 582 len = av7110_pes_play(av7110->debi_virt, &av7110->aout, 2048); in gpioirq() 583 spin_unlock(&av7110->aout.lock); in gpioirq() 968 dvb_ringbuffer_flush_spinlock_wakeup(&av7110->aout); in av7110_start_feed()
|
/Linux-v6.6/arch/sparc/ |
D | Makefile | 70 image zImage uImage tftpboot.img vmlinux.aout: vmlinux
|
/Linux-v6.6/Documentation/ |
D | dontdiff | 253 vmlinux.aout
|
/Linux-v6.6/drivers/media/usb/em28xx/ |
D | em28xx-cards.c | 1673 .aout = EM28XX_AOUT_MONO | /* I2S */ 1696 .aout = EM28XX_AOUT_MONO | /* I2S */ 1843 .aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO, 1849 .aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO, 1855 .aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO, 2040 .aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO, 2046 .aout = EM28XX_AOUT_PCM_IN | EM28XX_AOUT_PCM_STEREO,
|
D | em28xx.h | 417 enum em28xx_aout aout; member
|
D | em28xx-video.c | 1283 dev->ctl_aoutput = INPUT(index)->aout; in video_mux() 1811 dev->ctl_aoutput = INPUT(i)->aout; in vidioc_s_audio()
|
/Linux-v6.6/arch/arm/boot/dts/qcom/ |
D | qcom-apq8060-dragonboard.dts | 76 io-channel-names = "aout";
|