Searched refs:open_type (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/indexer/ |
D | index-session.c | 286 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()
|
D | index.h | 66 enum uds_open_index_type open_type,
|
D | indexer.h | 300 int __must_check uds_open_index(enum uds_open_index_type open_type,
|
D | index.c | 1151 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-6.12.1/drivers/media/usb/dvb-usb/ |
D | cxusb.c | 317 if (cxdev->open_type == CXUSB_OPEN_ANALOG) { in cxusb_power_ctrl() 1423 enum cxusb_open_type open_type) in cxusb_medion_get() argument 1430 if (WARN_ON((cxdev->open_type == CXUSB_OPEN_INIT || in cxusb_medion_get() 1431 cxdev->open_type == CXUSB_OPEN_NONE) && in cxusb_medion_get() 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() [all …]
|
D | cxusb.h | 119 enum cxusb_open_type open_type; member 201 enum cxusb_open_type open_type);
|