Searched defs:intf_fd (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/minui/
H A Dgraphics_adf.c40 int intf_fd; member in struct:adf_pdata
57 surf->fd = adf_interface_simple_buffer_alloc(pdata->intf_fd, mode->hdisplay,
83 err = adf_get_interface_data(pdata->intf_fd, &intf_data);
112 int intf_fd; local
124 pdata->intf_fd = adf_interface_open(dev, intf_id, O_RDWR);
125 if (pdata->intf_fd < 0)
126 return pdata->intf_fd;
130 close(pdata->intf_fd);
131 pdata->intf_fd = -1;
161 pdata->intf_fd
[all...]

Completed in 2 milliseconds