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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dhvapi.c19 struct api_info { struct
28 static struct api_info api_table[] = {
44 static struct api_info *__get_info(unsigned long group)
55 static void __get_ref(struct api_info *p)
60 static void __put_ref(struct api_info *p)
84 struct api_info *p;
134 struct api_info *p;
149 struct api_info *p;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-mailbox.c50 static const struct ivtv_api_info api_info[256] = { variable in typeref:struct:ivtv_api_info
225 cmd < 0 || cmd > 255 || api_info[cmd].name == NULL) {
230 IVTV_DEBUG_API("API Call: %s\n", api_info[cmd].name);
246 flags = api_info[cmd].flags;
257 api_info[cmd].name, mb, readl(&mbdata->mbox[mb].flags));
259 IVTV_WARN("Could not find free DMA mailbox for %s\n", api_info[cmd].name);
269 IVTV_DEBUG_WARN("No free mailbox found (%s)\n", api_info[cmd].name);
289 IVTV_DEBUG_WARN("Could not get result (%s)\n", api_info[cmd].name);
302 api_info[cmd].name, jiffies - then, HZ);

Completed in 208 milliseconds