p50_gpio
static int p50_wait_ec(struct p50_gpio *p50, int mask, int expected)
static int p50_read_mbox_reg(struct p50_gpio *p50, int reg)
static int p50_write_mbox_reg(struct p50_gpio *p50, int reg, int val)
static int p50_wait_mbox_idle(struct p50_gpio *p50)
static int p50_send_mbox_cmd(struct p50_gpio *p50, int cmd, int param, int data)
struct p50_gpio *p50 = gpiochip_get_data(gc);
struct p50_gpio *p50 = gpiochip_get_data(gc);
struct p50_gpio *p50;
struct p50_gpio *p50 = platform_get_drvdata(pdev);