Home
last modified time | relevance | path

Searched refs:g_pm80x_chip (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/mfd/
D88pm80x.c43 static struct pm80x_chip *g_pm80x_chip; variable
108 if (!g_pm80x_chip) in pm80x_init()
109 g_pm80x_chip = chip; in pm80x_init()
111 chip->companion = g_pm80x_chip->client; in pm80x_init()
112 g_pm80x_chip->companion = chip->client; in pm80x_init()
125 if (g_pm80x_chip->companion) in pm80x_deinit()
126 g_pm80x_chip->companion = NULL; in pm80x_deinit()
128 g_pm80x_chip = NULL; in pm80x_deinit()