Home
last modified time | relevance | path

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

/linux-4.1.27/sound/firewire/dice/
Ddice-stream.c44 static void release_resources(struct snd_dice *dice, in release_resources() function
82 release_resources(dice, resources); in keep_resources()
93 release_resources(dice, &dice->tx_resources); in stop_stream()
95 release_resources(dice, &dice->rx_resources); in stop_stream()
157 release_resources(dice, resources); in start_stream()
/linux-4.1.27/drivers/misc/lis3lv02d/
Dlis3lv02d_i2c.c188 if (pdata && pdata->release_resources) in lis3lv02d_i2c_probe()
189 pdata->release_resources(); in lis3lv02d_i2c_probe()
198 if (pdata && pdata->release_resources) in lis3lv02d_i2c_remove()
199 pdata->release_resources(); in lis3lv02d_i2c_remove()
/linux-4.1.27/include/linux/i2c/
Dbh1770glc.h51 int (*release_resources)(void); member
Dapds990x.h76 int (*release_resources)(void); member
/linux-4.1.27/include/linux/
Dlis3lv02d.h120 int (*release_resources)(void); member
/linux-4.1.27/Documentation/leds/
Dleds-lp5523.txt98 .release_resources = lp5523_release,
Dleds-lp5521.txt96 .release_resources = lp5521_release,
Dleds-lp5562.txt115 .release_resources = lp5562_release,
/linux-4.1.27/drivers/misc/
Dapds990x.c1181 if (chip->pdata && chip->pdata->release_resources) in apds990x_probe()
1182 chip->pdata->release_resources(); in apds990x_probe()
1200 if (chip->pdata && chip->pdata->release_resources) in apds990x_remove()
1201 chip->pdata->release_resources(); in apds990x_remove()
Dbh1770glc.c1293 if (chip->pdata->release_resources) in bh1770_probe()
1294 chip->pdata->release_resources(); in bh1770_probe()
1309 if (chip->pdata->release_resources) in bh1770_remove()
1310 chip->pdata->release_resources(); in bh1770_remove()
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c656 static void release_resources(struct gpmi_nand_data *this) in release_resources() function
2024 release_resources(this); in gpmi_nand_probe()
2035 release_resources(this); in gpmi_nand_remove()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c398 static void release_resources(MGSLPC_INFO *info);
1304 release_resources(info); in startup()
1359 release_resources(info); in shutdown()
2696 release_resources(info); in claim_resources()
2702 static void release_resources(MGSLPC_INFO *info) in release_resources() function
2790 release_resources(info); in mgslpc_remove_device()
/linux-4.1.27/arch/arm/mach-omap2/
Dboard-rx51-peripherals.c152 .release_resources = lis302_release,
/linux-4.1.27/drivers/tty/
Dsynclink_gt.c533 static void release_resources(struct slgt_info *info);
3505 release_resources(info); in claim_resources()
3509 static void release_resources(struct slgt_info *info) in release_resources() function
3779 release_resources(info); in slgt_cleanup()
Dsynclinkmp.c555 static void release_resources(SLMP_INFO *info);
3643 release_resources( info ); in claim_resources()
3647 static void release_resources(SLMP_INFO *info) in release_resources() function
3947 release_resources(info); in synclinkmp_cleanup()