Symbol: apr_device
drivers/soc/qcom/apr.c
142
int gpr_send_pkt(struct apr_device *gdev, struct gpr_pkt *pkt)
drivers/soc/qcom/apr.c
156
struct apr_device *adev = to_apr_device(dev);
drivers/soc/qcom/apr.c
194
struct apr_device *adev;
drivers/soc/qcom/apr.c
343
struct apr_device *adev = to_apr_device(dev);
drivers/soc/qcom/apr.c
366
struct apr_device *adev = to_apr_device(dev);
drivers/soc/qcom/apr.c
379
struct apr_device *adev = to_apr_device(dev);
drivers/soc/qcom/apr.c
392
const struct apr_device *adev = to_apr_device(dev);
drivers/soc/qcom/apr.c
415
struct apr_device *adev = NULL;
drivers/soc/qcom/apr.c
55
int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt)
drivers/soc/qcom/apr.c
565
struct apr_device *adev = to_apr_device(dev);
drivers/soc/qcom/apr.c
90
gpr_port_t *gpr_alloc_port(struct apr_device *gdev, struct device *dev,
include/linux/soc/qcom/apr.h
149
typedef struct apr_device gpr_device_t;
include/linux/soc/qcom/apr.h
151
#define to_apr_device(d) container_of(d, struct apr_device, dev)
include/linux/soc/qcom/apr.h
152
#define svc_to_apr_device(d) container_of(d, struct apr_device, svc)
include/linux/soc/qcom/apr.h
155
int (*probe)(struct apr_device *sl);
include/linux/soc/qcom/apr.h
156
void (*remove)(struct apr_device *sl);
include/linux/soc/qcom/apr.h
157
int (*callback)(struct apr_device *a,
include/linux/soc/qcom/apr.h
189
int apr_send_pkt(struct apr_device *adev, struct apr_pkt *pkt);
sound/soc/qcom/qdsp6/q6adm.c
189
static int q6adm_callback(struct apr_device *adev, const struct apr_resp_pkt *data)
sound/soc/qcom/qdsp6/q6adm.c
568
static int q6adm_probe(struct apr_device *adev)
sound/soc/qcom/qdsp6/q6adm.c
57
struct apr_device *apr;
sound/soc/qcom/qdsp6/q6afe.c
1899
static int q6afe_probe(struct apr_device *adev)
sound/soc/qcom/qdsp6/q6afe.c
375
struct apr_device *apr;
sound/soc/qcom/qdsp6/q6afe.c
959
static int q6afe_callback(struct apr_device *adev, const struct apr_resp_pkt *data)
sound/soc/qcom/qdsp6/q6asm.c
1648
static int q6asm_probe(struct apr_device *adev)
sound/soc/qcom/qdsp6/q6asm.c
256
struct apr_device *adev;
sound/soc/qcom/qdsp6/q6asm.c
269
struct apr_device *adev;
sound/soc/qcom/qdsp6/q6asm.c
599
static int32_t q6asm_stream_callback(struct apr_device *adev,
sound/soc/qcom/qdsp6/q6asm.c
744
static int q6asm_srvc_callback(struct apr_device *adev,
sound/soc/qcom/qdsp6/q6core.c
153
struct apr_device *adev = core->adev;
sound/soc/qcom/qdsp6/q6core.c
183
struct apr_device *adev = core->adev;
sound/soc/qcom/qdsp6/q6core.c
208
struct apr_device *adev = core->adev;
sound/soc/qcom/qdsp6/q6core.c
328
static int q6core_probe(struct apr_device *adev)
sound/soc/qcom/qdsp6/q6core.c
342
static void q6core_exit(struct apr_device *adev)
sound/soc/qcom/qdsp6/q6core.c
54
struct apr_device *adev;
sound/soc/qcom/qdsp6/q6core.c
70
static int q6core_callback(struct apr_device *adev, const struct apr_resp_pkt *data)