Searched refs:aout (Results 1 – 6 of 6) sorted by relevance
58 struct exec * aout; /* includes file & aout header */ in main() local198 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()
49 struct iio_channel *aout; member79 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()
9 pinctrl_aout: aout {10 groups = "aout";11 function = "aout";
11 targets := tftpboot.img image zImage vmlinux.aout29 $(obj)/vmlinux.aout: vmlinux FORCE
7 vmlinux.aout
76 io-channel-names = "aout";