Home
last modified time | relevance | path

Searched refs:legacy_probe (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/ata/
Dpata_legacy.c108 struct legacy_probe { struct
123 int (*setup)(struct platform_device *, struct legacy_probe *probe, argument
129 static struct legacy_probe probe_list[NR_HOST];
171 struct legacy_probe *lp = &probe_list[0]; in legacy_probe_add()
173 struct legacy_probe *free = NULL; in legacy_probe_add()
782 struct legacy_probe *lp, struct legacy_data *ld) in qdi_port()
867 struct legacy_probe *lp, struct legacy_data *ld) in winbond_port()
917 static __init int probe_chip_type(struct legacy_probe *probe) in probe_chip_type()
992 static __init int legacy_init_one(struct legacy_probe *probe) in legacy_init_one()
1235 struct legacy_probe *pl = &probe_list[0]; in legacy_init()
/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_main.h710 bool legacy_probe; /* restricts probe requests to CCK rates */ member
Dwlc_main.c1574 wlc->legacy_probe = true; in wlc_info_init()