Home
last modified time | relevance | path

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

/linux/drivers/misc/lis3lv02d/
A Dlis3lv02d_i2c.c175 if (pdata && pdata->release_resources) in lis3lv02d_i2c_probe()
176 pdata->release_resources(); in lis3lv02d_i2c_probe()
185 if (pdata && pdata->release_resources) in lis3lv02d_i2c_remove()
186 pdata->release_resources(); in lis3lv02d_i2c_remove()
/linux/include/linux/platform_data/
A Dbh1770glc.h37 int (*release_resources)(void); member
A Dapds990x.h62 int (*release_resources)(void); member
/linux/sound/firewire/dice/
A Ddice-stream.c123 static void release_resources(struct snd_dice *dice) in release_resources() function
287 release_resources(dice); in snd_dice_stream_reserve_duplex()
320 release_resources(dice); in snd_dice_stream_reserve_duplex()
482 release_resources(dice); in snd_dice_stream_stop_duplex()
/linux/include/linux/
A Dlis3lv02d.h121 int (*release_resources)(void); member
/linux/drivers/misc/
A Dapds990x.c1177 if (chip->pdata && chip->pdata->release_resources) in apds990x_probe()
1178 chip->pdata->release_resources(); in apds990x_probe()
1196 if (chip->pdata && chip->pdata->release_resources) in apds990x_remove()
1197 chip->pdata->release_resources(); in apds990x_remove()
A Dbh1770glc.c1276 if (chip->pdata->release_resources) in bh1770_probe()
1277 chip->pdata->release_resources(); in bh1770_probe()
1292 if (chip->pdata->release_resources) in bh1770_remove()
1293 chip->pdata->release_resources(); in bh1770_remove()
/linux/Documentation/leds/
A Dleds-lp5521.rst103 .release_resources = lp5521_release,
A Dleds-lp5523.rst142 .release_resources = lp5523_release,
A Dleds-lp5562.rst129 .release_resources = lp5562_release,
/linux/drivers/char/pcmcia/
A Dsynclink_cs.c398 static void release_resources(MGSLPC_INFO *info);
1302 release_resources(info); in startup()
1357 release_resources(info); in shutdown()
2651 release_resources(info); in claim_resources()
2657 static void release_resources(MGSLPC_INFO *info) in release_resources() function
2745 release_resources(info); in mgslpc_remove_device()
/linux/drivers/mtd/nand/raw/gpmi-nand/
A Dgpmi-nand.c1082 static void release_resources(struct gpmi_nand_data *this) in release_resources() function
2535 release_resources(this); in gpmi_nand_probe()
2554 release_resources(this); in gpmi_nand_remove()
/linux/drivers/net/ethernet/ibm/
A Dibmvnic.c1197 static void release_resources(struct ibmvnic_adapter *adapter) in release_resources() function
1421 release_resources(adapter); in __ibmvnic_open()
1471 release_resources(adapter); in ibmvnic_open()
2299 release_resources(adapter); in do_reset()
2446 release_resources(adapter); in do_hard_reset()
5831 release_resources(adapter); in ibmvnic_remove()
/linux/drivers/tty/
A Dsynclink_gt.c477 static void release_resources(struct slgt_info *info);
3399 release_resources(info); in claim_resources()
3403 static void release_resources(struct slgt_info *info) in release_resources() function
3669 release_resources(info); in slgt_cleanup()
/linux/Documentation/process/
A Dmaintainer-tip.rst225 release_resources() thread_handler()

Completed in 44 milliseconds