Symbol: uacce_device
drivers/crypto/hisilicon/qm.c
2499
static int hisi_qm_get_available_instances(struct uacce_device *uacce)
drivers/crypto/hisilicon/qm.c
2519
static int hisi_qm_uacce_get_queue(struct uacce_device *uacce,
drivers/crypto/hisilicon/qm.c
2765
static enum uacce_dev_state hisi_qm_get_isolate_state(struct uacce_device *uacce)
drivers/crypto/hisilicon/qm.c
2779
static int hisi_qm_isolate_threshold_write(struct uacce_device *uacce, u32 num)
drivers/crypto/hisilicon/qm.c
2800
static u32 hisi_qm_isolate_threshold_read(struct uacce_device *uacce)
drivers/crypto/hisilicon/qm.c
2829
struct uacce_device *uacce = qm->uacce;
drivers/crypto/hisilicon/qm.c
2843
struct uacce_device *uacce = qm->uacce;
drivers/crypto/hisilicon/qm.c
2865
struct uacce_device *uacce;
drivers/misc/uacce/uacce.c
120
static int uacce_bind_queue(struct uacce_device *uacce, struct uacce_queue *q)
drivers/misc/uacce/uacce.c
153
struct uacce_device *uacce;
drivers/misc/uacce/uacce.c
205
struct uacce_device *uacce = q->uacce;
drivers/misc/uacce/uacce.c
244
struct uacce_device *uacce = q->uacce;
drivers/misc/uacce/uacce.c
306
struct uacce_device *uacce = q->uacce;
drivers/misc/uacce/uacce.c
335
#define to_uacce_device(dev) container_of(dev, struct uacce_device, dev)
drivers/misc/uacce/uacce.c
340
struct uacce_device *uacce = to_uacce_device(dev);
drivers/misc/uacce/uacce.c
348
struct uacce_device *uacce = to_uacce_device(dev);
drivers/misc/uacce/uacce.c
357
struct uacce_device *uacce = to_uacce_device(dev);
drivers/misc/uacce/uacce.c
369
struct uacce_device *uacce = to_uacce_device(dev);
drivers/misc/uacce/uacce.c
377
struct uacce_device *uacce = to_uacce_device(dev);
drivers/misc/uacce/uacce.c
386
struct uacce_device *uacce = to_uacce_device(dev);
drivers/misc/uacce/uacce.c
395
struct uacce_device *uacce = to_uacce_device(dev);
drivers/misc/uacce/uacce.c
402
struct uacce_device *uacce = to_uacce_device(dev);
drivers/misc/uacce/uacce.c
416
struct uacce_device *uacce = to_uacce_device(dev);
drivers/misc/uacce/uacce.c
45
struct uacce_device *uacce = q->uacce;
drivers/misc/uacce/uacce.c
461
struct uacce_device *uacce = to_uacce_device(dev);
drivers/misc/uacce/uacce.c
489
struct uacce_device *uacce = to_uacce_device(dev);
drivers/misc/uacce/uacce.c
502
struct uacce_device *uacce_alloc(struct device *parent,
drivers/misc/uacce/uacce.c
506
struct uacce_device *uacce;
drivers/misc/uacce/uacce.c
509
uacce = kzalloc_obj(struct uacce_device);
drivers/misc/uacce/uacce.c
546
int uacce_register(struct uacce_device *uacce)
drivers/misc/uacce/uacce.c
572
void uacce_remove(struct uacce_device *uacce)
drivers/misc/uacce/uacce.c
60
struct uacce_device *uacce = q->uacce;
drivers/misc/uacce/uacce.c
77
struct uacce_device *uacce = q->uacce;
include/linux/hisi_acc_qm.h
428
struct uacce_device *uacce;
include/linux/uacce.h
138
struct uacce_device *uacce_alloc(struct device *parent,
include/linux/uacce.h
14
struct uacce_device;
include/linux/uacce.h
140
int uacce_register(struct uacce_device *uacce);
include/linux/uacce.h
141
void uacce_remove(struct uacce_device *uacce);
include/linux/uacce.h
146
struct uacce_device *uacce_alloc(struct device *parent,
include/linux/uacce.h
152
static inline int uacce_register(struct uacce_device *uacce)
include/linux/uacce.h
157
static inline void uacce_remove(struct uacce_device *uacce) {}
include/linux/uacce.h
39
int (*get_available_instances)(struct uacce_device *uacce);
include/linux/uacce.h
40
int (*get_queue)(struct uacce_device *uacce, unsigned long arg,
include/linux/uacce.h
50
enum uacce_dev_state (*get_isolate_state)(struct uacce_device *uacce);
include/linux/uacce.h
51
int (*isolate_err_threshold_write)(struct uacce_device *uacce, u32 num);
include/linux/uacce.h
52
u32 (*isolate_err_threshold_read)(struct uacce_device *uacce);
include/linux/uacce.h
92
struct uacce_device *uacce;