Home
last modified time | relevance | path

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

/Linux-v4.19/sound/firewire/fireface/
Dff-stream.c70 static void release_resources(struct snd_ff *ff) in release_resources() function
163 release_resources(ff); in snd_ff_stream_start_duplex()
216 release_resources(ff); in snd_ff_stream_start_duplex()
229 release_resources(ff); in snd_ff_stream_stop_duplex()
/Linux-v4.19/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-v4.19/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-v4.19/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()
440 release_resources(tscm); in snd_tscm_stream_start_duplex()
454 release_resources(tscm); in snd_tscm_stream_stop_duplex()
/Linux-v4.19/include/linux/platform_data/
Dbh1770glc.h51 int (*release_resources)(void); member
Dapds990x.h76 int (*release_resources)(void); member
/Linux-v4.19/include/linux/
Dlis3lv02d.h121 int (*release_resources)(void); member
/Linux-v4.19/sound/firewire/dice/
Ddice-stream.c139 static void release_resources(struct snd_dice *dice) in release_resources() function
335 release_resources(dice); in start_duplex_streams()
379 release_resources(dice); in start_duplex_streams()
459 release_resources(dice); in snd_dice_stream_stop_duplex()
/Linux-v4.19/drivers/misc/
Dapds990x.c1192 if (chip->pdata && chip->pdata->release_resources) in apds990x_probe()
1193 chip->pdata->release_resources(); in apds990x_probe()
1211 if (chip->pdata && chip->pdata->release_resources) in apds990x_remove()
1212 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-v4.19/Documentation/leds/
Dleds-lp5521.txt96 .release_resources = lp5521_release,
Dleds-lp5562.txt115 .release_resources = lp5562_release,
Dleds-lp5523.txt128 .release_resources = lp5523_release,
/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-nand.c662 static void release_resources(struct gpmi_nand_data *this) in release_resources() function
2019 release_resources(this); in gpmi_nand_probe()
2031 release_resources(this); in gpmi_nand_remove()
/Linux-v4.19/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()
2662 release_resources(info); in claim_resources()
2668 static void release_resources(MGSLPC_INFO *info) in release_resources() function
2756 release_resources(info); in mgslpc_remove_device()
/Linux-v4.19/drivers/net/ethernet/ibm/
Dibmvnic.c875 static void release_resources(struct ibmvnic_adapter *adapter) in release_resources() function
1078 release_resources(adapter); in __ibmvnic_open()
1118 release_resources(adapter); in ibmvnic_open()
1772 release_resources(adapter); in do_reset()
1889 release_resources(adapter); in do_hard_reset()
4787 release_resources(adapter); in ibmvnic_remove()
/Linux-v4.19/drivers/tty/
Dsynclinkmp.c555 static void release_resources(SLMP_INFO *info);
3610 release_resources( info ); in claim_resources()
3614 static void release_resources(SLMP_INFO *info) in release_resources() function
3857 release_resources( port_array[0] ); in device_init()
3927 release_resources(info); in synclinkmp_cleanup()
Dsynclink_gt.c532 static void release_resources(struct slgt_info *info);
3472 release_resources(info); in claim_resources()
3476 static void release_resources(struct slgt_info *info) in release_resources() function
3747 release_resources(info); in slgt_cleanup()