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
566 xrs_req->cdo.start_cols = &temporal_only_col; in aie2_ctx_syncobj_create() 567 xrs_req->cdo.cols_len = 1; in aie2_ctx_syncobj_create() 568 xrs_req->cdo.ncols = xdna->dev_handle->total_col; in aie2_ctx_syncobj_create() 570 xrs_req->cdo.start_cols = hwctx->col_list; in aie2_ctx_syncobj_create() 571 xrs_req->cdo.cols_len = hwctx->col_list_len; in aie2_ctx_syncobj_create() 572 xrs_req->cdo.ncols = hwctx->num_col; in aie2_ctx_syncobj_create() 575 xrs_req->cdo.qos_cap.opc = xdna->dev_handle->priv->col_opc * hwctx->num_col; in aie2_ctx_syncobj_create()
561 if (cdo->capability & ~cdi->mask & CDC _<capability>) ...