Lines Matching defs:fd
142 #define IOCTL(fd, request, ...) \ argument
156 static int fd = -1; in mmc_rpmb_fd() local
183 int fd = 0; in mmc_fd() local
199 static void close_mmc_fd(int fd) in close_mmc_fd()
211 int fd = 0; in read_cid() local
239 #define IOCTL(fd, request, ...) ioctl_emu((fd), (request), ##__VA_ARGS__) argument
266 static struct rpmb_emu *mem_for_fd(int fd) in mem_for_fd()
495 static int ioctl_emu_cmd(int fd, struct mmc_ioc_cmd *cmd) in ioctl_emu_cmd()
573 static int ioctl_emu(int fd, unsigned long request, ...) in ioctl_emu()
620 static void close_mmc_fd(int fd) in close_mmc_fd()
631 static uint32_t read_ext_csd(int fd, uint8_t *ext_csd) in read_ext_csd()
660 static uint32_t rpmb_data_req(int fd, struct rpmb_data_frame *req_frm, in rpmb_data_req()
773 int fd = 0; in rpmb_get_dev_info() local
810 int fd = 0; in rpmb_process_request_unlocked() local