/linux-6.3-rc2/Documentation/translations/zh_TW/ |
A D | index.rst | 83 * rust/index 106 * ide/index 107 * fb/index 109 * hid/index 110 * i2c/index 111 * iio/index 121 * spi/index 122 * w1/index 127 * gpu/index 131 * mm/index [all …]
|
/linux-6.3-rc2/Documentation/ |
A D | subsystem-apis.rst | 25 fb/index 26 fpga/index 27 hid/index 28 i2c/index 29 iio/index 39 spi/index 40 w1/index 45 gpu/index 51 mm/index 52 bpf/index [all …]
|
A D | arch.rst | 12 arc/index 13 arm/index 14 arm64/index 15 ia64/index 17 m68k/index 18 mips/index 19 nios2/index 23 riscv/index 24 s390/index 25 sh/index [all …]
|
/linux-6.3-rc2/tools/testing/radix-tree/ |
A D | tag_check.c | 19 item_check_absent(tree, index); in __simple_checks() 22 item_insert(tree, index); in __simple_checks() 24 item_tag_set(tree, index, tag); in __simple_checks() 33 item_insert(tree, index); in __simple_checks() 44 unsigned long index; in simple_checks() local 47 for (index = 0; index < 10000; index++) { in simple_checks() 136 unsigned long index = 0; in gang_check() local 140 index, BATCH, tag))) { in gang_check() 153 index = items[nr_found - 1]->index + 1; in gang_check() 171 unsigned long index; in do_thrash() local [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_CN/driver-api/ |
A D | index.rst | 27 gpio/index 37 * pm/index 49 * iio/index 51 * usb/index 53 * pci/index 54 * cxl/index 59 * i3c/index 70 * mei/index 71 * mtd/index 72 * mmc/index [all …]
|
/linux-6.3-rc2/arch/mips/cavium-octeon/executive/ |
A D | cvmx-helper-sgmii.c | 114 (index, interface)); in __cvmx_helper_sgmii_hardware_init_one_time() 119 (index, interface), in __cvmx_helper_sgmii_hardware_init_one_time() 160 interface, index); in __cvmx_helper_sgmii_hardware_init_link() 202 int index, in __cvmx_helper_sgmii_hardware_init_link_speed() argument 225 interface, index); in __cvmx_helper_sgmii_hardware_init_link_speed() 309 int index; in __cvmx_helper_sgmii_hardware_init() local 313 for (index = 0; index < num_ports; index++) { in __cvmx_helper_sgmii_hardware_init() 369 int index; in __cvmx_helper_sgmii_enable() local 373 for (index = 0; index < num_ports; index++) { in __cvmx_helper_sgmii_enable() 445 (index, interface)); in __cvmx_helper_sgmii_link_get() [all …]
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | index.rst | 24 pm/index 36 iio/index 38 usb/index 40 pci/index 41 cxl/index 46 i3c/index 57 mei/index 58 mtd/index 59 mmc/index 70 md/index [all …]
|
/linux-6.3-rc2/arch/m68k/sun3x/ |
A D | dvma.c | 44 #define dvma_entry_paddr(index) (iommu_pte[index] & IOMMU_ADDR_MASK) argument 45 #define dvma_entry_vaddr(index,paddr) ((index << DVMA_PAGE_SHIFT) | \ argument 48 #define dvma_entry_set(index,addr) (iommu_pte[index] = \ 52 #define dvma_entry_set(index,addr) (iommu_pte[index] = \ argument 56 #define dvma_entry_clr(index) (iommu_pte[index] = IOMMU_DT_INVALID) argument 66 unsigned long index; in dvma_print() local 157 for(; index < end ; index++) { in dvma_map_iommu() 172 for(index = (baddr >> DVMA_PAGE_SHIFT); index < end; index++) in dvma_map_iommu() 182 int index, end; in dvma_unmap_iommu() local 188 for(; index < end ; index++) { in dvma_unmap_iommu() [all …]
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | w83795.c | 228 if (index >= 12 && index <= 14) in in_from_reg() 236 if (index >= 12 && index <= 14) in in_to_reg() 780 int index = sensor_attr->index; in show_fan() local 798 int index = sensor_attr->index; in store_fan_min() local 832 int index = sensor_attr->index; in show_pwm() local 862 int index = sensor_attr->index; in store_pwm() local 892 int index = sensor_attr->index; in show_pwm_enable() local 922 int index = sensor_attr->index; in store_pwm_enable() local 1003 int index = sensor_attr->index; in show_temp_src() local 1026 int index = sensor_attr->index; in store_temp_src() local [all …]
|
A D | w83793.c | 324 int index = sensor_attr->index; in show_vid() local 468 int index = sensor_attr->index; in show_fan() local 486 int index = sensor_attr->index; in store_fan_min() local 515 int index = sensor_attr->index; in show_pwm() local 534 int index = sensor_attr->index; in store_pwm() local 567 int index = sensor_attr->index; in show_temp() local 585 int index = sensor_attr->index; in store_temp() local 628 u8 shift = (index < 4) ? (2 * index) : (index - 4); in show_temp_mode() 630 index = (index < 4) ? 0 : 1; in show_temp_mode() 653 u8 shift = (index < 4) ? (2 * index) : (index - 4); in store_temp_mode() [all …]
|
/linux-6.3-rc2/net/netfilter/ |
A D | xt_set.c | 86 ip_set_id_t index; in set_match_v0_checkentry() local 88 index = ip_set_nfnl_get_byindex(par->net, info->match_set.index); in set_match_v0_checkentry() 137 ip_set_id_t index; in set_match_v1_checkentry() local 139 index = ip_set_nfnl_get_byindex(par->net, info->match_set.index); in set_match_v1_checkentry() 235 ip_set_id_t index; in set_target_v0_checkentry() local 238 index = ip_set_nfnl_get_byindex(par->net, info->add_set.index); in set_target_v0_checkentry() 247 index = ip_set_nfnl_get_byindex(par->net, info->del_set.index); in set_target_v0_checkentry() 310 ip_set_id_t index; in set_target_v1_checkentry() local 313 index = ip_set_nfnl_get_byindex(par->net, info->add_set.index); in set_target_v1_checkentry() 322 index = ip_set_nfnl_get_byindex(par->net, info->del_set.index); in set_target_v1_checkentry() [all …]
|
/linux-6.3-rc2/tools/testing/cxl/test/ |
A D | mock.c | 48 int index; in __wrap_is_acpi_device_node() local 67 int index, rc; in __wrap_acpi_table_parse_cedt() local 86 int index; in __wrap_acpi_evaluate_integer() local 104 int index; in __wrap_acpi_pci_find_root() local 123 int index; in __wrap_nvdimm_bus_register() local 138 int index; in __wrap_devm_cxl_setup_hdm() local 154 int rc, index; in __wrap_devm_cxl_add_passthrough_decoder() local 170 int rc, index; in __wrap_devm_cxl_enumerate_decoders() local 186 int rc, index; in __wrap_devm_cxl_port_enumerate_dports() local 201 int rc, index; in __wrap_cxl_await_media_ready() local [all …]
|
/linux-6.3-rc2/arch/m68k/coldfire/ |
A D | intc-5272.c | 40 unsigned char index; member 46 /*MCF_IRQ_EINT1*/ { .icr = MCFSIM_ICR1, .index = 28, .ack = 1, }, 47 /*MCF_IRQ_EINT2*/ { .icr = MCFSIM_ICR1, .index = 24, .ack = 1, }, 48 /*MCF_IRQ_EINT3*/ { .icr = MCFSIM_ICR1, .index = 20, .ack = 1, }, 56 /*MCF_IRQ_PLIP*/ { .icr = MCFSIM_ICR2, .index = 20, .ack = 0, }, 57 /*MCF_IRQ_PLIA*/ { .icr = MCFSIM_ICR2, .index = 16, .ack = 0, }, 58 /*MCF_IRQ_USB0*/ { .icr = MCFSIM_ICR2, .index = 12, .ack = 0, }, 88 v = 0x8 << intc_irqmap[irq].index; in intc_irq_mask() 100 v = 0xd << intc_irqmap[irq].index; in intc_irq_unmask() 115 v &= (0x7 << intc_irqmap[irq].index); in intc_irq_ack() [all …]
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | dsmthdat.c | 24 u32 index, 104 u32 index; in acpi_ds_method_data_delete_all() local 110 for (index = 0; index < ACPI_METHOD_NUM_LOCALS; index++) { in acpi_ds_method_data_delete_all() 113 index, in acpi_ds_method_data_delete_all() 126 for (index = 0; index < ACPI_METHOD_NUM_ARGS; index++) { in acpi_ds_method_data_delete_all() 129 index, in acpi_ds_method_data_delete_all() 163 u32 index = 0; in acpi_ds_method_data_init_args() local 176 (index < max_param_count) && params[index]) { in acpi_ds_method_data_init_args() 189 index++; in acpi_ds_method_data_init_args() 214 u32 index, in acpi_ds_method_data_get_node() argument [all …]
|
/linux-6.3-rc2/drivers/staging/octeon/ |
A D | ethernet-spi.c | 28 index); in cvm_oct_spxx_int_pr() 33 index); in cvm_oct_spxx_int_pr() 36 index); in cvm_oct_spxx_int_pr() 39 index); in cvm_oct_spxx_int_pr() 42 index); in cvm_oct_spxx_int_pr() 47 index); in cvm_oct_spxx_int_pr() 56 index); in cvm_oct_stxx_int_pr() 59 index); in cvm_oct_stxx_int_pr() 64 index); in cvm_oct_stxx_int_pr() 67 index); in cvm_oct_stxx_int_pr() [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_CN/ |
A D | arch.rst | 11 mips/index 12 arm64/index 13 riscv/index 20 * arm/index 21 * ia64/index 22 * m68k/index 23 * nios2/index 25 * s390/index 26 * sh/index 27 * sparc/index [all …]
|
A D | index.rst | 42 maintainer/index 53 core-api/index 54 driver-api/index 70 doc-guide/index 71 dev-tools/index 74 rust/index 78 * trace/index 80 * livepatch/index 92 admin-guide/index 111 devicetree/index [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeon_ep/ |
A D | octep_regs_cn9k_pf.h | 293 #define CN93_SDP_EPF_MBOX_RINT(index) \ argument 295 #define CN93_SDP_EPF_MBOX_RINT_W1S(index) \ argument 297 #define CN93_SDP_EPF_MBOX_RINT_ENA_W1C(index) \ argument 302 #define CN93_SDP_EPF_VFIRE_RINT(index) \ argument 304 #define CN93_SDP_EPF_VFIRE_RINT_W1S(index) \ argument 311 #define CN93_SDP_EPF_VFORE_RINT(index) \ argument 313 #define CN93_SDP_EPF_VFORE_RINT_W1S(index) \ argument 320 #define CN93_SDP_EPF_DMA_VF_RINT(index) \ argument 322 #define CN93_SDP_EPF_DMA_VF_RINT_W1S(index) \ argument 329 #define CN93_SDP_EPF_PP_VF_RINT(index) \ argument [all …]
|
/linux-6.3-rc2/drivers/extcon/ |
A D | extcon.c | 427 int index; in extcon_sync() local 1132 for (index = 0; index < edev->max_supported; index++) { in extcon_dev_register() 1137 for (index--; index >= 0; index--) { in extcon_dev_register() 1170 for (index = 0; edev->mutually_exclusive[index]; index++) in extcon_dev_register() 1190 for (index = 0; edev->mutually_exclusive[index]; index++) { in extcon_dev_register() 1194 for (index--; index >= 0; index--) { in extcon_dev_register() 1227 for (index = 0; index < edev->max_supported; index++) in extcon_dev_register() 1247 for (index = 0; index < edev->max_supported; index++) in extcon_dev_register() 1275 for (index = 0; edev->mutually_exclusive[index]; index++) in extcon_dev_register() 1281 for (index = 0; index < edev->max_supported; index++) in extcon_dev_register() [all …]
|
/linux-6.3-rc2/arch/powerpc/xmon/ |
A D | spu-dis.c | 46 const struct spu_opcode *index; in get_index_for_opcode() local 56 return index; in get_index_for_opcode() 59 && (index->insn_type == RI18 || index->insn_type == LBT)) in get_index_for_opcode() 60 return index; in get_index_for_opcode() 64 return index; in get_index_for_opcode() 68 return index; in get_index_for_opcode() 72 return index; in get_index_for_opcode() 75 return index; in get_index_for_opcode() 92 if (index == 0) in print_insn_spu() 114 if (index->arg[0] != 0) in print_insn_spu() [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/ |
A D | index.rst | 25 * sysctl/index 50 * kdump/index 51 * perf/index 73 mm/index 77 * acpi/index 78 * aoe/index 88 * cifs/index 94 * nfs/index 95 * gpio/index 106 * LSM/index [all …]
|
/linux-6.3-rc2/drivers/phy/tegra/ |
A D | xusb-tegra186.c | 300 usb2->base.index = index; in tegra186_usb2_lane_probe() 325 unsigned int index = lane->index; in tegra186_utmi_enable_phy_sleepwalk() local 469 unsigned int index = lane->index; in tegra186_utmi_disable_phy_sleepwalk() local 509 unsigned int index = lane->index; in tegra186_utmi_enable_phy_wake() local 534 unsigned int index = lane->index; in tegra186_utmi_disable_phy_wake() local 559 unsigned int index = lane->index; in tegra186_utmi_phy_remote_wake_detected() local 683 unsigned int index = lane->index; in tegra186_utmi_pad_power_on() local 714 unsigned int index = lane->index; in tegra186_utmi_pad_power_down() local 833 unsigned int index = lane->index; in tegra186_utmi_phy_power_on() local 909 unsigned int index = lane->index; in tegra186_utmi_phy_init() local [all …]
|
/linux-6.3-rc2/drivers/platform/x86/intel/telemetry/ |
A D | debugfs.c | 357 for (index = 0; index < ret; index++) { in telem_pss_states_show() 419 for (index = 0; index < debugfs_conf->pss_idle_evts; index++) { in telem_pss_states_show() 449 for (index = 0; index < debugfs_conf->pss_ltr_evts; index++) { in telem_pss_states_show() 459 for (index = 0; index < debugfs_conf->pss_wakeup_evts; index++) { in telem_pss_states_show() 489 for (index = 0; index < ret; index++) { in telem_ioss_states_show() 517 for (index = 0; index < ret; index++) { in telem_soc_states_show() 598 for (index = 0; index < conf->ioss_d0ix_evts; index++) { in telem_soc_states_show() 608 for (index = 0; index < conf->ioss_pg_evts; index++) { in telem_soc_states_show() 632 for (index = 0; index < conf->pss_idle_evts; index++) { in telem_soc_states_show() 776 for (index = 0; index < ret; index++) { in pm_suspend_prep_cb() [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_TW/admin-guide/ |
A D | index.rst | 26 sysctl/index 51 kdump/index 52 perf/index 73 acpi/index 74 aoe/index 85 cifs/index 92 nfs/index 93 gpio/index 105 LSM/index 108 mm/index [all …]
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | legacy_serial.c | 83 int index; in add_legacy_port() local 100 index = want_index; in add_legacy_port() 102 index = legacy_serial_count; in add_legacy_port() 110 if (index >= legacy_serial_count) in add_legacy_port() 111 legacy_serial_count = index + 1; in add_legacy_port() 120 legacy_serial_ports[index]; in add_legacy_port() 122 legacy_serial_infos[index]; in add_legacy_port() 154 index, np); in add_legacy_port() 161 return index; in add_legacy_port() 210 int index = -1; in add_legacy_isa_port() local [all …]
|