Home
last modified time | relevance | path

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

12

/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/staging/greybus/Documentation/firmware/
Dfirmware-management50 device interface. The character device will be present in /dev/ directory
56 There can be multiple devices present in /dev/ directory with name gb-fw-mgmt-N
62 device is created within the Bundle directory for a particular Interface.
188 directory and will be named gb-authenticate-<N>. The number <N> is assigned at
194 There can be multiple devices present in /dev/ directory with name
200 device is created within the Bundle directory for a particular Interface.
318 within the Bundle directory. For example, this is how the path may look like:
327 The current directory also provides a firmware.c test application, which can be
331 The current directory also provides a authenticate.c test application, which can
/drivers/infiniband/hw/hfi1/
Deprom.c259 u32 directory[EP_PAGE_DWORDS]; /* aligned buffer */ in eprom_read_platform_config() local
270 ret = read_length(dd, P1_START - EP_PAGE_SIZE, EP_PAGE_SIZE, directory); in eprom_read_platform_config()
275 if (directory[EP_PAGE_DWORDS - 1] == 0) { in eprom_read_platform_config()
/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.c755 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in qlcnic_get_table_desc() local
756 entries = le32_to_cpu(directory->num_entries); in qlcnic_get_table_desc()
760 u32 offs = le32_to_cpu(directory->findex) + in qlcnic_get_table_desc()
761 i * le32_to_cpu(directory->entry_size); in qlcnic_get_table_desc()
777 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in qlcnic_validate_header() local
785 entries = le32_to_cpu(directory->num_entries); in qlcnic_validate_header()
786 entry_size = le32_to_cpu(directory->entry_size); in qlcnic_validate_header()
787 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/intel/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/staging/i4l/Documentation/
DREADME.sc118 1. As root, create a directory in a convenient place. We suggest
124 3. Change directory to /usr/src/spellcaster
180 desire. The Documentation directory of the isdn4linux subsystem offers good
186 - please open the isdn-hdlc file in the examples directory and follow along...
211 - please open the isdn-ppp file in the examples directory and follow along...
236 - please open the isdn-mppp file in the examples directory and follow along...
/drivers/net/
DLICENSE.SRC1 Code in this directory written at the IDA Supercomputing Research Center
/drivers/scsi/ufs/
DKconfig15 # See the COPYING file in the top-level directory or visit
51 (the one containing the directory /) is located on a UFS device.
/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/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/staging/
DKconfig19 driver_name.README file in the drivers/staging/ directory to
/drivers/net/wireless/marvell/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.txt60 directory is created that allows applications to use the
193 For every channel of the device a directory is created, whose
/drivers/remoteproc/
DKconfig73 directory. It can be specified via the module parameter

12