Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/misc/lis3lv02d/
H 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()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dbh1770glc.h37 int (*release_resources)(void); member
H A Dapds990x.h62 int (*release_resources)(void); member
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice-stream.c138 static void release_resources(struct snd_dice *dice) in release_resources() function
302 release_resources(dice); in snd_dice_stream_reserve_duplex()
335 release_resources(dice); in snd_dice_stream_reserve_duplex()
500 release_resources(dice); in snd_dice_stream_stop_duplex()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlis3lv02d.h121 int (*release_resources)(void); member
/OK3568_Linux_fs/kernel/drivers/misc/
H 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()
H 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()
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dleds-lp5521.rst103 .release_resources = lp5521_release,
H A Dleds-lp5523.rst142 .release_resources = lp5523_release,
H A Dleds-lp5562.rst129 .release_resources = lp5562_release,
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c398 static void release_resources(MGSLPC_INFO *info);
1304 release_resources(info); in startup()
1359 release_resources(info); in shutdown()
2661 release_resources(info); in claim_resources()
2667 static void release_resources(MGSLPC_INFO *info) in release_resources() function
2755 release_resources(info); in mgslpc_remove_device()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-nand.c1098 static void release_resources(struct gpmi_nand_data *this) in release_resources() function
2572 release_resources(this); in gpmi_nand_probe()
2591 release_resources(this); in gpmi_nand_remove()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/
H A Dibmvnic.c942 static void release_resources(struct ibmvnic_adapter *adapter) in release_resources() function
1170 release_resources(adapter); in __ibmvnic_open()
1206 release_resources(adapter); in ibmvnic_open()
1878 release_resources(adapter); in do_change_param_reset()
2127 release_resources(adapter); in do_hard_reset()
5406 release_resources(adapter); in ibmvnic_remove()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclinkmp.c555 static void release_resources(SLMP_INFO *info);
3606 release_resources( info ); in claim_resources()
3610 static void release_resources(SLMP_INFO *info) in release_resources() function
3853 release_resources( port_array[0] ); in device_init()
3923 release_resources(info); in synclinkmp_cleanup()
H A Dsynclink_gt.c477 static void release_resources(struct slgt_info *info);
3411 release_resources(info); in claim_resources()
3415 static void release_resources(struct slgt_info *info) in release_resources() function
3686 release_resources(info); in slgt_cleanup()