| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_rtk.c | 546 static void rtb_send_ack(int fd) in rtb_send_ack() 976 static int start_transmit_wait(int fd, struct sk_buff *skb, in start_transmit_wait() 1234 int fd = events[n].data.fd; in h5_download_patch() local 1289 int h5_vendor_change_speed(int fd, uint32_t baudrate) in h5_vendor_change_speed() 1334 int rtb_init_h5(int fd, struct termios *ti) in rtb_init_h5() 1381 static int h5_hci_reset(int fd) in h5_hci_reset() 1407 static int set_fd_nonblock(int fd) in set_fd_nonblock() 1428 static int set_fd_block(int fd) in set_fd_block() 1451 static int rtb_download_fwc(int fd, uint8_t *buf, int size, int proto, in rtb_download_fwc() 1733 static int rtb_config(int fd, int proto, int speed, struct termios *ti) in rtb_config() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | select.h | 85 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) argument 86 #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) argument 87 #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | clocksource-switch.c | 42 int fd, i; in get_clocksources() local 77 int fd; in get_cur_clocksource() local 88 int fd; in change_clocksource() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | select.h | 85 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) argument 86 #define FD_CLR(fd, fdsetp) __FD_CLR (fd, fdsetp) argument 87 #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) argument
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | btf.c | 433 int fd = -1; in do_dump() local 577 int fd; in btf_parse_fd() local 625 int fd; in build_btf_type_table() local 741 show_btf_plain(struct bpf_btf_info *info, int fd, in show_btf_plain() 770 show_btf_json(struct bpf_btf_info *info, int fd, in show_btf_json() 804 show_btf(int fd, struct btf_attach_table *btf_prog_table, in show_btf() 829 int err, fd = -1; in do_show() local
|
| H A D | struct_ops.c | 136 int err, fd; in get_next_struct_ops_map() local 194 int fd, err; in do_search() local 245 int fd; in do_one_id() local 315 static int __do_show(int fd, const struct bpf_map_info *info, void *data, in __do_show() 352 static int __do_dump(int fd, const struct bpf_map_info *info, void *data, in __do_dump() 444 static int __do_unregister(int fd, const struct bpf_map_info *info, void *data, in __do_unregister()
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | mtdutils.c | 35 int fd; member 42 int fd; member 68 int fd; in mtd_scan_partitions() local 232 int fd = open("/dev/mtd0", O_RDONLY); in mtd_get_flash_info() local 262 int fd = open(mtddevname, O_RDONLY); in mtd_partition_info() local 309 static int read_block(const MtdPartition *partition, int fd, char *data) in read_block() 433 int fd = ctx->fd; in write_block() local
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | graphics_drm.c | 209 static drmModeCrtc *find_crtc_for_connector(int fd, in find_crtc_for_connector() 254 static drmModeConnector *find_used_connector_by_type(int fd, in find_used_connector_by_type() 274 static drmModeConnector *find_first_connected_connector(int fd, in find_first_connected_connector() 292 static drmModeConnector *find_main_monitor(int fd, drmModeRes *resources, in find_main_monitor() 332 static void disable_non_main_crtcs(int fd, in disable_non_main_crtcs()
|
| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | graphics_drm.c | 216 static drmModeCrtc *find_crtc_for_connector(int fd, in find_crtc_for_connector() 262 static drmModeConnector *find_used_connector_by_type(int fd, in find_used_connector_by_type() 283 static drmModeConnector *find_first_connected_connector(int fd, in find_first_connected_connector() 302 static drmModeConnector *find_main_monitor(int fd, drmModeRes *resources, in find_main_monitor() 343 static void disable_non_main_crtcs(int fd, in disable_non_main_crtcs()
|
| H A D | events.c | 39 int fd; member 58 int fd; in ev_init() local 115 int ev_add_fd(int fd, ev_callback cb, void *data) in ev_add_fd() 173 int ev_get_input(int fd, uint32_t epevents, struct input_event *ev) in ev_get_input()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | RkAiqCalibDb.cpp | 127 static int persist(int fd, int payload_size, char* payload_ptr) { in persist() 139 static int reconstruct(int fd, int payload_size, char** payload_ptr) { in reconstruct() 153 static int persistCalib(int fd, CamCalibDbContext_t* pcalib) { in persistCalib() 189 static int reconstructCalib(int fd, CamCalibDbContext_t* pcalib) { in reconstructCalib() 228 int fd; in calibSaveToFile() local 251 int fd; in calibReadFromFile() local
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | rktools.c | 44 int fd, ret; in getSerial() local 89 int fd = openat(dirfd(dir), name, O_RDONLY); in readFile() local 189 int fd, ret; in isMtdDevice() local
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | umcast_user.c | 70 int fd, yes = 1, err = -EINVAL; in umcast_open() local 148 static void umcast_close(int fd, void *data) in umcast_close() 168 int umcast_user_write(int fd, void *buf, int len, struct umcast_data *pri) in umcast_user_write()
|
| /OK3568_Linux_fs/kernel/tools/laptop/freefall/ |
| H A D | freefall.c | 42 int fd = open(unload_heads_path, O_RDONLY); in valid_disk() local 56 int fd = open(path, O_RDWR); in write_int() local 108 int fd, ret; in main() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/safesetid/ |
| H A D | safesetid-test.c | 43 int fd; in vmaybe_write_file() local 99 FILE *fd; in ensure_user_exists() local 125 int fd = open(add_whitelist_policy_file, O_WRONLY); in ensure_securityfs_mounted() local 151 int fd; in write_policies() local
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | GrallocOps.cpp | 26 int RkRgaGetHandleFd(buffer_handle_t handle, int *fd) { in RkRgaGetHandleFd() 187 int gralloc_backend_get_fd(private_handle_t* hnd, int *fd) { in gralloc_backend_get_fd() 208 int gralloc_backend_get_fd(private_handle_t* hnd, int *fd) { in gralloc_backend_get_fd() 229 int RkRgaGetHandleFd(buffer_handle_t handle, int *fd) { in RkRgaGetHandleFd()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | irq.c | 92 int os_add_epoll_fd(int events, int fd, void *data) in os_add_epoll_fd() 110 int os_mod_epoll_fd(int events, int fd, void *data) in os_mod_epoll_fd() 127 int os_del_epoll_fd(int fd) in os_del_epoll_fd()
|
| H A D | process.c | 31 int fd, err; in os_process_pc() local 63 int parent = FAILURE_PID, n, fd; in os_process_parent() local 138 int os_map_memory(void *virt, int fd, unsigned long long off, unsigned long len, in os_map_memory() 192 int fd, ok = 0; in can_drop_memory() local
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_ir_test.c | 118 int fd = -1; in save_scan_result() local 184 static int ir_event_read(int fd, struct input_event *buf) in ir_event_read() 221 int fd; in main() local 278 int fd = fds[k++]; in main() local
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | sigiostubs.c | 38 xf86InstallSIGIOHandler(int fd, void (*f) (int, void *), void *closure) in xf86InstallSIGIOHandler() argument 44 xf86RemoveSIGIOHandler(int fd) in xf86RemoveSIGIOHandler()
|
| /OK3568_Linux_fs/kernel/tools/laptop/dslm/ |
| H A D | dslm.c | 29 static int check_powermode(int fd) in check_powermode() 66 static void measure(int fd) in measure() 134 int fd; in main() local
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | posix_types.h | 71 #define __FD_SET(fd, fdsetp) \ argument 75 #define __FD_CLR(fd, fdsetp) \ argument 79 #define __FD_ISSET(fd, fdsetp) \ argument
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/ |
| H A D | posix_types.h | 57 #define __FD_SET(fd, fdsetp) \ argument 61 #define __FD_CLR(fd, fdsetp) \ argument 65 #define __FD_ISSET(fd, fdsetp) \ argument
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | brec.c | 63 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert() 179 int hfs_brec_remove(struct hfs_find_data *fd) in hfs_brec_remove() 235 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split() 356 static int hfs_brec_update_parent(struct hfs_find_data *fd) in hfs_brec_update_parent()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_pppol2tp.h | 30 int fd; /* FD of UDP socket to use */ member 44 int fd; /* FD of UDP socket to use */ member 58 int fd; /* FD of UDP or IP socket to use */ member 69 int fd; /* FD of UDP or IP socket to use */ member
|