Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 39) sorted by relevance

12

/drivers/staging/unisys/Documentation/
Dproc-entries.txt10 /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/
Dredboot.c50 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/
Dcore-device.c63 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 …]
Dsbp2.c1017 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/
Dnubus.c209 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/
DKconfig37 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/
Dqlcnic_init.c754 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/
Daicasm.h60 char *directory; member
Daicasm.c236 include_dir->directory = strdup(optarg); in main()
237 if (include_dir->directory == NULL) { in main()
Daicasm_scan.l486 "%s/%s", include_dir->directory, file_name);
/drivers/lguest/
DKconfig8 "lguest" command found in the tools/lguest directory.
/drivers/net/wireless/iwlegacy/
DKconfig29 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/
DKconfig15 # 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/
DLICENSE.SRC1 Code in this directory written at the IDA Supercomputing Research Center
/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c586 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/
DKconfig33 (Ranchu) x86/x86_64. The driver for this device creates a directory in
/drivers/i2c/
DKconfig14 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/
DKconfig36 This option also creates a directory tree under ipoib/ in
/drivers/staging/speakup/
DTODO17 in serialio.c in this directory.
Dspkguide.txt428 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/
DKconfig73 directory. It can be specified via the module parameter
/drivers/staging/
DKconfig19 driver_name.README file in the drivers/staging/ directory to
/drivers/net/wireless/mwifiex/
DREADME22 a) Copy sd8787.bin to /lib/firmware/mrvl/ directory,
23 create the directory if it doesn't exist.
/drivers/staging/most/Documentation/ABI/
Dsysfs-class-most.txt59 For every channel of the device a directory is created, whose
/drivers/media/firewire/
Dfiredtv-fw.c272 name_len = fw_csr_string(unit->directory, CSR_MODEL, in node_probe()

12