/openbmc/linux/fs/jffs2/ |
H A D | super.c | 264 sb->s_mtd->index, sb->s_mtd->name); in jffs2_fill_super()
|
/openbmc/qemu/include/net/ |
H A D | net.h | 133 uint32_t index; member
|
/openbmc/qemu/hw/scsi/ |
H A D | vhost-scsi.c | 205 vq_worker.index = i; in vhost_scsi_set_workers()
|
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac.h | 133 u32 index; member
|
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_core.c | 92 #define SLOT_INFO_FROM_INDEX(state, index) (state->slot_info + (index)) argument 93 #define SLOT_DATA_FROM_INDEX(state, index) (state->slot_data + (index)) argument 646 int index; in request_poll() local 656 index = BITSET_WORD(service->localport); in request_poll() 658 value = atomic_read(&state->poll_services[index]); in request_poll() 659 } while (atomic_cmpxchg(&state->poll_services[index], in request_poll()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.c | 279 tqp->index = i; in hclgevf_alloc_tqps() 493 u8 index; in hclgevf_get_rss_hash_key() local 499 for (index = 0; index < msg_num; index++) { in hclgevf_get_rss_hash_key() 500 send_msg.data[0] = index; in hclgevf_get_rss_hash_key() 510 hash_key_index = HCLGEVF_RSS_MBX_RESP_LEN * index; in hclgevf_get_rss_hash_key() 511 if (index == msg_num - 1) in hclgevf_get_rss_hash_key()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | bios_parser2.c | 201 struct graphics_object_id object_id, uint32_t index, in bios_parser_get_src_obj() argument 806 uint32_t index, in get_ss_info_v4_1() argument 894 uint32_t index, in get_ss_info_v4_2() argument 974 uint32_t index, in get_ss_info_v4_5() argument 1066 uint32_t index, in bios_parser_get_spread_spectrum_info() argument 1088 return get_ss_info_v4_1(bp, signal, index, ss_info); in bios_parser_get_spread_spectrum_info() 1092 return get_ss_info_v4_2(bp, signal, index, ss_info); in bios_parser_get_spread_spectrum_info() 1094 return get_ss_info_v4_5(bp, signal, index, ss_info); in bios_parser_get_spread_spectrum_info()
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | scan.c | 472 int index; in iwl_scan_build_ssids() local 496 index = iwl_ssid_exist(params->ssids[j].ssid, in iwl_scan_build_ssids() 499 if (index < 0) { in iwl_scan_build_ssids() 506 tmp_bitmap |= BIT(index); in iwl_scan_build_ssids() 1481 int i, index; in iwl_mvm_scan_ch_and_band_to_idx() local 1499 index = scan_channel_segments[i].start_idx + ch_offset; in iwl_mvm_scan_ch_and_band_to_idx() 1500 if (index < IWL_SCAN_NUM_CHANNELS) in iwl_mvm_scan_ch_and_band_to_idx() 1501 return index; in iwl_mvm_scan_ch_and_band_to_idx()
|
/openbmc/linux/fs/btrfs/ |
H A D | send.c | 1011 int index; in iterate_inode_ref() local 1046 index = btrfs_inode_ref_index(eb, iref); in iterate_inode_ref() 1052 index = btrfs_inode_extref_index(eb, extref); in iterate_inode_ref() 1097 ret = iterate(num, dir, index, p, ctx); in iterate_inode_ref() 5280 pgoff_t index = offset >> PAGE_SHIFT; in put_file_data() local 5291 while (index <= last_index) { in put_file_data() 5298 &sctx->ra, NULL, index, in put_file_data() 5299 last_index + 1 - index); in put_file_data() 5302 index, GFP_KERNEL); in put_file_data() 5312 index, last_index + 1 - index); in put_file_data() [all …]
|
/openbmc/linux/drivers/hwtracing/intel_th/ |
H A D | gth.c | 35 unsigned int index; member 795 gth->output[i].index = i; in intel_th_gth_probe()
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p4080si-post.dtsi | 156 cell-index = <1>; 163 cell-index = <2>;
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | omap_common.h | 640 void enable_usb_clocks(int index); 641 void disable_usb_clocks(int index);
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | clocks-common.c | 69 u8 index = get_sys_clk_index(); in get_sys_clk_freq() local 70 return sys_clk_array[index]; in get_sys_clk_freq()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | r8a66597-hcd.c | 832 int usb_lowlevel_init(int index, enum usb_init_type init, void **controller) in usb_lowlevel_init() argument 855 int usb_lowlevel_stop(int index) in usb_lowlevel_stop() argument
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | jitdump-specification.txt | 89 The code_index is used to uniquely identify each jitted function. The index can be a monotonically … 105 …* uint64_t code_index : index referring to the JIT_CODE_LOAD code_index record of when the funct…
|
/openbmc/linux/fs/ntfs/ |
H A D | layout.h | 2025 INDEX_HEADER index; /* Index header describing the member 2051 /* 24*/ INDEX_HEADER index; /* Describes the following index entries. */ member
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mac.c | 435 static int ar9003_hw_get_duration(struct ath_hw *ah, const void *ds, int index) in ar9003_hw_get_duration() argument 439 switch (index) { in ar9003_hw_get_duration()
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | fscache.rst | 172 | |v=N |Number of volume index cookies allocated | 174 | |vcol=N |Number of volume index key collisions |
|
/openbmc/linux/drivers/media/common/saa7146/ |
H A D | saa7146_video.c | 269 if (f->index >= ARRAY_SIZE(formats)) in vidioc_enum_fmt_vid_cap() 271 f->pixelformat = formats[f->index].pixelformat; in vidioc_enum_fmt_vid_cap()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_tunnel.c | 308 opts->u.erspan.u.index = in nft_tunnel_obj_erspan_init() 604 opts->u.erspan.u.index)) in nft_tunnel_opts_dump()
|
/openbmc/linux/drivers/media/platform/st/stm32/dma2d/ |
H A D | dma2d.c | 348 if (f->index >= NUM_FORMATS) in vidioc_enum_fmt() 351 f->pixelformat = formats[f->index].fourcc; in vidioc_enum_fmt()
|
/openbmc/linux/sound/core/ |
H A D | control_led.c | 114 info.id.index += lctl->index_offset; in snd_ctl_led_get() 554 s = parse_uint(s + 6, &id.index); in set_led_id()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | jr3_pci.c | 287 dev_dbg(dev->class_dev, "serial[%d]: %d\n", s->index, in jr3_pci_open() 617 spriv->sensor = &block[s->index].sensor; in jr3_pci_alloc_spriv()
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | testing-overview.rst | 28 KUnit (Documentation/dev-tools/kunit/index.rst) is an entirely in-kernel system 159 is this buffer allocated? How big is it? Can this index be controlled by the
|
/openbmc/linux/drivers/spi/ |
H A D | spi-loopback-test.c | 717 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() argument 720 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() argument
|