Searched refs:ocp_resource (Results 1 – 1 of 1) sorted by relevance
176 struct ocp_resource { struct180 int (*setup)(struct ptp_ocp *bp, struct ocp_resource *r); argument185 static int ptp_ocp_register_mem(struct ptp_ocp *bp, struct ocp_resource *r); argument186 static int ptp_ocp_register_i2c(struct ptp_ocp *bp, struct ocp_resource *r);187 static int ptp_ocp_register_spi(struct ptp_ocp *bp, struct ocp_resource *r);188 static int ptp_ocp_register_serial(struct ptp_ocp *bp, struct ocp_resource *r);189 static int ptp_ocp_register_ext(struct ptp_ocp *bp, struct ocp_resource *r);190 static int ptp_ocp_fb_board_init(struct ptp_ocp *bp, struct ocp_resource *r);230 static struct ocp_resource ocp_fb_resource[] = {881 ptp_ocp_get_mem(struct ptp_ocp *bp, struct ocp_resource *r) in ptp_ocp_get_mem()[all …]