Searched refs:of_read (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | shadowof.c | 34 of_read(void *data, u32 offset, u32 length, struct nvkm_bios *bios) in of_read() function 65 .read = of_read,
|
/linux-4.1.27/arch/um/kernel/ |
D | initrd.c | 69 fd = os_open_file(filename, of_read(OPENFLAGS()), 0); in load_initrd()
|
/linux-4.1.27/arch/um/include/shared/ |
D | os.h | 70 static inline struct openflags of_read(struct openflags flags) in of_read() function 84 return of_read(of_write(flags)); in of_rdwr()
|
/linux-4.1.27/arch/um/drivers/ |
D | random.c | 126 err = os_open_file("/dev/random", of_read(OPENFLAGS()), 0); in rng_init()
|
D | ubd_kern.c | 517 fd = os_open_file(ubd_dev->file, of_read(OPENFLAGS()), 0); in ubd_file_size()
|
/linux-4.1.27/fs/hppfs/ |
D | hppfs.c | 132 fd = os_open_file(host_file, of_read(OPENFLAGS()), 0); in file_removed() 447 fd = os_open_file(host_file, of_read(OPENFLAGS()), 0); in hppfs_open()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | file.c | 167 *mode_out = of_read(*mode_out); in os_file_mode()
|