Home
last modified time | relevance | path

Searched refs:host1x_channel_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/host1x/
Dchannel.c16 int host1x_channel_list_init(struct host1x_channel_list *chlist, in host1x_channel_list_init()
35 void host1x_channel_list_free(struct host1x_channel_list *chlist) in host1x_channel_list_free()
92 struct host1x_channel_list *chlist = &host->channel_list; in host1x_channel_stop_all()
108 struct host1x_channel_list *chlist = &host->channel_list; in release_channel()
124 struct host1x_channel_list *chlist = &host->channel_list; in acquire_unused_channel()
156 struct host1x_channel_list *chlist = &host->channel_list; in host1x_channel_request()
Dchannel.h20 struct host1x_channel_list { struct
38 int host1x_channel_list_init(struct host1x_channel_list *chlist, argument
40 void host1x_channel_list_free(struct host1x_channel_list *chlist);
Ddev.h162 struct host1x_channel_list channel_list;