Searched refs:api_info (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dhvapi.c18 struct api_info { struct
27 static struct api_info api_table[] = {
59 static struct api_info *__get_info(unsigned long group)
70 static void __get_ref(struct api_info *p)
75 static void __put_ref(struct api_info *p)
99 struct api_info *p;
149 struct api_info *p;
164 struct api_info *p;
/linux-master/drivers/media/pci/ivtv/
H A Divtv-mailbox.c38 static const struct ivtv_api_info api_info[256] = { variable in typeref:struct:ivtv_api_info
214 cmd < 0 || cmd > 255 || api_info[cmd].name == NULL) {
219 if (api_info[cmd].flags & API_HIGH_VOL) {
220 IVTV_DEBUG_HI_MB("MB Call: %s\n", api_info[cmd].name);
223 IVTV_DEBUG_MB("MB Call: %s\n", api_info[cmd].name);
242 flags = api_info[cmd].flags;
253 api_info[cmd].name, mb, readl(&mbdata->mbox[mb].flags));
255 IVTV_WARN("Could not find free DMA mailbox for %s\n", api_info[cmd].name);
265 IVTV_DEBUG_WARN("No free mailbox found (%s)\n", api_info[cmd].name);
292 IVTV_DEBUG_WARN("Could not get result (%s)\n", api_info[cm
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-mailbox.c34 static const struct cx18_api_info api_info[] = { variable in typeref:struct:cx18_api_info
85 for (i = 0; api_info[i].cmd; i++)
86 if (api_info[i].cmd == cmd)
87 return &api_info[i];

Completed in 88 milliseconds