addr_req
static void set_timeout(struct addr_req *req, unsigned long time)
static void queue_req(struct addr_req *req)
struct addr_req *req;
req = container_of(_work, struct addr_req, work.work);
struct addr_req *req;
struct addr_req *req, *temp_req;
struct addr_req *found = NULL;
struct addr_req *req;
struct addr_req *req;
struct resource *addr_req; /* resources requested */
db->addr_req = request_mem_region(db->addr_res->start, iosize,
if (db->addr_req == NULL) {
if (db->addr_req)
release_resource(db->addr_req);
kfree(db->addr_req);