Searched refs:dbc_id (Results 1 – 4 of 4) sorted by relevance
118 __u32 dbc_id; member130 __u32 dbc_id; member260 __u32 dbc_id; member306 __u32 dbc_id; member329 __u32 dbc_id; member342 __u32 dbc_id; member
130 __le32 dbc_id; member137 __le32 dbc_id; member221 u32 dbc_id; member300 u32 dbc_id = resources->dbc_id; in save_dbc_buf() local303 wait_event_interruptible(qdev->dbc[dbc_id].dbc_release, !qdev->dbc[dbc_id].in_use); in save_dbc_buf()309 enable_dbc(qdev, dbc_id, usr); in save_dbc_buf()871 out_trans->dbc_id = le32_to_cpu(in_trans->dbc_id); in decode_activate()893 resources->dbc_id = out_trans->dbc_id; in decode_activate()903 u32 dbc_id = le32_to_cpu(in_trans->dbc_id); in decode_deactivate() local906 if (dbc_id >= qdev->num_dbc) in decode_deactivate()[all …]
263 int disable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr);264 void enable_dbc(struct qaic_device *qdev, u32 dbc_id, struct qaic_user *usr);265 void wakeup_dbc(struct qaic_device *qdev, u32 dbc_id);266 void release_dbc(struct qaic_device *qdev, u32 dbc_id);
965 if (args->hdr.dbc_id >= qdev->num_dbc) { in qaic_attach_slice_bo_ioctl()1001 dbc = &qdev->dbc[args->hdr.dbc_id]; in qaic_attach_slice_bo_ioctl()1343 if (args->hdr.dbc_id >= qdev->num_dbc) { in __qaic_execute_bo_ioctl()1348 dbc = &qdev->dbc[args->hdr.dbc_id]; in __qaic_execute_bo_ioctl()1678 if (args->dbc_id >= qdev->num_dbc) { in qaic_wait_bo_ioctl()1683 dbc = &qdev->dbc[args->dbc_id]; in qaic_wait_bo_ioctl()1821 if (!qdev->dbc[dbc_id].usr || qdev->dbc[dbc_id].usr->handle != usr->handle) in disable_dbc()1824 qdev->dbc[dbc_id].usr = NULL; in disable_dbc()1839 qdev->dbc[dbc_id].usr = usr; in enable_dbc()1862 dbc = &qdev->dbc[dbc_id]; in release_dbc()[all …]