Searched refs:O_READ (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-a/lib/debugfs/ |
A D | blobs.h | 10 {"ctl", DEV_ROOT_QBLOBCTL, 0, O_READ}, 11 {"fip.bin", DEV_ROOT_QBLOBCTL + 1, 0x100000, O_READ, (void *)0x8000000}
|
A D | devroot.c | 18 {"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 D | devfip.c | 165 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 D | dev.c | 78 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 D | debugfs.h | 39 #define O_READ (1 << 0) macro
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | arm-sip-service.rst.txt | 205 O_READ = 1 << 0,
|
/trusted-firmware-a/docs/components/ |
A D | arm-sip-service.rst | 205 O_READ = 1 << 0,
|
Completed in 10 milliseconds