Searched refs:host_info (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Draw1394.h112 struct host_info { struct
H A Draw1394.c139 struct host_info *hi;
141 hi = (struct host_info *)kmalloc(sizeof(struct host_info), SLAB_KERNEL);
157 static struct host_info *find_host_info(struct hpsb_host *host)
160 struct host_info *hi;
163 hi = list_entry(lh, struct host_info, list);
174 struct host_info *hi;
200 struct host_info *hi;
235 struct host_info *hi;
304 struct host_info *h
[all...]
H A Deth1394.c104 /* Find our host_info struct for a given host pointer. Must be called
106 static inline struct host_info *find_host_info (struct hpsb_host *host)
109 struct host_info *hi;
113 hi = list_entry (lh, struct host_info, list);
126 struct host_info *hi;
336 struct host_info *hi = NULL;
357 hi = (struct host_info *)kmalloc (sizeof (struct host_info),
393 struct host_info *hi;
H A Deth1394.h48 struct host_info { struct
H A Dnodemgr.c70 struct host_info { struct
1171 struct host_info *hi = (struct host_info *)__hi;
1269 struct host_info *hi = kmalloc (sizeof (struct host_info), GFP_KERNEL);
1305 struct host_info *hi = NULL;
1310 struct host_info *myhi = list_entry(lh, struct host_info, list);
1335 struct host_info *hi = NULL;
1339 struct host_info *myh
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dwget.c47 struct host_info { struct
55 static void parse_url(char *url, struct host_info *h);
170 struct host_info server, target;
516 void parse_url(char *url, struct host_info *h)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dscsiglue.c68 static const char* host_info(struct Scsi_Host *host) function
415 info: host_info,

Completed in 102 milliseconds