Symbol: th1520_aon_chan
drivers/firmware/thead,th1520-aon.c
110
int th1520_aon_call_rpc(struct th1520_aon_chan *aon_chan, void *msg)
drivers/firmware/thead,th1520-aon.c
162
int th1520_aon_power_update(struct th1520_aon_chan *aon_chan, u16 rsrc,
drivers/firmware/thead,th1520-aon.c
201
struct th1520_aon_chan *th1520_aon_init(struct device *dev)
drivers/firmware/thead,th1520-aon.c
203
struct th1520_aon_chan *aon_chan;
drivers/firmware/thead,th1520-aon.c
240
void th1520_aon_deinit(struct th1520_aon_chan *aon_chan)
drivers/firmware/thead,th1520-aon.c
78
struct th1520_aon_chan *aon_chan =
drivers/firmware/thead,th1520-aon.c
79
container_of(c, struct th1520_aon_chan, cl);
drivers/pmdomain/thead/th1520-pm-domains.c
17
struct th1520_aon_chan *aon_chan;
drivers/pmdomain/thead/th1520-pm-domains.c
177
struct th1520_aon_chan *aon_chan)
drivers/pmdomain/thead/th1520-pm-domains.c
192
struct th1520_aon_chan *aon_chan;
drivers/power/reset/th1520-aon-reboot.c
25
struct th1520_aon_chan *aon_chan = data->cb_data;
drivers/power/reset/th1520-aon-reboot.c
39
struct th1520_aon_chan *aon_chan = data->cb_data;
include/linux/firmware/thead/thead,th1520-aon.h
119
struct th1520_aon_chan *th1520_aon_init(struct device *dev);
include/linux/firmware/thead/thead,th1520-aon.h
120
void th1520_aon_deinit(struct th1520_aon_chan *aon_chan);
include/linux/firmware/thead/thead,th1520-aon.h
122
int th1520_aon_call_rpc(struct th1520_aon_chan *aon_chan, void *msg);
include/linux/firmware/thead/thead,th1520-aon.h
123
int th1520_aon_power_update(struct th1520_aon_chan *aon_chan, u16 rsrc,
include/linux/firmware/thead/thead,th1520-aon.h
16
struct th1520_aon_chan;