Home
last modified time | relevance | path

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

/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()
/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()
/drivers/mtd/nand/gpmi-nand/
Dgpmi-nand.c693 static void release_resources(struct gpmi_nand_data *this) in release_resources() function
2128 release_resources(this); in gpmi_nand_probe()
2140 release_resources(this); in gpmi_nand_remove()
/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()
2675 release_resources(info); in claim_resources()
2681 static void release_resources(MGSLPC_INFO *info) in release_resources() function
2769 release_resources(info); in mgslpc_remove_device()
/drivers/tty/
Dsynclinkmp.c555 static void release_resources(SLMP_INFO *info);
3623 release_resources( info ); in claim_resources()
3627 static void release_resources(SLMP_INFO *info) in release_resources() function
3871 release_resources( port_array[0] ); in device_init()
3941 release_resources(info); in synclinkmp_cleanup()
Dsynclink_gt.c533 static void release_resources(struct slgt_info *info);
3478 release_resources(info); in claim_resources()
3482 static void release_resources(struct slgt_info *info) in release_resources() function
3753 release_resources(info); in slgt_cleanup()
/drivers/net/ethernet/ibm/
Dibmvnic.c735 static void release_resources(struct ibmvnic_adapter *adapter) in release_resources() function
891 release_resources(adapter); in __ibmvnic_open()
923 release_resources(adapter); in ibmvnic_open()
3979 release_resources(adapter); in ibmvnic_remove()