ocp_resource
ptp_ocp_get_mem(struct ptp_ocp *bp, struct ocp_resource *r)
ptp_ocp_register_spi(struct ptp_ocp *bp, struct ocp_resource *r)
ptp_ocp_i2c_bus(struct pci_dev *pdev, struct ocp_resource *r, int id)
ptp_ocp_register_i2c(struct ptp_ocp *bp, struct ocp_resource *r)
ptp_ocp_register_ext(struct ptp_ocp *bp, struct ocp_resource *r)
ptp_ocp_serial_line(struct ptp_ocp *bp, struct ocp_resource *r)
ptp_ocp_register_serial(struct ptp_ocp *bp, struct ocp_resource *r)
ptp_ocp_register_mem(struct ptp_ocp *bp, struct ocp_resource *r)
ptp_ocp_fb_board_init(struct ptp_ocp *bp, struct ocp_resource *r)
ptp_ocp_allow_irq(struct ptp_ocp *bp, struct ocp_resource *r)
struct ocp_resource *r, *table;
table = (struct ocp_resource *)driver_data;
ptp_ocp_art_board_init(struct ptp_ocp *bp, struct ocp_resource *r)
ptp_ocp_adva_board_init(struct ptp_ocp *bp, struct ocp_resource *r)
int (*setup)(struct ptp_ocp *bp, struct ocp_resource *r);
static int ptp_ocp_register_mem(struct ptp_ocp *bp, struct ocp_resource *r);
static int ptp_ocp_register_i2c(struct ptp_ocp *bp, struct ocp_resource *r);
static int ptp_ocp_register_spi(struct ptp_ocp *bp, struct ocp_resource *r);
static int ptp_ocp_register_serial(struct ptp_ocp *bp, struct ocp_resource *r);
static int ptp_ocp_register_ext(struct ptp_ocp *bp, struct ocp_resource *r);
static int ptp_ocp_fb_board_init(struct ptp_ocp *bp, struct ocp_resource *r);
static int ptp_ocp_art_board_init(struct ptp_ocp *bp, struct ocp_resource *r);
static int ptp_ocp_adva_board_init(struct ptp_ocp *bp, struct ocp_resource *r);
static struct ocp_resource ocp_fb_resource[] = {
static struct ocp_resource ocp_art_resource[] = {
static struct ocp_resource ocp_adva_resource[] = {