Searched refs:port_start (Results 51 - 68 of 68) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ata/
H A Dsata_nv.c365 .port_start = ata_port_start,
391 .port_start = ata_port_start,
417 .port_start = ata_port_start,
445 .port_start = nv_adma_port_start,
H A Dsata_svw.c353 .port_start = ata_port_start,
H A Dsata_vsc.c341 .port_start = ata_port_start,
H A Dsata_mv.c463 .port_start = mv_port_start,
492 .port_start = mv_port_start,
521 .port_start = mv_port_start,
H A Dpata_icside.c403 .port_start = pata_icside_port_start,
H A Dpdc_adma.c177 .port_start = adma_port_start,
H A Dsata_inic162x.c584 .port_start = inic_port_start,
H A Dsata_qstor.c164 .port_start = qs_port_start,
H A Dsata_sil.c212 .port_start = ata_port_start,
H A Dahci.c287 .port_start = ahci_port_start,
321 .port_start = ahci_port_start,
H A Dpata_scc.c1024 .port_start = scc_port_start,
H A Dsata_sil24.c412 .port_start = sil24_port_start,
H A Dsata_sx4.c209 .port_start = pdc_port_start,
H A Dlibata-core.c5862 * May be used as the port_start() entry in ata_port_operations.
6161 if (ap->ops->port_start) {
6162 rc = ap->ops->port_start(ap);
6721 .port_start = ata_dummy_ret0,
H A Dlibata-scsi.c3211 * May be used as the port_start() entry in ata_port_operations.
3253 int rc = ap->ops->port_start(ap);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dlibata.h609 int (*port_start) (struct ata_port *ap); member in struct:ata_port_operations
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.c777 char *port_start = NULL; local
817 if((port_start = strchr(ip_end, ':')) != NULL) {
818 port_min = curlx_ultous(strtoul(port_start+1, NULL, 10));
819 if((port_sep = strchr(port_start, '-')) != NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dipr.c5323 .port_start = ata_sas_port_start,

Completed in 314 milliseconds

123