Searched refs:tps65010 (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tps65010.c | 3 * tps65010 - driver for tps6501x power management chips 22 #include <linux/mfd/tps65010.h> 45 * to tps65010 and tps65012. The tps65013 has a NO_CHG status/irq. 46 * All except tps65010 have "wait" mode, possibly defaulted so that 60 struct tps65010 { struct 184 struct tps65010 *tps = s->private; in dbg_show() 191 case TPS65010: chip = "tps65010"; break; in dbg_show() 307 static void tps65010_interrupt(struct tps65010 *tps) in tps65010_interrupt() 399 struct tps65010 *tps; in tps65010_work() 401 tps = container_of(to_delayed_work(work), struct tps65010, wor in tps65010_work() [all...] |
H A D | Makefile | 99 obj-$(CONFIG_TPS65010) += tps65010.o
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | tps65010.c | 3 * tps65010 - driver for tps6501x power management chips 22 #include <linux/mfd/tps65010.h> 45 * to tps65010 and tps65012. The tps65013 has a NO_CHG status/irq. 46 * All except tps65010 have "wait" mode, possibly defaulted so that 60 struct tps65010 { struct 184 struct tps65010 *tps = s->private; in dbg_show() 191 case TPS65010: chip = "tps65010"; break; in dbg_show() 307 static void tps65010_interrupt(struct tps65010 *tps) in tps65010_interrupt() 399 struct tps65010 *tps; in tps65010_work() 401 tps = container_of(to_delayed_work(work), struct tps65010, wor in tps65010_work() [all...] |
H A D | Makefile | 92 obj-$(CONFIG_TPS65010) += tps65010.o
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | board-h3-mmc.c | 14 #include <linux/mfd/tps65010.h>
|
H A D | board-h2-mmc.c | 14 #include <linux/mfd/tps65010.h>
|
H A D | board-h2.c | 27 #include <linux/mfd/tps65010.h> 334 I2C_BOARD_INFO("tps65010", 0x48),
|
H A D | board-h3.c | 28 #include <linux/mfd/tps65010.h>
|
H A D | board-osk.c | 42 #include <linux/mfd/tps65010.h> 249 /* This device will get the name "i2c-tps65010" */ 250 I2C_BOARD_INFO("tps65010", 0x48), 251 .dev_name = "tps65010", 293 GPIO_LOOKUP("tps65010", 0, "power", GPIO_ACTIVE_HIGH), 605 /* irq for tps65010 chip */ in osk_init() 607 if (gpio_request(OMAP_MPUIO(1), "tps65010") == 0) in osk_init()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap/ |
H A D | lcd_h3.c | 11 #include <linux/mfd/tps65010.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | mach-osiris-dvs.c | 15 #include <linux/mfd/tps65010.h>
|
H A D | mach-osiris.c | 23 #include <linux/mfd/tps65010.h>
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | board-osk.c | 43 #include <linux/mfd/tps65010.h> 186 GPIO_LOOKUP_IDX("tps65010", OSK_TPS_GPIO_LED_D9, NULL, 0, GPIO_ACTIVE_HIGH), 187 GPIO_LOOKUP_IDX("tps65010", OSK_TPS_GPIO_LED_D2, NULL, 1, GPIO_ACTIVE_HIGH), 188 GPIO_LOOKUP_IDX("tps65010", OSK_TPS_GPIO_LED_D3, NULL, 2, GPIO_ACTIVE_LOW), 269 /* This device will get the name "i2c-tps65010" */ 270 I2C_BOARD_INFO("tps65010", 0x48), 271 .dev_name = "tps65010", 329 GPIO_LOOKUP("tps65010", OSK_TPS_GPIO_USB_PWR_EN, "power", 365 GPIO_LOOKUP("mpuio", 1, "tps65010", 433 /* irq for tps65010 chi in osk_init() [all...] |
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy-isp1301-omap.c | 86 #include <linux/mfd/tps65010.h> 92 pr_debug("tps65010: draw %d mA (STUB)\n", mA); in tps65010_set_vbus_draw()
|
Completed in 8 milliseconds