max7301
struct max7301 *ts;
ts = devm_kzalloc(&client->dev, sizeof(struct max7301), GFP_KERNEL);
struct max7301 *ts;
ts = devm_kzalloc(&spi->dev, sizeof(struct max7301), GFP_KERNEL);
struct max7301 *ts = gpiochip_get_data(chip);
struct max7301 *ts = gpiochip_get_data(chip);
int __max730x_probe(struct max7301 *ts)
struct max7301 *ts = dev_get_drvdata(dev);
struct max7301 *ts = container_of(chip, struct max7301, chip);
static int __max7301_set(struct max7301 *ts, unsigned offset, int value)
struct max7301 *ts = container_of(chip, struct max7301, chip);
extern int __max730x_probe(struct max7301 *ts);