• Home
  • Raw
  • Download

Lines Matching defs:mcp

168 static int mcp_read(struct mcp23s08 *mcp, unsigned int reg, unsigned int *val)  in mcp_read()
173 static int mcp_write(struct mcp23s08 *mcp, unsigned int reg, unsigned int val) in mcp_write()
178 static int mcp_set_mask(struct mcp23s08 *mcp, unsigned int reg, in mcp_set_mask()
186 static int mcp_set_bit(struct mcp23s08 *mcp, unsigned int reg, in mcp_set_bit()
255 struct mcp23s08 *mcp = pinctrl_dev_get_drvdata(pctldev); in mcp_pinconf_get() local
280 struct mcp23s08 *mcp = pinctrl_dev_get_drvdata(pctldev); in mcp_pinconf_set() local
315 struct mcp23s08 *mcp = context; in mcp23sxx_spi_write() local
332 struct mcp23s08 *mcp = context; in mcp23sxx_spi_gather_write() local
350 struct mcp23s08 *mcp = context; in mcp23sxx_spi_read() local
380 struct mcp23s08 *mcp[8]; member
387 struct mcp23s08 *mcp = gpiochip_get_data(chip); in mcp23s08_direction_input() local
399 struct mcp23s08 *mcp = gpiochip_get_data(chip); in mcp23s08_get() local
417 static int __mcp23s08_set(struct mcp23s08 *mcp, unsigned mask, bool value) in __mcp23s08_set()
424 struct mcp23s08 *mcp = gpiochip_get_data(chip); in mcp23s08_set() local
435 struct mcp23s08 *mcp = gpiochip_get_data(chip); in mcp23s08_direction_output() local
451 struct mcp23s08 *mcp = data; in mcp23s08_irq() local
544 struct mcp23s08 *mcp = gpiochip_get_data(gc); in mcp23s08_irq_mask() local
553 struct mcp23s08 *mcp = gpiochip_get_data(gc); in mcp23s08_irq_unmask() local
562 struct mcp23s08 *mcp = gpiochip_get_data(gc); in mcp23s08_irq_set_type() local
593 struct mcp23s08 *mcp = gpiochip_get_data(gc); in mcp23s08_irq_bus_lock() local
602 struct mcp23s08 *mcp = gpiochip_get_data(gc); in mcp23s08_irq_bus_unlock() local
619 static int mcp23s08_irq_setup(struct mcp23s08 *mcp) in mcp23s08_irq_setup()
642 static int mcp23s08_irqchip_setup(struct mcp23s08 *mcp) in mcp23s08_irqchip_setup()
678 static int __check_mcp23s08_reg_cache(struct mcp23s08 *mcp) in __check_mcp23s08_reg_cache()
718 struct mcp23s08 *mcp; in mcp23s08_dbg_show() local
776 static int mcp23s08_probe_one(struct mcp23s08 *mcp, struct device *dev, in mcp23s08_probe_one()
1036 struct mcp23s08 *mcp; in mcp230xx_probe() local