/drivers/md/ |
D | dm-ioctl.c | 889 struct dm_target_spec *spec; in retrieve_status() local 912 spec = (struct dm_target_spec *) outptr; in retrieve_status() 914 spec->status = 0; in retrieve_status() 915 spec->sector_start = ti->begin; in retrieve_status() 916 spec->length = ti->len; in retrieve_status() 917 strncpy(spec->target_type, ti->type->name, in retrieve_status() 918 sizeof(spec->target_type)); in retrieve_status() 940 spec->next = outptr - outbuf; in retrieve_status() 1001 struct dm_target_spec **spec, char **target_params) in next_target() argument 1003 *spec = (struct dm_target_spec *) ((unsigned char *) last + next); in next_target() [all …]
|
/drivers/net/wireless/rt2x00/ |
D | rt2x00dev.c | 818 struct hw_mode_spec *spec) in rt2x00lib_probe_hw_modes() argument 827 if (spec->supported_rates & SUPPORT_RATE_CCK) in rt2x00lib_probe_hw_modes() 829 if (spec->supported_rates & SUPPORT_RATE_OFDM) in rt2x00lib_probe_hw_modes() 832 channels = kzalloc(sizeof(*channels) * spec->num_channels, GFP_KERNEL); in rt2x00lib_probe_hw_modes() 849 for (i = 0; i < spec->num_channels; i++) { in rt2x00lib_probe_hw_modes() 851 spec->channels[i].channel, in rt2x00lib_probe_hw_modes() 852 spec->channels_info[i].tx_power1, i); in rt2x00lib_probe_hw_modes() 860 if (spec->supported_bands & SUPPORT_BAND_2GHZ) { in rt2x00lib_probe_hw_modes() 874 if (spec->supported_bands & SUPPORT_BAND_5GHZ) { in rt2x00lib_probe_hw_modes() 876 spec->num_channels - 14; in rt2x00lib_probe_hw_modes() [all …]
|
D | rt2500usb.c | 1744 struct hw_mode_spec *spec = &rt2x00dev->spec; in rt2500usb_probe_hw_mode() local 1767 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2500usb_probe_hw_mode() 1768 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt2500usb_probe_hw_mode() 1771 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2522); in rt2500usb_probe_hw_mode() 1772 spec->channels = rf_vals_bg_2522; in rt2500usb_probe_hw_mode() 1774 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2523); in rt2500usb_probe_hw_mode() 1775 spec->channels = rf_vals_bg_2523; in rt2500usb_probe_hw_mode() 1777 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2524); in rt2500usb_probe_hw_mode() 1778 spec->channels = rf_vals_bg_2524; in rt2500usb_probe_hw_mode() 1780 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2525); in rt2500usb_probe_hw_mode() [all …]
|
D | rt2500pci.c | 1715 struct hw_mode_spec *spec = &rt2x00dev->spec; in rt2500pci_probe_hw_mode() local 1736 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2500pci_probe_hw_mode() 1737 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt2500pci_probe_hw_mode() 1740 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2522); in rt2500pci_probe_hw_mode() 1741 spec->channels = rf_vals_bg_2522; in rt2500pci_probe_hw_mode() 1743 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2523); in rt2500pci_probe_hw_mode() 1744 spec->channels = rf_vals_bg_2523; in rt2500pci_probe_hw_mode() 1746 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2524); in rt2500pci_probe_hw_mode() 1747 spec->channels = rf_vals_bg_2524; in rt2500pci_probe_hw_mode() 1749 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2525); in rt2500pci_probe_hw_mode() [all …]
|
D | rt73usb.c | 2013 struct hw_mode_spec *spec = &rt2x00dev->spec; in rt73usb_probe_hw_mode() local 2034 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt73usb_probe_hw_mode() 2035 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt73usb_probe_hw_mode() 2038 spec->num_channels = ARRAY_SIZE(rf_vals_bg_2528); in rt73usb_probe_hw_mode() 2039 spec->channels = rf_vals_bg_2528; in rt73usb_probe_hw_mode() 2041 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt73usb_probe_hw_mode() 2042 spec->num_channels = ARRAY_SIZE(rf_vals_5226); in rt73usb_probe_hw_mode() 2043 spec->channels = rf_vals_5226; in rt73usb_probe_hw_mode() 2045 spec->num_channels = 14; in rt73usb_probe_hw_mode() 2046 spec->channels = rf_vals_5225_2527; in rt73usb_probe_hw_mode() [all …]
|
D | rt2x00config.c | 176 &rt2x00dev->spec.channels[conf->channel->hw_value], in rt2x00lib_config() 180 &rt2x00dev->spec.channels_info[conf->channel->hw_value], in rt2x00lib_config()
|
D | rt61pci.c | 2527 struct hw_mode_spec *spec = &rt2x00dev->spec; in rt61pci_probe_hw_mode() local 2548 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt61pci_probe_hw_mode() 2549 spec->supported_rates = SUPPORT_RATE_CCK | SUPPORT_RATE_OFDM; in rt61pci_probe_hw_mode() 2552 spec->num_channels = 14; in rt61pci_probe_hw_mode() 2553 spec->channels = rf_vals_noseq; in rt61pci_probe_hw_mode() 2555 spec->num_channels = 14; in rt61pci_probe_hw_mode() 2556 spec->channels = rf_vals_seq; in rt61pci_probe_hw_mode() 2561 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt61pci_probe_hw_mode() 2562 spec->num_channels = ARRAY_SIZE(rf_vals_seq); in rt61pci_probe_hw_mode() 2568 info = kzalloc(spec->num_channels * sizeof(*info), GFP_KERNEL); in rt61pci_probe_hw_mode() [all …]
|
D | rt2400pci.c | 1413 struct hw_mode_spec *spec = &rt2x00dev->spec; in rt2400pci_probe_hw_mode() local 1433 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2400pci_probe_hw_mode() 1434 spec->supported_rates = SUPPORT_RATE_CCK; in rt2400pci_probe_hw_mode() 1436 spec->num_channels = ARRAY_SIZE(rf_vals_b); in rt2400pci_probe_hw_mode() 1437 spec->channels = rf_vals_b; in rt2400pci_probe_hw_mode() 1442 info = kzalloc(spec->num_channels * sizeof(*info), GFP_KERNEL); in rt2400pci_probe_hw_mode() 1446 spec->channels_info = info; in rt2400pci_probe_hw_mode()
|
D | rt2x00.h | 730 struct hw_mode_spec spec; member
|
/drivers/video/ |
D | atafb.c | 2809 static void __init atafb_setup_ext(char *spec) in atafb_setup_ext() argument 2825 p = strsep(&spec, ";"); in atafb_setup_ext() 2832 p = strsep(&spec, ";"); in atafb_setup_ext() 2839 p = strsep(&spec, ";"); in atafb_setup_ext() 2847 p = strsep(&spec, ";"); in atafb_setup_ext() 2861 p = strsep(&spec, ";"); in atafb_setup_ext() 2866 p = strsep(&spec, ";"); in atafb_setup_ext() 2872 p = strsep(&spec, ";"); in atafb_setup_ext() 2876 p = strsep(&spec, ";"); in atafb_setup_ext() 2885 p = strsep(&spec, ";"); in atafb_setup_ext() [all …]
|
D | sstfb.c | 1149 struct sst_spec *spec; in sst_init() local 1153 spec = &voodoo_spec[par->type]; in sst_init() 1192 gfx_clock = spec->default_gfx_clock; in sst_init() 1193 if ((gfxclk >10 ) && (gfxclk < spec->max_gfxclk)) { in sst_init() 1327 struct sst_spec *spec; in sstfb_probe() local 1347 spec = &voodoo_spec[par->type]; in sstfb_probe() 1348 f_ddprintk("found device : %s\n", spec->name); in sstfb_probe() 1386 strlcpy(fix->id, spec->name, sizeof(fix->id)); in sstfb_probe()
|
D | amifb.c | 1188 static void __init amifb_setup_mcap(char *spec) in amifb_setup_mcap() argument 1198 if (!(p = strsep(&spec, ";")) || !*p) in amifb_setup_mcap() 1203 if (!(p = strsep(&spec, ";")) || !*p) in amifb_setup_mcap() 1208 if (!(p = strsep(&spec, ";")) || !*p) in amifb_setup_mcap() 1213 if (!(p = strsep(&spec, "")) || !*p) in amifb_setup_mcap()
|
/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 34 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. 58 * MPI_DOORBELL_USED, to better match the spec. 105 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. 218 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. 238 * Moved FC_DEVICE_0 PageAddress description to spec. 529 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. 575 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. 620 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. 649 * 05-08-00 00.10.01 Original release for 0.10 spec dated 4/26/2000. 655 * 06-22-00 01.00.03 Major changes to match new LAN definition in 1.0 spec. [all …]
|
/drivers/infiniband/ulp/iser/ |
D | Kconfig | 12 and <http://www.infinibandta.org/members/spec/Annex_iSER.PDF>
|
/drivers/acpi/ |
D | sbs.c | 111 u16 spec; member 147 return battery_scale((battery->spec & 0x0f00) >> 8); in acpi_battery_vscale() 152 return battery_scale((battery->spec & 0xf000) >> 12); in acpi_battery_ipscale() 323 {0x1a, SMBUS_READ_WORD, offsetof(struct acpi_battery, spec)},
|
/drivers/atm/ |
D | firestream.h | 377 u32 spec; member
|
D | fore200e.h | 143 struct tpd_spec spec; /* tpd specification */ member
|
D | fore200e.c | 1723 tpd->spec.length = tx_len; in fore200e_send() 1724 tpd->spec.nseg = 1; in fore200e_send() 1725 tpd->spec.aal = fore200e_atm2fore_aal(vcc->qos.aal); in fore200e_send() 1726 tpd->spec.intr = 1; in fore200e_send()
|
D | firestream.c | 1019 tc->spec = 0; /* UTOPIA address, UDF, HEC: Unused -> 0 */ in fs_open()
|
/drivers/usb/host/ |
D | Kconfig | 147 UHCI specification. If your USB host controller follows the OHCI spec,
|
/drivers/net/ |
D | sky2.c | 351 u16 spec; in sky2_phy_init() local 354 spec = gm_phy_read(hw, port, PHY_MARV_FE_SPEC_2); in sky2_phy_init() 355 spec |= PHY_M_FESC_SEL_CL_A; in sky2_phy_init() 356 gm_phy_write(hw, port, PHY_MARV_FE_SPEC_2, spec); in sky2_phy_init()
|
/drivers/usb/serial/ |
D | ChangeLog.history | 350 all is vendor specific data (i.e. no spec), also no control for
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 241 * of the SCSI-2 spec for what messages are allowed when. 1966 * spec guarantees that the target will hold the data byte on the bus until
|
D | aic79xx.seq | 1397 * that violate the SCSI spec. We are careful not to 1425 * from SCISDATL. The SCSI spec guarantees that the target will hold the
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 1049 * spec guarantees that the target will hold the data byte on the bus until
|