| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-5.10/drivers/iio/light/ |
| D | cm3605.c | 39 * @aout: IIO ADC channel to convert the AOUT signal 48 struct iio_channel *aout; member 78 ret = iio_read_channel_processed(cm3605->aout, &res); in cm3605_get_lux() 85 * AOUT has an offset of ~30mV then linear at dark in cm3605_get_lux() 196 cm3605->aout = devm_iio_channel_get(dev, "aout"); in cm3605_probe() 197 if (IS_ERR(cm3605->aout)) { in cm3605_probe() 198 if (PTR_ERR(cm3605->aout) == -ENODEV) { in cm3605_probe() 202 dev_err(dev, "failed to get AOUT ADC channel\n"); in cm3605_probe() 203 return PTR_ERR(cm3605->aout); in cm3605_probe() 205 ret = iio_get_channel_type(cm3605->aout, &ch_type); in cm3605_probe() [all …]
|
| /kernel/linux/linux-6.6/drivers/iio/light/ |
| 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()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
| D | cm3605.txt | 20 AOUT to a digital representation. 21 - io-channel-names: must be "aout" 40 io-channel-names = "aout";
|
| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | pcf8591.c | 71 u8 aout; member 97 return sprintf(buf, "%d\n", data->aout * 10); in out0_output_show() 117 data->aout = val; in out0_output_store() 118 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 | adm9240.c | 142 u8 aout; /* rw aout_output */ member 263 &data->aout, 1); in adm9240_update_config() 627 return sprintf(buf, "%d\n", AOUT_FROM_REG(data->aout)); in aout_output_show() 643 data->aout = AOUT_TO_REG(val); in aout_output_store() 644 err = regmap_write(data->regmap, ADM9240_REG_ANALOG_OUT, data->aout); in aout_output_store()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/light/ |
| 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";
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | uniphier-pinctrl.dtsi | 9 pinctrl_aout: aout { 10 groups = "aout"; 11 function = "aout";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/socionext/ |
| D | uniphier-pinctrl.dtsi | 9 pinctrl_aout: aout { 10 groups = "aout"; 11 function = "aout";
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | gtm601.c | 23 SND_SOC_DAPM_OUTPUT("AOUT"), 28 { "AOUT", NULL, "Playback" },
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | gtm601.c | 23 SND_SOC_DAPM_OUTPUT("AOUT"), 28 { "AOUT", NULL, "Playback" },
|
| /kernel/linux/linux-5.10/arch/sparc/boot/ |
| D | Makefile | 11 targets := tftpboot.img image zImage vmlinux.aout 29 $(obj)/vmlinux.aout: vmlinux FORCE
|
| D | .gitignore | 7 vmlinux.aout
|
| /kernel/linux/linux-6.6/arch/sparc/ |
| D | Makefile | 70 image zImage uImage tftpboot.img vmlinux.aout: vmlinux 91 echo ' vmlinux.aout - a.out kernel for SPARC64'
|
| /kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
| D | av7110_av.c | 416 aux_ring_buffer_write(&av7110->aout, buf, count); in play_video_cb() 424 aux_ring_buffer_write(&av7110->aout, buf, count); in play_audio_cb() 439 rb = (type) ? &av7110->avout : &av7110->aout; in ts_play() 467 dvb_ringbuffer_free(&av7110->aout) >= 20 * 1024) 540 if (nonblock && dvb_ringbuffer_free(&av7110->aout) < 20 * 1024) in dvb_aplay() 544 if (dvb_ringbuffer_free(&av7110->aout) < 20 * 1024) { in dvb_aplay() 547 if (wait_event_interruptible(av7110->aout.queue, in dvb_aplay() 548 (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 …]
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/arch/sparc/ |
| D | Makefile | 75 image zImage uImage tftpboot.img vmlinux.aout: vmlinux 106 echo ' vmlinux.aout - a.out kernel for sparc64'
|
| /kernel/linux/linux-5.10/sound/soc/uniphier/ |
| D | aio-reg.h | 171 /* AOUT */ 183 /* AOUT PCMOUT has 5 slots, slot0-3: D0-3, slot4: DMIX */ 186 /* AOUT(PCMOUTN) */ 394 /* AOUT(PBoutMX) */
|
| /kernel/linux/linux-6.6/sound/soc/uniphier/ |
| D | aio-reg.h | 171 /* AOUT */ 183 /* AOUT PCMOUT has 5 slots, slot0-3: D0-3, slot4: DMIX */ 186 /* AOUT(PCMOUTN) */ 394 /* AOUT(PBoutMX) */
|