/linux-6.8/Documentation/netlink/specs/ |
D | ethtool.yaml | 951 name: strset-get 952 doc: Get string set from the kernel. 956 do: &strset-get-op 966 dump: *strset-get-op 968 name: linkinfo-get 969 doc: Get link info. 973 do: &linkinfo-get-op 985 dump: *linkinfo-get-op 998 notify: linkinfo-get 1000 name: linkmodes-get [all …]
|
D | devlink.yaml | 1233 name: get 1234 doc: Get devlink instances. 1245 reply: &get-reply 1253 reply: *get-reply 1256 name: port-get 1257 doc: Get devlink port instances. 1359 name: sb-get 1360 doc: Get shared buffer instances. 1372 reply: &sb-get-reply 1378 reply: *sb-get-reply [all …]
|
D | netdev.yaml | 271 name: dev-get 272 doc: Get / dump information about a netdev. 290 notify: dev-get 295 notify: dev-get 300 notify: dev-get 303 name: page-pool-get 305 Get / dump information about Page Pools. 326 notify: page-pool-get 332 notify: page-pool-get 338 notify: page-pool-get [all …]
|
/linux-6.8/drivers/gpu/drm/nouveau/ |
D | nouveau_dma.c | 33 /* Fetch and adjust GPU GET pointer 36 * value >= 0, the adjusted GET pointer 37 * -EINVAL if GET pointer currently outside main push buffer 49 /* reset counter as long as GET is still advancing, this is in READ_GET() 104 uint32_t get = nvif_rd32(chan->userd, 0x88); in nv50_dma_push_wait() local 105 if (get != prev_get) { in nv50_dma_push_wait() 106 prev_get = get; in nv50_dma_push_wait() 116 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait() 135 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local 136 if (unlikely(get < 0)) { in nv50_dma_wait() [all …]
|
/linux-6.8/drivers/hwmon/pmbus/ |
D | Kconfig | 21 If you say yes here you get hardware monitoring support for generic 33 If you say yes here you get hardware monitoring support for the ACBEL 44 If you say yes here you get hardware monitoring support for Analog 53 If you say yes here you get hardware monitoring support for Analog 63 If you say yes here you get hardware monitoring support for BEL 72 If you say yes here you get hardware monitoring support for BluTek 81 If you say yes here you get hardware monitoring support for 91 If you say yes here you get hardware monitoring support for 102 If you say yes here you get hardware monitoring support for the IBM 111 If you say yes here you get hardware monitoring support for Delta [all …]
|
/linux-6.8/drivers/rtc/ |
D | Kconfig | 150 If you say yes here you get support for the 169 If you say yes here you get support for RTC function in Marvell 179 If you say yes here you get support for RTC function in Marvell 189 If you say yes here you get support for the Abracon 199 If you say yes here you get support for the Abracon 209 If you say yes here you get support for Abracon AB080X and AB180X 220 If you say yes here you get support for the real-time clock found 231 If you say yes here you get support for the wake-timer found on 241 If you say yes here you get support for the RTC of ams AS3722 PMIC 252 If you say yes here you get support for various compatible RTC [all …]
|
/linux-6.8/drivers/hwmon/ |
D | Kconfig | 45 If you say yes here you get support for the sensor part of the first 60 If you say yes here you get support for the sensor part of the 74 If you say yes here you get support for the thermal, voltage, 82 If you say yes here you get support for the Analog Devices 92 If you say yes here you get support for the Analog Devices 102 If you say yes here you get support for the Analog Devices 113 If you say yes here you get support for Analog Devices ADM1021 125 If you say yes here you get support for Analog Devices ADM1025 136 If you say yes here you get support for Analog Devices ADM1026 146 If you say yes here you get support for Analog Devices ADM1029 [all …]
|
/linux-6.8/drivers/atm/ |
D | suni.c | 41 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg) macro 43 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg) 67 ADD_LIMITED(section_bip,(GET(RSOP_SBL) & 0xff) | in suni_hz() 68 ((GET(RSOP_SBM) & 0xff) << 8)); in suni_hz() 69 ADD_LIMITED(line_bip,(GET(RLOP_LBL) & 0xff) | in suni_hz() 70 ((GET(RLOP_LB) & 0xff) << 8) | in suni_hz() 71 ((GET(RLOP_LBM) & 0xf) << 16)); in suni_hz() 72 ADD_LIMITED(path_bip,(GET(RPOP_PBL) & 0xff) | in suni_hz() 73 ((GET(RPOP_PBM) & 0xff) << 8)); in suni_hz() 74 ADD_LIMITED(line_febe,(GET(RLOP_LFL) & 0xff) | in suni_hz() [all …]
|
/linux-6.8/arch/arm/mach-omap2/ |
D | sram242x.S | 37 ldr r2, omap242x_sdi_cm_clksel2_pll @ get address of dpllout reg 47 ldr r10, [r11] @ get current val 50 mvn r9, #0x4 @ mask to get clear bit2 57 /* get dll value */ 58 add r11, r11, #0x4 @ get addr of status reg 59 ldr r10, [r11] @ get locked value 97 ldr r4, omap242x_sdi_prcm_voltctrl @ get addr of volt ctrl. 98 ldr r5, [r4] @ get value. 99 ldr r6, prcm_mask_val @ get value of mask 103 mov r3, #0x4000 @ get val for force [all …]
|
D | sram243x.S | 37 ldr r2, omap243x_sdi_cm_clksel2_pll @ get address of dpllout reg 47 ldr r10, [r11] @ get current val 50 mvn r9, #0x4 @ mask to get clear bit2 57 /* get dll value */ 58 add r11, r11, #0x4 @ get addr of status reg 59 ldr r10, [r11] @ get locked value 97 ldr r4, omap243x_sdi_prcm_voltctrl @ get addr of volt ctrl. 98 ldr r5, [r4] @ get value. 99 ldr r6, prcm_mask_val @ get value of mask 103 mov r3, #0x4000 @ get val for force [all …]
|
/linux-6.8/drivers/gpio/ |
D | gpio-raspberrypi-exp.c | 57 struct gpio_get_config get; in rpi_exp_gpio_get_polarity() local 62 get.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */ in rpi_exp_gpio_get_polarity() 65 &get, sizeof(get)); in rpi_exp_gpio_get_polarity() 66 if (ret || get.gpio != 0) { in rpi_exp_gpio_get_polarity() 67 dev_err(gc->parent, "Failed to get GPIO %u config (%d %x)\n", in rpi_exp_gpio_get_polarity() 68 off, ret, get.gpio); in rpi_exp_gpio_get_polarity() 71 return get.polarity; in rpi_exp_gpio_get_polarity() 135 struct gpio_get_config get; in rpi_exp_gpio_get_direction() local 140 get.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */ in rpi_exp_gpio_get_direction() 143 &get, sizeof(get)); in rpi_exp_gpio_get_direction() [all …]
|
/linux-6.8/include/uapi/linux/ |
D | sockios.h | 35 /* Get stamp (timeval) */ 37 /* Get stamp (timespec) */ 57 #define SIOCGIFNAME 0x8910 /* get iface name */ 59 #define SIOCGIFCONF 0x8912 /* get iface list */ 60 #define SIOCGIFFLAGS 0x8913 /* get flags */ 62 #define SIOCGIFADDR 0x8915 /* get PA address */ 64 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */ 66 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */ 68 #define SIOCGIFNETMASK 0x891b /* get network PA mask */ 70 #define SIOCGIFMETRIC 0x891d /* get metric */ [all …]
|
D | isst_if.h | 28 * information can be used by the user space, to get the driver, firmware 69 * @logical_cpu: Logical CPU number to get target PCI device. 100 * @logical_cpu: Logical CPU number to get target PCI device 167 * struct isst_core_power - Structure to get/set core_power feature 168 * @get_set: 0: Get, 1: Set 174 * Structure to get/set core_power feature state using IOCTL 187 * struct isst_clos_param - Structure to get/set clos praram 188 * @get_set: 0: Get, 1: Set 196 * Structure to get/set per clos property using IOCTL 216 * Structure to get/set core_power feature. [all …]
|
/linux-6.8/tools/net/ynl/ |
D | ethtool.py | 54 value = reply.get(field, None) 118 value = bit.get('value', False) 141 # TODO: --show-tunnels tunnel-info-get 142 # TODO: --show-module module-get 143 # TODO: --get-plca-cfg plca-get 144 # TODO: --get-plca-status plca-get-status 145 # TODO: --show-mm mm-get 146 # TODO: --show-fec fec-get 147 # TODO: --dump-module-eerpom module-eeprom-get 148 # TODO: pse-get [all …]
|
/linux-6.8/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_llh.h | 25 /* get temperature sense power down */ 28 /* get temperature sense ready */ 31 /* get temperature sense ready latch high */ 34 /* get temperature sense data */ 43 /* get global microprocessor semaphore */ 52 /* get soft reset */ 59 /* get rx dma good octet counter */ 62 /* get rx dma good packet counter */ 65 /* get tx dma good octet counter */ 68 /* get tx dma good packet counter */ [all …]
|
/linux-6.8/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | other.json | 28 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 34 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 52 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 58 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 64 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 76 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 82 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… [all …]
|
/linux-6.8/drivers/net/ethernet/hisilicon/hns3/ |
D | hclge_mbx.h | 21 HCLGE_MBX_GET_QINFO, /* (VF -> PF) get queue config */ 22 HCLGE_MBX_GET_QDEPTH, /* (VF -> PF) get queue depth */ 23 HCLGE_MBX_GET_BASIC_INFO, /* (VF -> PF) get basic info */ 24 HCLGE_MBX_GET_RETA, /* (VF -> PF) get RETA */ 25 HCLGE_MBX_GET_RSS_KEY, /* (VF -> PF) get RSS key */ 26 HCLGE_MBX_GET_MAC_ADDR, /* (VF -> PF) get MAC addr */ 28 HCLGE_MBX_GET_BDNUM, /* (VF -> PF) get BD num */ 29 HCLGE_MBX_GET_BUFSIZE, /* (VF -> PF) get buffer size */ 30 HCLGE_MBX_GET_STREAMID, /* (VF -> PF) get stream id */ 32 HCLGE_MBX_SET_TSOSTATS, /* (VF -> PF) get tso stats */ [all …]
|
/linux-6.8/tools/testing/selftests/net/forwarding/ |
D | bridge_mdb.sh | 148 bridge mdb get dev br0 grp $grp vid 10 &> /dev/null 155 bridge mdb get dev br0 grp $grp vid 10 &> /dev/null 203 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null 211 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null 216 bridge -d mdb get dev br0 $grp_key vid 10 | grep -q "static" 221 bridge -d mdb get dev br0 $grp_key vid 10 | grep -q "123" 227 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null 229 bridge mdb get dev br0 $grp_key vid 20 &> /dev/null 233 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null 235 bridge mdb get dev br0 $grp_key vid 20 &> /dev/null [all …]
|
/linux-6.8/tools/testing/selftests/drivers/net/dsa/ |
D | bridge_mdb.sh | 148 bridge mdb get dev br0 grp $grp vid 10 &> /dev/null 155 bridge mdb get dev br0 grp $grp vid 10 &> /dev/null 203 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null 211 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null 216 bridge -d mdb get dev br0 $grp_key vid 10 | grep -q "static" 221 bridge -d mdb get dev br0 $grp_key vid 10 | grep -q "123" 227 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null 229 bridge mdb get dev br0 $grp_key vid 20 &> /dev/null 233 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null 235 bridge mdb get dev br0 $grp_key vid 20 &> /dev/null [all …]
|
/linux-6.8/tools/net/ynl/lib/ |
D | nlspec.py | 48 def get(self, key, default=None): member in SpecElement 49 return self.yaml.get(key, default) 77 self.doc = yaml.get('doc', '') 119 value_start = self.yaml.get('value-start', 0) 173 self.is_multi = yaml.get('multi-attr', False) 174 self.struct_name = yaml.get('struct') 175 self.sub_type = yaml.get('sub-type') 176 self.byte_order = yaml.get('byte-order') 177 self.len = yaml.get('len') 178 self.display_hint = yaml.get('display-hint') [all …]
|
/linux-6.8/drivers/crypto/intel/qat/qat_common/ |
D | adf_sysfs_rl.c | 22 GET, enumerator 45 [GET] = "get", 104 static int get_param_u(struct device *dev, enum rl_params param, u64 *get) in get_param_u() argument 119 *get = data->input.rp_mask; in get_param_u() 122 *get = data->input.cir; in get_param_u() 125 *get = data->input.pir; in get_param_u() 128 *get = data->input.srv; in get_param_u() 162 u64 get; in rp_show() local 164 ret = get_param_u(dev, RP_MASK, &get); in rp_show() 168 return sysfs_emit(buf, "%#llx\n", get); in rp_show() [all …]
|
/linux-6.8/tools/perf/pmu-events/arch/x86/amdzen3/ |
D | other.json | 22 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 28 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 34 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 46 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 52 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 58 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 64 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a T… 70 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… 76 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t… [all …]
|
/linux-6.8/tools/crypto/ccp/ |
D | dbc_cli.py | 21 "get-fmax-cap": PARAM_GET_FMAX_CAP, 23 "get-power-cap": PARAM_GET_PWR_CAP, 25 "get-graphics-mode": PARAM_GET_GFX_MODE, 27 "get-current-temp": PARAM_GET_CURR_TEMP, 28 "get-fmax-max": PARAM_GET_FMAX_MAX, 29 "get-fmax-min": PARAM_GET_FMAX_MIN, 30 "get-soc-power-max": PARAM_GET_SOC_PWR_MAX, 31 "get-soc-power-min": PARAM_GET_SOC_PWR_MIN, 32 "get-soc-power-cur": PARAM_GET_SOC_PWR_CUR, 46 choices=["get-nonce", "get-param", "set-param", "set-uid"], [all …]
|
/linux-6.8/drivers/iio/temperature/ |
D | Kconfig | 34 If you say yes here you get support for the Maxim series of 61 If you say yes here you get support for the Melexis 72 If you say yes here you get support for the Melexis 84 If you say yes here you get support for the Melexis 95 If you say yes here you get support for the Texas Instruments 105 If you say yes here you get support for the Texas Instruments 115 If you say yes here you get support for the Texas Instruments 126 If you say yes here you get support for the Measurement Specialties 137 If you say yes here you get support for the Measurement Specialties 147 If you say yes here you get support for Maxim MAX30208 [all …]
|
/linux-6.8/tools/perf/util/ |
D | dwarf-aux.h | 18 /* Get DW_AT_comp_dir (should be NULL with older gcc) */ 21 /* Get a line number and file name for given address */ 29 /* Get DW_AT_linkage_name (should be NULL for C binary) */ 32 /* Get the lowest PC in DIE (including range list) */ 47 /* Get callsite line number of inline-function instance */ 50 /* Get callsite file name of inlined function instance */ 53 /* Get declared file name of a DIE */ 56 /* Get type die */ 59 /* Get a type die, but skip qualifiers and typedef */ 65 /* Get data_member_location offset */ [all …]
|