Home
last modified time | relevance | path

Searched refs:__remove (Results 1 – 5 of 5) sorted by relevance

/drivers/platform/chrome/
Dcros_ec_dev.c223 static void __remove(struct device *dev) in __remove() function
268 ec->class_dev.release = __remove; in ec_device_probe()
/drivers/scsi/osd/
Dosd_uld.c394 static void __remove(struct device *dev) in __remove() function
490 oud->class_dev.release = __remove; in osd_probe()
/drivers/md/
Ddm-bufio.c298 static void __remove(struct dm_bufio_client *c, struct dm_buffer *b) in __remove() function
498 __remove(b->c, b); in __unlink_buffer()
Ddm-cache-metadata.c1076 static int __remove(struct dm_cache_metadata *cmd, dm_cblock_t cblock) in __remove() function
1096 r = __remove(cmd, cblock); in dm_cache_remove_mapping()
Ddm-thin-metadata.c1558 static int __remove(struct dm_thin_device *td, dm_block_t block) in __remove() function
1639 r = __remove(td, block); in dm_thin_remove_block()