Home
last modified time | relevance | path

Searched refs:pin_req (Results 1 – 5 of 5) sorted by relevance

/sound/soc/blackfin/
Dbf6xx-sport.c277 sport->pin_req = pdata->pin_req; in sport_get_resource()
329 ret = peripheral_request_list(sport->pin_req, "soc-audio"); in sport_request_resource()
371 peripheral_free_list(sport->pin_req); in sport_request_resource()
381 peripheral_free_list(sport->pin_req); in sport_free_resource()
Dbf5xx-sport.h47 const unsigned short *pin_req; member
114 const unsigned short *pin_req; member
Dbf5xx-ac97.c170 u16 gpio = P_IDENT(sport_handle->pin_req[3]); in bf5xx_ac97_warm_reset()
174 peripheral_free_list(sport_handle->pin_req); in bf5xx_ac97_warm_reset()
181 peripheral_request_list(sport_handle->pin_req, "soc-audio"); in bf5xx_ac97_warm_reset()
Dbf5xx-sport.c820 param->pin_req = pdata->pin_req; in sport_config_pdev()
873 if (peripheral_request_list(param.pin_req, "soc-audio")) { in sport_init()
889 sport->pin_req = param.pin_req; in sport_init()
974 peripheral_free_list(param.pin_req); in sport_init()
1008 peripheral_free_list(sport->pin_req); in sport_done()
Dbf6xx-sport.h28 const unsigned short *pin_req; member