Searched refs:clk_filp (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx.c | 2432 struct file *clk_filp = NULL; in gtp_main_clk_proc() local 2471 clk_filp = filp_open(GTP_MAIN_CLK_PATH, O_RDWR | O_CREAT, 0666); in gtp_main_clk_proc() 2472 if (IS_ERR(clk_filp)) in gtp_main_clk_proc() 2478 clk_filp->f_op->llseek(clk_filp, 0, SEEK_SET); in gtp_main_clk_proc() 2479 clk_filp->f_op->read(clk_filp, (char *)p_main_clk, 6, &clk_filp->f_pos); in gtp_main_clk_proc() 2490 filp_close(clk_filp, NULL); in gtp_main_clk_proc() 2521 if (!IS_ERR(clk_filp)) in gtp_main_clk_proc() 2524 clk_filp->f_op->llseek(clk_filp, 0, SEEK_SET); in gtp_main_clk_proc() 2525 clk_filp->f_op->write(clk_filp, (char *)p_main_clk, 6, &clk_filp->f_pos); in gtp_main_clk_proc() 2526 filp_close(clk_filp, NULL); in gtp_main_clk_proc() [all …]
|