Searched refs:alloc_fd (Results 1 – 3 of 3) sorted by relevance
284 int media_request_alloc(struct media_device *mdev, int *alloc_fd) in media_request_alloc() argument326 *alloc_fd = fd_publish(fdf); in media_request_alloc()
375 int *alloc_fd = arg; in media_device_request_alloc() local380 return media_request_alloc(mdev, alloc_fd); in media_device_request_alloc()
570 static int alloc_fd(unsigned start, unsigned end, unsigned flags) in alloc_fd() function617 return alloc_fd(0, nofile, flags); in __get_unused_fd_flags()1504 err = alloc_fd(from, nofile, flags); in f_dupfd()