| /linux/net/smc/ |
| H A D | smc_stats.c | 46 struct smc_stats *stats, int tech, in smc_nl_fill_stats_rmb_data() argument 53 stats_rmb_cnt = &stats->smc[tech].rmb_tx; in smc_nl_fill_stats_rmb_data() 55 stats_rmb_cnt = &stats->smc[tech].rmb_rx; in smc_nl_fill_stats_rmb_data() 99 struct smc_stats *stats, int tech, in smc_nl_fill_stats_bufsize_data() argument 106 stats_pload = &stats->smc[tech].tx_pd; in smc_nl_fill_stats_bufsize_data() 108 stats_pload = &stats->smc[tech].rx_pd; in smc_nl_fill_stats_bufsize_data() 110 stats_pload = &stats->smc[tech].tx_rmbsize; in smc_nl_fill_stats_bufsize_data() 112 stats_pload = &stats->smc[tech].rx_rmbsize; in smc_nl_fill_stats_bufsize_data() 166 struct smc_stats *stats, int tech) in smc_nl_fill_stats_tech_data() argument 171 smc_tech = &stats->smc[tech]; in smc_nl_fill_stats_tech_data() [all …]
|
| /linux/drivers/power/supply/ |
| H A D | olpc_battery.c | 213 union power_supply_propval tech; in olpc_bat_get_charge_full_design() local 216 ret = olpc_bat_get_tech(&tech); in olpc_bat_get_charge_full_design() 227 switch (tech.intval) { in olpc_bat_get_charge_full_design() 277 union power_supply_propval tech; in olpc_bat_get_voltage_max_design() local 281 ret = olpc_bat_get_tech(&tech); in olpc_bat_get_voltage_max_design() 292 switch (tech.intval) { in olpc_bat_get_voltage_max_design()
|
| /linux/drivers/nfc/ |
| H A D | trf7970a.c | 619 u8 target_proto, tech; in trf7970a_mode_detect() local 627 tech = NFC_DIGITAL_RF_TECH_106A; in trf7970a_mode_detect() 630 tech = NFC_DIGITAL_RF_TECH_106B; in trf7970a_mode_detect() 633 tech = NFC_DIGITAL_RF_TECH_212F; in trf7970a_mode_detect() 636 tech = NFC_DIGITAL_RF_TECH_424F; in trf7970a_mode_detect() 644 *rf_tech = tech; in trf7970a_mode_detect() 1217 static int trf7970a_in_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_in_config_rf_tech() argument 1221 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_in_config_rf_tech() 1223 switch (tech) { in trf7970a_in_config_rf_tech() 1260 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech); in trf7970a_in_config_rf_tech() [all …]
|
| /linux/arch/riscv/boot/dts/anlogic/ |
| H A D | dr1v90-mlkpai-fs01.dts | 3 * Copyright (C) 2025 Junhui Liu <junhui.liu@pigmoral.tech>
|
| H A D | dr1v90.dtsi | 3 * Copyright (C) 2025 Junhui Liu <junhui.liu@pigmoral.tech>
|
| /linux/drivers/clk/ |
| H A D | clk-axi-clkgen.c | 509 unsigned int tech, family, speed_grade, reg_value; in axi_clkgen_setup_limits() local 512 tech = ADI_AXI_INFO_FPGA_TECH(reg_value); in axi_clkgen_setup_limits() 546 if (tech == ADI_AXI_FPGA_TECH_ULTRASCALE_PLUS) { in axi_clkgen_setup_limits()
|
| /linux/Documentation/translations/zh_CN/process/ |
| H A D | researcher-guidelines.rst | 129 有任何其他问题,请联系技术咨询委员会私有邮件列表:<tech-board@groups.linuxfoundation.org>。
|
| /linux/Documentation/scsi/ |
| H A D | hptiop.rst | 213 linux@highpoint-tech.com 215 http://www.highpoint-tech.com
|
| H A D | aacraid.rst | 172 Adaptec does support this driver. Contact Adaptec tech support or
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-sis96x.rst | 76 Kianusch Sayah Karadji <kianusch@sk-tech.net>
|
| /linux/Documentation/hwmon/ |
| H A D | sbrmi.rst | 31 https://www.amd.com/en/support/tech-docs?keyword=55898
|
| H A D | hp-wmi-sensors.rst | 9 :Copyright: |copy| 2023 James Seo <james@equiv.tech>
|
| /linux/tools/include/uapi/ |
| H A D | README | 51 burden, double the chance for mistakes, plus there's no tech-driven
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcsan.rst | 223 <http://usenix.org/legacy/events/osdi10/tech/full_papers/Erickson.pdf>`_ 中采用
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | rsb.rst | 228 …g Speculation <https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-ref… 234 … Instructions <https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-ref… 244 …m Programming <https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-ref…
|
| /linux/Documentation/process/ |
| H A D | contribution-maturity-model.rst | 94 such as writing or maintaining tests, upstream tech debt reduction,
|
| H A D | researcher-guidelines.rst | 170 <tech-board@groups.linuxfoundation.org>.
|
| /linux/include/pcmcia/ |
| H A D | cistpl.h | 298 u_char tech; member
|
| /linux/Documentation/arch/x86/ |
| H A D | iommu.rst | 8 - AMD: https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/specifications/48882_3_…
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | nested-vmx.rst | 25 https://www.usenix.org/events/osdi10/tech/full_papers/Ben-Yehuda.pdf
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | atyfb_base.c | 3180 int id, tech, f, i, m, default_refresh_rate; in aty_init_lcd() local 3209 tech = (panel_type >> 2) & 63; in aty_init_lcd() 3210 switch (tech) { in aty_init_lcd() 3230 if (tech == 0 || tech == 2) { in aty_init_lcd()
|
| /linux/Documentation/admin-guide/ |
| H A D | workload-tracing.rst | 600 …* `Discovery Linux Kernel Subsystems used by OpenAPS <https://elisa.tech/blog/2022/02/02/discovery… 601 …ring Linux kernel subsystems used by a workload <https://github.com/elisa-tech/ELISA-White-Papers/…
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | researcher-guidelines.rst | 150 <tech-board@groups.linuxfoundation.org>.
|
| /linux/security/integrity/ima/ |
| H A D | Kconfig | 29 Read <https://www.usenix.org/events/sec04/tech/sailer.html>
|
| /linux/Documentation/filesystems/ |
| H A D | 9p.rst | 21 https://www.usenix.org/events/usenix05/tech/freenix/hensbergen.html
|