Home
last modified time | relevance | path

Searched refs:open_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/md/dm-vdo/indexer/
A Dindex-session.c286 enum uds_open_index_type open_type) in initialize_index_session() argument
298 result = uds_make_index(config, open_type, &index_session->load_context, in initialize_index_session()
309 static const char *get_open_type_string(enum uds_open_index_type open_type) in get_open_type_string() argument
311 switch (open_type) { in get_open_type_string()
327 int uds_open_index(enum uds_open_index_type open_type, in uds_open_index() argument
353 vdo_log_info("%s: %s", get_open_type_string(open_type), name); in uds_open_index()
355 result = initialize_index_session(session, open_type); in uds_open_index()
358 get_open_type_string(open_type)); in uds_open_index()
A Dindex.h66 enum uds_open_index_type open_type,
A Dindexer.h300 int __must_check uds_open_index(enum uds_open_index_type open_type,
A Dindex.c1151 int uds_make_index(struct uds_configuration *config, enum uds_open_index_type open_type, in uds_make_index() argument
1157 bool new = (open_type == UDS_CREATE); in uds_make_index()
1233 if (open_type == UDS_LOAD) { in uds_make_index()
/linux/drivers/media/usb/dvb-usb/
A Dcxusb.c1423 enum cxusb_open_type open_type) in cxusb_medion_get() argument
1437 if (cxdev->open_type == CXUSB_OPEN_INIT) { in cxusb_medion_get()
1443 if (cxdev->open_type != open_type) { in cxusb_medion_get()
1445 open_type == CXUSB_OPEN_ANALOG ? in cxusb_medion_get()
1448 if (open_type == CXUSB_OPEN_ANALOG) { in cxusb_medion_get()
1474 cxdev->open_type = open_type; in cxusb_medion_get()
1477 open_type == CXUSB_OPEN_ANALOG ? in cxusb_medion_get()
1482 } else if (cxdev->open_type == open_type) { in cxusb_medion_get()
1502 if (cxdev->open_type == CXUSB_OPEN_INIT) { in cxusb_medion_put()
1504 cxdev->open_type = CXUSB_OPEN_NONE; in cxusb_medion_put()
[all …]
A Dcxusb.h119 enum cxusb_open_type open_type; member
201 enum cxusb_open_type open_type);

Completed in 16 milliseconds