Lines Matching refs:s3c24xx_uda134x_l3_pins
229 static struct s3c24xx_uda134x_platform_data *s3c24xx_uda134x_l3_pins; variable
233 gpio_set_value(s3c24xx_uda134x_l3_pins->l3_data, v > 0); in setdat()
238 gpio_set_value(s3c24xx_uda134x_l3_pins->l3_clk, v > 0); in setclk()
243 gpio_set_value(s3c24xx_uda134x_l3_pins->l3_mode, v > 0); in setmode()
278 s3c24xx_uda134x_l3_pins = pdev->dev.platform_data; in s3c24xx_uda134x_probe()
279 if (s3c24xx_uda134x_l3_pins == NULL) { in s3c24xx_uda134x_probe()
284 s3c24xx_uda134x.power = s3c24xx_uda134x_l3_pins->power; in s3c24xx_uda134x_probe()
285 s3c24xx_uda134x.model = s3c24xx_uda134x_l3_pins->model; in s3c24xx_uda134x_probe()
287 if (s3c24xx_uda134x_setup_pin(s3c24xx_uda134x_l3_pins->l3_data, in s3c24xx_uda134x_probe()
290 if (s3c24xx_uda134x_setup_pin(s3c24xx_uda134x_l3_pins->l3_clk, in s3c24xx_uda134x_probe()
292 gpio_free(s3c24xx_uda134x_l3_pins->l3_data); in s3c24xx_uda134x_probe()
295 if (s3c24xx_uda134x_setup_pin(s3c24xx_uda134x_l3_pins->l3_mode, in s3c24xx_uda134x_probe()
297 gpio_free(s3c24xx_uda134x_l3_pins->l3_data); in s3c24xx_uda134x_probe()
298 gpio_free(s3c24xx_uda134x_l3_pins->l3_clk); in s3c24xx_uda134x_probe()
324 gpio_free(s3c24xx_uda134x_l3_pins->l3_data); in s3c24xx_uda134x_remove()
325 gpio_free(s3c24xx_uda134x_l3_pins->l3_clk); in s3c24xx_uda134x_remove()
326 gpio_free(s3c24xx_uda134x_l3_pins->l3_mode); in s3c24xx_uda134x_remove()