Searched refs:devinfo (Results 1 - 25 of 68) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpc/
H A Dminiwget.h18 MINIUPNP_LIBSPEC void * getHTTPResponse(int s, int * size, struct UPNPDevInfo *devinfo);
20 MINIUPNP_LIBSPEC void * miniwget(const char *, int *, unsigned int, struct UPNPDevInfo *devinfo);
22 MINIUPNP_LIBSPEC void * miniwget_getaddr(const char *, int *, char *, int, unsigned int, struct UPNPDevInfo *devinfo, char *dut_addr);
H A Dminiwget.c70 getHTTPResponse(int s, int * size, struct UPNPDevInfo *devinfo) argument
192 strcpy(devinfo->type, header_buf+valuestart);
328 struct UPNPDevInfo *devinfo)
421 content = getHTTPResponse(s, size, devinfo);
432 unsigned int scope_id, struct UPNPDevInfo *devinfo)
438 addr_str, addr_str_len, "1.1", scope_id, devinfo);
574 miniwget(const char * url, int * size, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
587 return miniwget2(hostname, port, path, size, 0, 0, scope_id, devinfo);
592 char * addr, int addrlen, unsigned int scope_id, struct UPNPDevInfo *devinfo, char * dut_addr)
636 strcpy(devinfo
324 miniwget3(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, const char * httpversion, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
429 miniwget2(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
591 miniwget_getaddr(const char * url, int * size, char * addr, int addrlen, unsigned int scope_id, struct UPNPDevInfo *devinfo, char * dut_addr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpc/
H A Dminiwget.h18 MINIUPNP_LIBSPEC void * getHTTPResponse(int s, int * size, struct UPNPDevInfo *devinfo);
20 MINIUPNP_LIBSPEC void * miniwget(const char *, int *, unsigned int, struct UPNPDevInfo *devinfo);
22 MINIUPNP_LIBSPEC void * miniwget_getaddr(const char *, int *, char *, int, unsigned int, struct UPNPDevInfo *devinfo, char *dut_addr);
H A Dminiwget.c70 getHTTPResponse(int s, int * size, struct UPNPDevInfo *devinfo) argument
192 strcpy(devinfo->type, header_buf+valuestart);
328 struct UPNPDevInfo *devinfo)
421 content = getHTTPResponse(s, size, devinfo);
432 unsigned int scope_id, struct UPNPDevInfo *devinfo)
438 addr_str, addr_str_len, "1.1", scope_id, devinfo);
574 miniwget(const char * url, int * size, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
587 return miniwget2(hostname, port, path, size, 0, 0, scope_id, devinfo);
592 char * addr, int addrlen, unsigned int scope_id, struct UPNPDevInfo *devinfo, char * dut_addr)
636 strcpy(devinfo
324 miniwget3(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, const char * httpversion, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
429 miniwget2(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
591 miniwget_getaddr(const char * url, int * size, char * addr, int addrlen, unsigned int scope_id, struct UPNPDevInfo *devinfo, char * dut_addr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpc/
H A Dminiwget.h18 MINIUPNP_LIBSPEC void * getHTTPResponse(int s, int * size, struct UPNPDevInfo *devinfo);
20 MINIUPNP_LIBSPEC void * miniwget(const char *, int *, unsigned int, struct UPNPDevInfo *devinfo);
22 MINIUPNP_LIBSPEC void * miniwget_getaddr(const char *, int *, char *, int, unsigned int, struct UPNPDevInfo *devinfo, char *dut_addr);
H A Dminiwget.c70 getHTTPResponse(int s, int * size, struct UPNPDevInfo *devinfo) argument
192 strcpy(devinfo->type, header_buf+valuestart);
328 struct UPNPDevInfo *devinfo)
421 content = getHTTPResponse(s, size, devinfo);
432 unsigned int scope_id, struct UPNPDevInfo *devinfo)
438 addr_str, addr_str_len, "1.1", scope_id, devinfo);
574 miniwget(const char * url, int * size, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
587 return miniwget2(hostname, port, path, size, 0, 0, scope_id, devinfo);
592 char * addr, int addrlen, unsigned int scope_id, struct UPNPDevInfo *devinfo, char * dut_addr)
636 strcpy(devinfo
324 miniwget3(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, const char * httpversion, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
429 miniwget2(const char * host, unsigned short port, const char * path, int * size, char * addr_str, int addr_str_len, unsigned int scope_id, struct UPNPDevInfo *devinfo) argument
591 miniwget_getaddr(const char * url, int * size, char * addr, int addrlen, unsigned int scope_id, struct UPNPDevInfo *devinfo, char * dut_addr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/i2c/
H A Di2c-boardinfo.c75 struct i2c_devinfo *devinfo; local
77 devinfo = kzalloc(sizeof(*devinfo), GFP_KERNEL);
78 if (!devinfo) {
84 devinfo->busnum = busnum;
85 devinfo->board_info = *info;
86 list_add_tail(&devinfo->list, &__i2c_board_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/i2c/
H A Di2c-boardinfo.c75 struct i2c_devinfo *devinfo; local
77 devinfo = kzalloc(sizeof(*devinfo), GFP_KERNEL);
78 if (!devinfo) {
84 devinfo->busnum = busnum;
85 devinfo->board_info = *info;
86 list_add_tail(&devinfo->list, &__i2c_board_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dscsi_devinfo.c275 * devinfo vendor and model strings.
314 * pad, and set devinfo->compatible. The scsi_static_device_list entries
340 * devinfo->compatible. The scsi_static_device_list entries are
348 struct scsi_dev_info_list *devinfo; local
355 devinfo = kmalloc(sizeof(*devinfo), GFP_KERNEL);
356 if (!devinfo) {
361 scsi_strcpy_devinfo("vendor", devinfo->vendor, sizeof(devinfo->vendor),
363 scsi_strcpy_devinfo("model", devinfo
474 struct scsi_dev_info_list *devinfo; local
540 struct scsi_dev_info_list *devinfo = local
737 struct scsi_dev_info_list *devinfo; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_devinfo.c275 * devinfo vendor and model strings.
314 * pad, and set devinfo->compatible. The scsi_static_device_list entries
340 * devinfo->compatible. The scsi_static_device_list entries are
348 struct scsi_dev_info_list *devinfo; local
355 devinfo = kmalloc(sizeof(*devinfo), GFP_KERNEL);
356 if (!devinfo) {
361 scsi_strcpy_devinfo("vendor", devinfo->vendor, sizeof(devinfo->vendor),
363 scsi_strcpy_devinfo("model", devinfo
474 struct scsi_dev_info_list *devinfo; local
540 struct scsi_dev_info_list *devinfo = local
737 struct scsi_dev_info_list *devinfo; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c142 struct ahc_devinfo *devinfo);
158 struct ahc_devinfo *devinfo);
160 struct ahc_devinfo *devinfo,
164 struct ahc_devinfo *devinfo,
167 struct ahc_devinfo *devinfo);
169 struct ahc_devinfo *devinfo,
172 struct ahc_devinfo *devinfo,
175 struct ahc_devinfo *devinfo,
189 struct ahc_devinfo *devinfo);
191 struct ahc_devinfo *devinfo);
979 struct ahc_devinfo devinfo; local
1610 struct ahc_devinfo devinfo; local
1746 struct ahc_devinfo devinfo; local
1773 struct ahc_devinfo devinfo; local
1964 ahc_force_renegotiation(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2408 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, ahc_neg_type neg_type) argument
2451 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, const struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2578 ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int width, u_int type, int paused) argument
2634 ahc_set_tags(struct ahc_softc *ahc, struct scsi_cmnd *cmd, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
2664 struct ahc_devinfo devinfo; local
2728 ahc_fetch_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2778 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
2793 ahc_print_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2800 ahc_scb_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2834 ahc_setup_initiator_msgout(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2920 ahc_build_transfer_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3018 ahc_construct_sdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset) argument
3038 ahc_construct_wdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int bus_width) argument
3056 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
3098 struct ahc_devinfo devinfo; local
3195 struct ahc_devinfo devinfo; local
3538 ahc_parse_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3960 ahc_handle_msg_reject(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
4111 ahc_handle_ign_wide_residue(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
4272 ahc_handle_devreset(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, cam_status status, char *message, int verbose_level) argument
4327 ahc_setup_target_msgin(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
6430 struct ahc_devinfo devinfo; local
6562 struct ahc_devinfo devinfo; local
[all...]
H A Daic79xx_core.c114 struct ahd_devinfo *devinfo);
129 struct ahd_devinfo *devinfo,
133 struct ahd_devinfo *devinfo);
135 struct ahd_devinfo *devinfo,
138 struct ahd_devinfo *devinfo,
141 struct ahd_devinfo *devinfo);
143 struct ahd_devinfo *devinfo,
146 struct ahd_devinfo *devinfo,
149 struct ahd_devinfo *devinfo,
162 struct ahd_devinfo *devinfo);
1869 struct ahd_devinfo devinfo; local
2017 struct ahd_devinfo devinfo; local
2127 struct ahd_devinfo devinfo; local
2204 struct ahd_devinfo devinfo; local
2262 struct ahd_devinfo devinfo; local
2459 struct ahd_devinfo devinfo; local
2990 struct ahd_devinfo devinfo; local
3277 struct ahd_devinfo devinfo; local
3374 ahd_force_renegotiation(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
3774 ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_tmode_tstate *tstate, struct ahd_initiator_tinfo *tinfo, ahd_neg_type neg_type) argument
3817 ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
3963 ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int width, u_int type, int paused) argument
4017 ahd_set_tags(struct ahd_softc *ahd, struct scsi_cmnd *cmd, struct ahd_devinfo *devinfo, ahd_queue_alg alg) argument
4028 ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_transinfo *tinfo) argument
4168 struct ahd_devinfo devinfo; local
4231 ahd_fetch_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4266 ahd_print_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4291 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
4306 ahd_scb_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
4329 ahd_setup_initiator_msgout(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
4450 ahd_build_transfer_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4546 ahd_construct_sdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset) argument
4566 ahd_construct_wdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int bus_width) argument
4584 ahd_construct_ppr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
4643 struct ahd_devinfo devinfo; local
5026 ahd_parse_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
5444 ahd_handle_msg_reject(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
5615 ahd_handle_ign_wide_residue(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
5843 ahd_handle_devreset(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int lun, cam_status status, char *message, int verbose_level) argument
5907 ahd_setup_target_msgin(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
7389 struct ahd_devinfo devinfo; local
7571 struct ahd_devinfo devinfo; local
7650 struct ahd_devinfo devinfo; local
8776 struct ahd_devinfo devinfo; local
8946 struct ahd_devinfo devinfo; local
[all...]
H A Daic79xx_osm.c355 struct ahd_devinfo *devinfo);
593 struct ahd_devinfo devinfo; local
629 ahd_compile_devinfo(&devinfo, ahd->our_id, starget->id,
632 ahd_set_syncrate(ahd, &devinfo, 0, 0, 0,
634 ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
1277 struct ahd_devinfo devinfo; local
1283 ahd_compile_devinfo(&devinfo, ahd->our_id, target_id,
1285 ahd_update_neg_request(ahd, &devinfo, tstate,
1378 struct ahd_devinfo *devinfo, ahd_queue_alg alg)
1415 usertags = ahd_linux_user_tagdepth(ahd, devinfo);
1377 ahd_platform_set_tags(struct ahd_softc *ahd, struct scsi_device *sdev, struct ahd_devinfo *devinfo, ahd_queue_alg alg) argument
1471 ahd_linux_user_tagdepth(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
1507 struct ahd_devinfo devinfo; local
1877 struct ahd_devinfo devinfo; local
2383 struct ahd_devinfo devinfo; local
2402 struct ahd_devinfo devinfo; local
2455 struct ahd_devinfo devinfo; local
2490 struct ahd_devinfo devinfo; local
2532 struct ahd_devinfo devinfo; local
2571 struct ahd_devinfo devinfo; local
2611 struct ahd_devinfo devinfo; local
2647 struct ahd_devinfo devinfo; local
2683 struct ahd_devinfo devinfo; local
2727 struct ahd_devinfo devinfo; local
2777 struct ahd_devinfo devinfo; local
[all...]
H A Daic7xxx_osm.c376 struct ahc_devinfo *devinfo);
569 struct ahc_devinfo devinfo; local
622 ahc_compile_devinfo(&devinfo, our_id, starget->id,
625 ahc_set_syncrate(ahc, &devinfo, NULL, 0, 0, 0,
627 ahc_set_width(ahc, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
1177 struct ahc_devinfo devinfo; local
1194 ahc_compile_devinfo(&devinfo, our_id, target_id,
1196 ahc_update_neg_request(ahc, &devinfo, tstate,
1272 struct ahc_devinfo *devinfo, ahc_queue_alg alg)
1306 usertags = ahc_linux_user_tagdepth(ahc, devinfo);
1271 ahc_platform_set_tags(struct ahc_softc *ahc, struct scsi_device *sdev, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
1361 ahc_linux_user_tagdepth(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
1397 struct ahc_devinfo devinfo; local
1831 struct ahc_devinfo devinfo; local
2354 struct ahc_devinfo devinfo; local
2373 struct ahc_devinfo devinfo; local
2417 struct ahc_devinfo devinfo; local
2445 struct ahc_devinfo devinfo; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c142 struct ahc_devinfo *devinfo);
158 struct ahc_devinfo *devinfo);
160 struct ahc_devinfo *devinfo,
164 struct ahc_devinfo *devinfo,
167 struct ahc_devinfo *devinfo);
169 struct ahc_devinfo *devinfo,
172 struct ahc_devinfo *devinfo,
175 struct ahc_devinfo *devinfo,
189 struct ahc_devinfo *devinfo);
191 struct ahc_devinfo *devinfo);
979 struct ahc_devinfo devinfo; local
1610 struct ahc_devinfo devinfo; local
1746 struct ahc_devinfo devinfo; local
1773 struct ahc_devinfo devinfo; local
1964 ahc_force_renegotiation(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2408 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, ahc_neg_type neg_type) argument
2451 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, const struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2578 ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int width, u_int type, int paused) argument
2634 ahc_set_tags(struct ahc_softc *ahc, struct scsi_cmnd *cmd, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
2664 struct ahc_devinfo devinfo; local
2728 ahc_fetch_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2778 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
2793 ahc_print_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2800 ahc_scb_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2834 ahc_setup_initiator_msgout(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2920 ahc_build_transfer_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3018 ahc_construct_sdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset) argument
3038 ahc_construct_wdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int bus_width) argument
3056 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
3098 struct ahc_devinfo devinfo; local
3195 struct ahc_devinfo devinfo; local
3538 ahc_parse_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3960 ahc_handle_msg_reject(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
4111 ahc_handle_ign_wide_residue(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
4272 ahc_handle_devreset(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, cam_status status, char *message, int verbose_level) argument
4327 ahc_setup_target_msgin(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
6430 struct ahc_devinfo devinfo; local
6562 struct ahc_devinfo devinfo; local
[all...]
H A Daic79xx_core.c114 struct ahd_devinfo *devinfo);
129 struct ahd_devinfo *devinfo,
133 struct ahd_devinfo *devinfo);
135 struct ahd_devinfo *devinfo,
138 struct ahd_devinfo *devinfo,
141 struct ahd_devinfo *devinfo);
143 struct ahd_devinfo *devinfo,
146 struct ahd_devinfo *devinfo,
149 struct ahd_devinfo *devinfo,
162 struct ahd_devinfo *devinfo);
1869 struct ahd_devinfo devinfo; local
2017 struct ahd_devinfo devinfo; local
2127 struct ahd_devinfo devinfo; local
2204 struct ahd_devinfo devinfo; local
2262 struct ahd_devinfo devinfo; local
2459 struct ahd_devinfo devinfo; local
2990 struct ahd_devinfo devinfo; local
3277 struct ahd_devinfo devinfo; local
3374 ahd_force_renegotiation(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
3774 ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_tmode_tstate *tstate, struct ahd_initiator_tinfo *tinfo, ahd_neg_type neg_type) argument
3817 ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
3963 ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int width, u_int type, int paused) argument
4017 ahd_set_tags(struct ahd_softc *ahd, struct scsi_cmnd *cmd, struct ahd_devinfo *devinfo, ahd_queue_alg alg) argument
4028 ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_transinfo *tinfo) argument
4168 struct ahd_devinfo devinfo; local
4231 ahd_fetch_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4266 ahd_print_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4291 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
4306 ahd_scb_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
4329 ahd_setup_initiator_msgout(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
4450 ahd_build_transfer_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4546 ahd_construct_sdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset) argument
4566 ahd_construct_wdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int bus_width) argument
4584 ahd_construct_ppr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
4643 struct ahd_devinfo devinfo; local
5026 ahd_parse_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
5444 ahd_handle_msg_reject(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
5615 ahd_handle_ign_wide_residue(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
5843 ahd_handle_devreset(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int lun, cam_status status, char *message, int verbose_level) argument
5907 ahd_setup_target_msgin(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
7389 struct ahd_devinfo devinfo; local
7571 struct ahd_devinfo devinfo; local
7650 struct ahd_devinfo devinfo; local
8776 struct ahd_devinfo devinfo; local
8946 struct ahd_devinfo devinfo; local
[all...]
H A Daic79xx_osm.c355 struct ahd_devinfo *devinfo);
593 struct ahd_devinfo devinfo; local
629 ahd_compile_devinfo(&devinfo, ahd->our_id, starget->id,
632 ahd_set_syncrate(ahd, &devinfo, 0, 0, 0,
634 ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
1277 struct ahd_devinfo devinfo; local
1283 ahd_compile_devinfo(&devinfo, ahd->our_id, target_id,
1285 ahd_update_neg_request(ahd, &devinfo, tstate,
1378 struct ahd_devinfo *devinfo, ahd_queue_alg alg)
1415 usertags = ahd_linux_user_tagdepth(ahd, devinfo);
1377 ahd_platform_set_tags(struct ahd_softc *ahd, struct scsi_device *sdev, struct ahd_devinfo *devinfo, ahd_queue_alg alg) argument
1471 ahd_linux_user_tagdepth(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
1507 struct ahd_devinfo devinfo; local
1877 struct ahd_devinfo devinfo; local
2383 struct ahd_devinfo devinfo; local
2402 struct ahd_devinfo devinfo; local
2455 struct ahd_devinfo devinfo; local
2490 struct ahd_devinfo devinfo; local
2532 struct ahd_devinfo devinfo; local
2571 struct ahd_devinfo devinfo; local
2611 struct ahd_devinfo devinfo; local
2647 struct ahd_devinfo devinfo; local
2683 struct ahd_devinfo devinfo; local
2727 struct ahd_devinfo devinfo; local
2777 struct ahd_devinfo devinfo; local
[all...]
H A Daic7xxx_osm.c376 struct ahc_devinfo *devinfo);
569 struct ahc_devinfo devinfo; local
622 ahc_compile_devinfo(&devinfo, our_id, starget->id,
625 ahc_set_syncrate(ahc, &devinfo, NULL, 0, 0, 0,
627 ahc_set_width(ahc, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
1177 struct ahc_devinfo devinfo; local
1194 ahc_compile_devinfo(&devinfo, our_id, target_id,
1196 ahc_update_neg_request(ahc, &devinfo, tstate,
1272 struct ahc_devinfo *devinfo, ahc_queue_alg alg)
1306 usertags = ahc_linux_user_tagdepth(ahc, devinfo);
1271 ahc_platform_set_tags(struct ahc_softc *ahc, struct scsi_device *sdev, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
1361 ahc_linux_user_tagdepth(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
1397 struct ahc_devinfo devinfo; local
1831 struct ahc_devinfo devinfo; local
2354 struct ahc_devinfo devinfo; local
2373 struct ahc_devinfo devinfo; local
2417 struct ahc_devinfo devinfo; local
2445 struct ahc_devinfo devinfo; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe_ldr_raw.c186 int devinfo; local
220 devinfo = la->la_device ? cfe_getdevinfo(la->la_device) : 0;
227 if ((devinfo >= 0) &&
228 ( ((devinfo & CFE_DEV_MASK) == CFE_DEV_DISK) ||
229 ((devinfo & CFE_DEV_MASK) == CFE_DEV_FLASH) )) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/sh/maple/
H A Dmaple.c319 if (mdev->devinfo.function & cpu_to_be32(maple_drv->function))
339 memcpy(&mdev->devinfo.function, recvbuf + 4, 4);
340 memcpy(&mdev->devinfo.function_data[0], recvbuf + 8, 12);
341 memcpy(&mdev->devinfo.area_code, recvbuf + 20, 1);
342 memcpy(&mdev->devinfo.connector_direction, recvbuf + 21, 1);
343 memcpy(&mdev->devinfo.product_name[0], recvbuf + 22, 30);
344 memcpy(&mdev->devinfo.standby_power, recvbuf + 112, 2);
345 memcpy(&mdev->devinfo.max_power, recvbuf + 114, 2);
346 memcpy(mdev->product_name, mdev->devinfo.product_name, 30);
348 memcpy(mdev->product_licence, mdev->devinfo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/sh/maple/
H A Dmaple.c319 if (mdev->devinfo.function & cpu_to_be32(maple_drv->function))
339 memcpy(&mdev->devinfo.function, recvbuf + 4, 4);
340 memcpy(&mdev->devinfo.function_data[0], recvbuf + 8, 12);
341 memcpy(&mdev->devinfo.area_code, recvbuf + 20, 1);
342 memcpy(&mdev->devinfo.connector_direction, recvbuf + 21, 1);
343 memcpy(&mdev->devinfo.product_name[0], recvbuf + 22, 30);
344 memcpy(&mdev->devinfo.standby_power, recvbuf + 112, 2);
345 memcpy(&mdev->devinfo.max_power, recvbuf + 114, 2);
346 memcpy(mdev->product_name, mdev->devinfo.product_name, 30);
348 memcpy(mdev->product_licence, mdev->devinfo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/fuse/
H A Dcuse.c256 * @devinfo: out parameter for parsed device info
258 * Parse @p to extract device info and store it into @devinfo. String
259 * pointed to by @p is modified by parsing and @devinfo points into
260 * them, so @p shouldn't be freed while @devinfo is in use.
265 static int cuse_parse_devinfo(char *p, size_t len, struct cuse_devinfo *devinfo) argument
278 devinfo->name = val;
284 if (!devinfo->name || !strlen(devinfo->name)) {
309 struct cuse_devinfo devinfo = { }; local
328 &devinfo);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/fuse/
H A Dcuse.c256 * @devinfo: out parameter for parsed device info
258 * Parse @p to extract device info and store it into @devinfo. String
259 * pointed to by @p is modified by parsing and @devinfo points into
260 * them, so @p shouldn't be freed while @devinfo is in use.
265 static int cuse_parse_devinfo(char *p, size_t len, struct cuse_devinfo *devinfo) argument
278 devinfo->name = val;
284 if (!devinfo->name || !strlen(devinfo->name)) {
309 struct cuse_devinfo devinfo = { }; local
328 &devinfo);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/ui/
H A Dui_pcicmds.c72 char devinfo[256]; local
77 pci_devinfo(id, class, 1, devinfo);
78 pci_tagprintf (tag, "%s\n", devinfo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/hv/
H A Dvmbus_api.h129 void (*GetInfo)(struct hv_device *dev, struct hv_device_info *devinfo);
187 struct hv_device_info *devinfo);

Completed in 300 milliseconds

123