/drivers/staging/unisys/Documentation/ |
D | proc-entries.txt | 10 /proc/visorchipset/controlvm: This directory contains debugging 25 /proc/uislib/vbus: this is a directory containing entries for each 26 virtual bus. Each numbered sub-directory contains an info entry, which 47 /proc/virtnic/ethX: This is a directory containing entries for each 62 pattern. Each module has its own proc directory with the same name, 63 e.g. visordiag presents a /proc/visordiag directory. Inside of the 64 module's directory are a device directory, which contains one numbered 65 directory for each device provided by that module. Each device has a 67 device. The module directory also has a driver/diag entry, which 91 /proc/visorchipset/partition: This directory contains the guest
|
/drivers/mtd/ |
D | redboot.c | 50 static int directory = CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK; variable 51 module_param(directory, int, 0); 79 if ( directory < 0 ) { in parse_redboot_partitions() 80 offset = master->size + directory * master->erasesize; in parse_redboot_partitions() 90 offset = directory * master->erasesize; in parse_redboot_partitions()
|
/drivers/firewire/ |
D | core-device.c | 63 static const u32 *search_leaf(const u32 *directory, int search_key) in search_leaf() argument 68 fw_csr_iterator_init(&ci, directory); in search_leaf() 123 int fw_csr_string(const u32 *directory, int key, char *buf, size_t size) in fw_csr_string() argument 125 const u32 *leaf = search_leaf(directory, key); in fw_csr_string() 133 static void get_ids(const u32 *directory, int *id) in get_ids() argument 138 fw_csr_iterator_init(&ci, directory); in get_ids() 152 get_ids(unit->directory, id); in get_modalias_ids() 273 dir = fw_unit(dev)->directory; in show_immediate() 306 dir = fw_unit(dev)->directory; in show_text_leaf() 389 (int)(unit->directory - device->config_rom)); in rom_index_show() [all …]
|
D | sbp2.c | 1017 const u32 *directory) in sbp2_scan_logical_unit_dir() argument 1022 fw_csr_iterator_init(&ci, directory); in sbp2_scan_logical_unit_dir() 1030 static int sbp2_scan_unit_dir(struct sbp2_target *tgt, const u32 *directory, in sbp2_scan_unit_dir() argument 1036 fw_csr_iterator_init(&ci, directory); in sbp2_scan_unit_dir() 1172 tgt->directory_id = ((unit->directory - device->config_rom) * 4 in sbp2_probe() 1178 if (sbp2_scan_unit_dir(tgt, unit->directory, &model, in sbp2_probe()
|
/drivers/nubus/ |
D | nubus.c | 209 dir->ptr = dir->base = board->directory; in nubus_get_root_dir() 220 dir->ptr = dir->base = dev->directory; in nubus_get_func_dir() 232 dir->ptr = dir->base = board->directory; in nubus_get_board_dir() 484 dev->directory = dir.base; in nubus_get_functional_resource() 735 board->directory = board->fblock; in nubus_find_rom_dir() 736 nubus_move(&board->directory, in nubus_find_rom_dir() 788 board->directory = dir.base; in nubus_find_rom_dir() 793 board->directory = board->fblock; in nubus_find_rom_dir() 794 nubus_move(&board->directory, nubus_expand32(board->doffset), board->lanes); in nubus_find_rom_dir()
|
/drivers/base/ |
D | Kconfig | 37 It provides a fully functional /dev directory, where usually 59 rescue mode with init=/bin/sh, even when the /dev directory 126 the directory specified by the EXTRA_FIRMWARE_DIR option, which is 130 the usb8388.bin file into the firmware directory, and build the kernel. 141 string "Firmware blobs root directory" 145 This option controls the directory in which the kernel build system 149 some other directory containing the firmware files.
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_init.c | 754 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in qlcnic_get_table_desc() local 755 entries = le32_to_cpu(directory->num_entries); in qlcnic_get_table_desc() 759 u32 offs = le32_to_cpu(directory->findex) + in qlcnic_get_table_desc() 760 i * le32_to_cpu(directory->entry_size); in qlcnic_get_table_desc() 776 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in qlcnic_validate_header() local 784 entries = le32_to_cpu(directory->num_entries); in qlcnic_validate_header() 785 entry_size = le32_to_cpu(directory->entry_size); in qlcnic_validate_header() 786 tab_size = le32_to_cpu(directory->findex) + (entries * entry_size); in qlcnic_validate_header()
|
/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.h | 60 char *directory; member
|
D | aicasm.c | 236 include_dir->directory = strdup(optarg); in main() 237 if (include_dir->directory == NULL) { in main()
|
D | aicasm_scan.l | 486 "%s/%s", include_dir->directory, file_name);
|
/drivers/lguest/ |
D | Kconfig | 8 "lguest" command found in the tools/lguest directory.
|
/drivers/net/wireless/iwlegacy/ |
D | Kconfig | 29 determine which directory FIRMWARE_DIR is set to when the script 55 determine which directory FIRMWARE_DIR is set to when the script
|
/drivers/scsi/ufs/ |
D | Kconfig | 15 # See the COPYING file in the top-level directory or visit 50 (the one containing the directory /) is located on a UFS device.
|
/drivers/net/ |
D | LICENSE.SRC | 1 Code in this directory written at the IDA Supercomputing Research Center
|
/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_init.c | 586 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in nx_get_table_desc() local 587 __le32 entries = cpu_to_le32(directory->num_entries); in nx_get_table_desc() 591 __le32 offs = cpu_to_le32(directory->findex) + in nx_get_table_desc() 592 (i * cpu_to_le32(directory->entry_size)); in nx_get_table_desc() 608 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in netxen_nic_validate_header() local 617 entries = cpu_to_le32(directory->num_entries); in netxen_nic_validate_header() 618 entry_size = cpu_to_le32(directory->entry_size); in netxen_nic_validate_header() 619 tab_size = cpu_to_le32(directory->findex) + (entries * entry_size); in netxen_nic_validate_header()
|
/drivers/platform/goldfish/ |
D | Kconfig | 33 (Ranchu) x86/x86_64. The driver for this device creates a directory in
|
/drivers/i2c/ |
D | Kconfig | 14 information is contained in the directory <file:Documentation/i2c/>, 53 directory on your system. They make it possible to have user-space
|
/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 36 This option also creates a directory tree under ipoib/ in
|
/drivers/staging/speakup/ |
D | TODO | 17 in serialio.c in this directory.
|
D | spkguide.txt | 428 entry in the /speakup directory. This is very useful, since it 467 If you were to store these four small scripts in a directory in your 622 synthesizer. To create /dev/synth, change to the /dev directory, and 712 dec_pc.tgz file is in the ~ftp/pub/linux/speakup directory. 715 directory, and read the Readme file in the newly created dec_pc 716 directory. 719 directory into /user/local/lib. To do this, su to root in your home 720 directory, and issue the command: 724 You will need to copy the dtload command from the dec_pc directory to a 725 directory in your path. Either /usr/bin or /usr/local/bin is a good [all …]
|
/drivers/remoteproc/ |
D | Kconfig | 73 directory. It can be specified via the module parameter
|
/drivers/staging/ |
D | Kconfig | 19 driver_name.README file in the drivers/staging/ directory to
|
/drivers/net/wireless/mwifiex/ |
D | README | 22 a) Copy sd8787.bin to /lib/firmware/mrvl/ directory, 23 create the directory if it doesn't exist.
|
/drivers/staging/most/Documentation/ABI/ |
D | sysfs-class-most.txt | 59 For every channel of the device a directory is created, whose
|
/drivers/media/firewire/ |
D | firedtv-fw.c | 272 name_len = fw_csr_string(unit->directory, CSR_MODEL, in node_probe()
|