Home
last modified time | relevance | path

Searched refs:O_READ (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-a/lib/debugfs/
A Dblobs.h10 {"ctl", DEV_ROOT_QBLOBCTL, 0, O_READ},
11 {"fip.bin", DEV_ROOT_QBLOBCTL + 1, 0x100000, O_READ, (void *)0x8000000}
A Ddevroot.c18 {"dev", CHDIR | DEV_ROOT_QDEV, 0, O_READ},
19 {"blobs", CHDIR | DEV_ROOT_QBLOBS, 0, O_READ},
20 {"fip", CHDIR | DEV_ROOT_QFIP, 0, O_READ}
A Ddevfip.c165 entry.size, n, O_READ); in fipgen()
168 make_dir_entry(c, dir, unk, entry.size, n, O_READ); in fipgen()
263 cspec = path_to_channel(spec, O_READ); in fipmount()
A Ddev.c78 if ((mode & O_READ) && (mode & (O_WRITE | O_RDWR))) { in is_valid_mode()
81 if ((mode & O_WRITE) && (mode & (O_READ | O_RDWR))) { in is_valid_mode()
84 if ((mode & O_RDWR) && (mode & (O_READ | O_WRITE))) { in is_valid_mode()
735 cn = path_to_channel(new, O_READ); in add_mount_point()
/trusted-firmware-a/include/lib/
A Ddebugfs.h39 #define O_READ (1 << 0) macro
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Darm-sip-service.rst.txt205 O_READ = 1 << 0,
/trusted-firmware-a/docs/components/
A Darm-sip-service.rst205 O_READ = 1 << 0,

Completed in 8 milliseconds