Home
last modified time | relevance | path

Searched refs:is_closed (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap2/
Dmmc.h13 int is_closed);
/linux-4.4.14/drivers/infiniband/core/
Duverbs_main.c434 closed_already = file->is_closed; in ib_uverbs_event_close()
435 file->is_closed = 1; in ib_uverbs_event_close()
476 if (file->is_closed) { in ib_uverbs_comp_handler()
509 if (file->async_file->is_closed) { in ib_uverbs_async_handler()
607 ev_file->is_closed = 0; in ib_uverbs_alloc_event_file()
955 if (!file->is_closed) { in ib_uverbs_close()
957 file->is_closed = 1; in ib_uverbs_close()
1178 file->is_closed = 1; in ib_uverbs_free_hw_resources()
1205 event_file->is_closed = 1; in ib_uverbs_free_hw_resources()
Duverbs.h109 int is_closed; member
124 int is_closed; member
/linux-4.4.14/drivers/mmc/host/
Domap.c857 void omap_mmc_notify_cover_event(struct device *dev, int num, int is_closed) in omap_mmc_notify_cover_event() argument