/drivers/gpu/drm/i915/gt/shaders/ |
D | README | 9 i915/gt/shaders/clear_kernel directory. 25 "-Ddri-drivers=i965", and run this script from IGT source root directory" 28 * IGT gpu tools source code is located on your home directory (~) as ~/igt 29 * Mesa source code is located on your home directory (~) as ~/mesa 30 and built under the ~/mesa/build directory 31 * Linux kernel source code is under your home directory (~) as ~/linux
|
/drivers/infiniband/hw/hfi1/ |
D | eprom.c | 253 void *directory, void **data, u32 *size) in read_segment_platform_config() argument 267 (directory + EP_PAGE_SIZE - sizeof(*footer)); in read_segment_platform_config() 287 (directory + EP_PAGE_SIZE - directory_size); in read_segment_platform_config() 423 u32 directory[EP_PAGE_DWORDS]; /* aligned buffer */ in eprom_read_platform_config() local 434 ret = read_length(dd, SEG_SIZE - EP_PAGE_SIZE, EP_PAGE_SIZE, directory); in eprom_read_platform_config() 439 if (directory[EP_PAGE_DWORDS - 1] == FOOTER_MAGIC) { in eprom_read_platform_config() 441 ret = read_segment_platform_config(dd, directory, data, size); in eprom_read_platform_config()
|
/drivers/mtd/parsers/ |
D | redboot.c | 36 static int directory = CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK; variable 37 module_param(directory, int, 0); 69 directory = dirblock; in parse_redboot_of() 94 if (directory < 0) { in parse_redboot_partitions() 95 offset = master->size + directory * master->erasesize; in parse_redboot_partitions() 105 offset = directory * master->erasesize; in parse_redboot_partitions()
|
/drivers/xen/ |
D | xen-front-pgdir-shbuf.c | 150 kfree(buf->directory); in xen_front_pgdir_shbuf_free() 279 ptr = buf->directory; in backend_map() 347 ptr = buf->directory; in backend_fill_page_dir() 373 ptr = buf->directory; in guest_fill_page_dir() 462 frame = xen_page_to_gfn(virt_to_page(buf->directory + in grant_references() 490 buf->directory = kcalloc(get_num_pages_dir(buf), PAGE_SIZE, GFP_KERNEL); in alloc_storage() 491 if (!buf->directory) in alloc_storage()
|
/drivers/firewire/ |
D | core-device.c | 50 static const u32 *search_leaf(const u32 *directory, int search_key) in search_leaf() argument 55 fw_csr_iterator_init(&ci, directory); in search_leaf() 109 int fw_csr_string(const u32 *directory, int key, char *buf, size_t size) in fw_csr_string() argument 111 const u32 *leaf = search_leaf(directory, key); in fw_csr_string() 119 static void get_ids(const u32 *directory, int *id) in get_ids() argument 124 fw_csr_iterator_init(&ci, directory); in get_ids() 138 get_ids(unit->directory, id); in get_modalias_ids() 259 dir = fw_unit(dev)->directory; in show_immediate() 292 dir = fw_unit(dev)->directory; in show_text_leaf() 375 (int)(unit->directory - device->config_rom)); in rom_index_show() [all …]
|
D | sbp2.c | 1005 const u32 *directory) in sbp2_scan_logical_unit_dir() argument 1010 fw_csr_iterator_init(&ci, directory); in sbp2_scan_logical_unit_dir() 1018 static int sbp2_scan_unit_dir(struct sbp2_target *tgt, const u32 *directory, in sbp2_scan_unit_dir() argument 1024 fw_csr_iterator_init(&ci, directory); in sbp2_scan_unit_dir() 1156 tgt->directory_id = ((unit->directory - device->config_rom) * 4 in sbp2_probe() 1162 if (sbp2_scan_unit_dir(tgt, unit->directory, &model, in sbp2_probe()
|
/drivers/staging/greybus/Documentation/firmware/ |
D | firmware-management | 50 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/staging/most/Documentation/ |
D | driver_usage.txt | 86 tasks the core populates the configuration directory for a registered MOST 124 directory and create a new directory (child config itmes). The name of this 125 directory will be used as a reference for the link and it will contain the 166 step process. Firstly, a directory (child config group) has to be created 167 inside the most_sound's configuration directory. This adapter dir will 168 represent the sound adapter. The name of the directory is for user reference 180 name of a PCM device will be inherited from the directory name. When all 194 The resolution string has to be written to the link directory's comp_params
|
/drivers/nubus/ |
D | nubus.c | 222 dir->ptr = dir->base = board->directory; in nubus_get_root_dir() 232 dir->ptr = dir->base = fres->directory; in nubus_get_func_dir() 244 dir->ptr = dir->base = board->directory; in nubus_get_board_dir() 506 fres->directory = dir.base; in nubus_get_functional_resource() 777 board->directory = board->fblock; in nubus_add_board() 778 nubus_move(&board->directory, nubus_expand32(board->doffset), in nubus_add_board()
|
/drivers/comedi/drivers/ni_routing/ |
D | README | 3 The contents of this directory are primarily for maintaining and formatting all 40 The content of this directory is part of an effort to greatly simplify the use 48 directory are chosen to be consistent with (a) the NI's user level 59 2) The bulk of the real content for this directory is stored in two separate 117 sub-directory. 140 Creates new c-files using content of csv sub-directory. These 142 ni_routing directory.
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_init.c | 747 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in qlcnic_get_table_desc() local 748 entries = le32_to_cpu(directory->num_entries); in qlcnic_get_table_desc() 752 u32 offs = le32_to_cpu(directory->findex) + in qlcnic_get_table_desc() 753 i * le32_to_cpu(directory->entry_size); in qlcnic_get_table_desc() 769 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in qlcnic_validate_header() local 777 entries = le32_to_cpu(directory->num_entries); in qlcnic_validate_header() 778 entry_size = le32_to_cpu(directory->entry_size); in qlcnic_validate_header() 779 tab_size = le32_to_cpu(directory->findex) + (entries * entry_size); in qlcnic_validate_header()
|
/drivers/staging/wfx/ |
D | TODO | 2 staging directory.
|
/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.h | 56 char *directory; member
|
D | aicasm.c | 236 include_dir->directory = strdup(optarg); in main() 237 if (include_dir->directory == NULL) { in main()
|
/drivers/fsi/ |
D | Kconfig | 17 bool "Create '/dev/fsi' directory for char devices" 21 located under a common /dev/fsi/ directory. Set to N unless your
|
/drivers/staging/media/ipu3/ |
D | TODO | 2 staging directory.
|
/drivers/net/wireless/intel/iwlegacy/ |
D | Kconfig | 30 determine which directory FIRMWARE_DIR is set to when the script 56 determine which directory FIRMWARE_DIR is set to when the script
|
/drivers/staging/android/ |
D | Kconfig | 24 - Page directory pointer
|
/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 | 568 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in nx_get_table_desc() local 569 __le32 entries = cpu_to_le32(directory->num_entries); in nx_get_table_desc() 573 __le32 offs = cpu_to_le32(directory->findex) + in nx_get_table_desc() 574 (i * cpu_to_le32(directory->entry_size)); in nx_get_table_desc() 590 struct uni_table_desc *directory = (struct uni_table_desc *) &unirom[0]; in netxen_nic_validate_header() local 599 entries = cpu_to_le32(directory->num_entries); in netxen_nic_validate_header() 600 entry_size = cpu_to_le32(directory->entry_size); in netxen_nic_validate_header() 601 tab_size = cpu_to_le32(directory->findex) + (entries * entry_size); in netxen_nic_validate_header()
|
/drivers/base/firmware_loader/ |
D | Kconfig | 49 the directory specified by the EXTRA_FIRMWARE_DIR option, which is 64 string "Firmware blobs root directory" 68 This option controls the directory in which the kernel build system
|
/drivers/i2c/ |
D | Kconfig | 16 information is contained in the directory <file:Documentation/i2c/>, 55 directory on your system. They make it possible to have user-space
|
/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 37 This option also creates a directory tree under ipoib/ in
|
/drivers/scsi/ufs/ |
D | Kconfig | 15 # See the COPYING file in the top-level directory or visit 51 (the one containing the directory /) is located on a UFS device.
|
/drivers/base/ |
D | Kconfig | 40 It provides a fully functional /dev directory, where usually 62 rescue mode with init=/bin/sh, even when the /dev directory
|