Searched refs:cdo (Results 1 – 5 of 5) sorted by relevance
374 const struct cdrom_device_ops *cdo = cdi->ops; in cdrom_get_disc_info() local384 ret = cdo->generic_packet(cdi, &cgc); in cdrom_get_disc_info()398 ret = cdo->generic_packet(cdi, &cgc); in cdrom_get_disc_info()411 #define ENSURE(cdo, call, bits) \ argument413 if (cdo->call == NULL) \414 WARN_ON_ONCE((cdo)->capability & (bits)); \589 const struct cdrom_device_ops *cdo = cdi->ops; in register_cdrom() local593 if (cdo->open == NULL || cdo->release == NULL) in register_cdrom()604 ENSURE(cdo, drive_status, CDC_DRIVE_STATUS); in register_cdrom()605 if (cdo->check_events == NULL) in register_cdrom()[all …]
81 struct cdo_parts *cdop = &req->cdo; in sanity_check()115 struct cdo_parts *cdop = &req->cdo; in set_dpm_level()188 u32 ncols = req->cdo.ncols; in get_free_partition()245 if (req->cdo.ncols != pt_node->ncols) in allocate_partition()265 struct cdo_parts *cdop = &req->cdo; in create_solver_node()
55 struct cdo_parts cdo; member
528 xrs_req->cdo.start_cols = hwctx->col_list; in aie2_alloc_resource()529 xrs_req->cdo.cols_len = hwctx->col_list_len; in aie2_alloc_resource()530 xrs_req->cdo.ncols = hwctx->num_col; in aie2_alloc_resource()531 xrs_req->cdo.qos_cap.opc = hwctx->max_opc; in aie2_alloc_resource()
561 if (cdo->capability & ~cdi->mask & CDC _<capability>) ...