Home
last modified time | relevance | path

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

/linux-4.4.14/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()
161 release_resources(dice, resources); in start_stream()
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-stream.c172 static void release_resources(struct snd_dg00x *dg00x) in release_resources() function
233 release_resources(dg00x); in keep_resources()
297 release_resources(dg00x); in snd_dg00x_stream_start_duplex()
354 release_resources(dg00x); in snd_dg00x_stream_start_duplex()
367 release_resources(dg00x); in snd_dg00x_stream_stop_duplex()
/linux-4.4.14/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.4.14/sound/firewire/tascam/
Dtascam-stream.c235 static void release_resources(struct snd_tscm *tscm) in release_resources() function
309 release_resources(tscm); in keep_resources()
391 release_resources(tscm); in snd_tscm_stream_start_duplex()
442 release_resources(tscm); in snd_tscm_stream_start_duplex()
456 release_resources(tscm); in snd_tscm_stream_stop_duplex()
/linux-4.4.14/include/linux/i2c/
Dbh1770glc.h51 int (*release_resources)(void); member
Dapds990x.h76 int (*release_resources)(void); member
/linux-4.4.14/include/linux/
Dlis3lv02d.h120 int (*release_resources)(void); member
/linux-4.4.14/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.4.14/Documentation/leds/
Dleds-lp5521.txt96 .release_resources = lp5521_release,
Dleds-lp5562.txt115 .release_resources = lp5562_release,
Dleds-lp5523.txt128 .release_resources = lp5523_release,
/linux-4.4.14/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.4.14/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()
2687 release_resources(info); in claim_resources()
2693 static void release_resources(MGSLPC_INFO *info) in release_resources() function
2781 release_resources(info); in mgslpc_remove_device()
/linux-4.4.14/arch/arm/mach-omap2/
Dboard-rx51-peripherals.c152 .release_resources = lis302_release,
/linux-4.4.14/drivers/tty/
Dsynclink_gt.c533 static void release_resources(struct slgt_info *info);
3499 release_resources(info); in claim_resources()
3503 static void release_resources(struct slgt_info *info) in release_resources() function
3774 release_resources(info); in slgt_cleanup()
Dsynclinkmp.c555 static void release_resources(SLMP_INFO *info);
3636 release_resources( info ); in claim_resources()
3640 static void release_resources(SLMP_INFO *info) in release_resources() function
3941 release_resources(info); in synclinkmp_cleanup()