Home
last modified time | relevance | path

Searched refs:ppi0_req_8 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
Dbfin-t350mcqb-fb.c186 static u16 ppi0_req_8[] = {P_PPI0_CLK, P_PPI0_FS1, P_PPI0_FS2, variable
194 if (peripheral_request_list(ppi0_req_8, DRIVER_NAME)) { in bfin_t350mcqb_request_ports()
199 peripheral_free_list(ppi0_req_8); in bfin_t350mcqb_request_ports()
Dbfin-lq035q1-fb.c352 static const u16 ppi0_req_8[] = {P_PPI0_CLK, P_PPI0_FS1, P_PPI0_FS2, variable
362 peripheral_free_list(ppi0_req_8); in bfin_lq035q1_free_ports()
385 ret = peripheral_request_list(ppi0_req_8, DRIVER_NAME); in bfin_lq035q1_request_ports()