Home
last modified time | relevance | path

Searched full:get (Results 1 – 25 of 6009) sorted by relevance

12345678910>>...241

/linux/Documentation/netlink/specs/
H A Dethtool.yaml1565 name: strset-get
1566 doc: Get string set from the kernel.
1570 do: &strset-get-op
1580 dump: *strset-get-op
1582 name: linkinfo-get
1583 doc: Get link info.
1587 do: &linkinfo-get-op
1599 dump: *linkinfo-get-op
1612 notify: linkinfo-get
1614 name: linkmodes-get
[all …]
H A Ddevlink.yaml1257 name: get
1258 doc: Get devlink instances.
1269 reply: &get-reply
1277 reply: *get-reply
1280 name: port-get
1281 doc: Get devlink port instances.
1383 name: sb-get
1384 doc: Get shared buffer instances.
1396 reply: &sb-get-reply
1402 reply: *sb-get-reply
[all …]
/linux/scripts/lib/kdoc/
H A Dkdoc_output.py127 warnings = args.get('warnings', [])
187 dtype = args.get('type', "")
342 sectionlist = args.get('sectionlist', [])
343 sections = args.get('sections', {})
344 section_start_lines = args.get('section_start_lines', {})
358 self.print_lineno(section_start_lines.get(section, 0))
373 func_macro = args.get('func_macro', False)
377 if args.get('functiontype'):
381 parameterlist = args.get('parameterlist', [])
382 parameterdescs = args.get('parameterdescs', {})
[all …]
/linux/drivers/hwmon/
H A DKconfig45 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 ADM1025
124 If you say yes here you get support for Analog Devices ADM1026
134 If you say yes here you get support for Analog Devices ADM1029
145 If you say yes here you get support for Analog Devices ADM1031
[all …]
/linux/drivers/rtc/
H A DKconfig150 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 will get support for the RTC function in the
199 If you say yes here you get support for the Abracon
209 If you say yes here you get support for the Abracon
219 If you say yes here you get support for Abracon AB080X and AB180X
230 If you say yes here you get support for the real-time clock found
241 If you say yes here you get support for the wake-timer found on
251 If you say yes here you get support for the RTC of ams AS3722 PMIC
[all …]
/linux/drivers/atm/
H A Dsuni.c41 #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/arch/arm/mach-omap2/
H A Dsram242x.S37 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 …]
H A Dsram243x.S37 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/drivers/gpio/
H A Dgpio-raspberrypi-exp.c57 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/Documentation/userspace-api/gpio/
H A Dchardev_v1.rst38 Lines are requested from the chip using either gpio-get-linehandle-ioctl.rst
40 gpio-get-lineevent-ioctl.rst and the resulting line event is used to monitor
54 Get Line Handle <gpio-get-linehandle-ioctl>
55 Get Line Event <gpio-get-lineevent-ioctl>
56 Get Chip Info <gpio-get-chipinfo-ioctl>
57 Get Line Info <gpio-get-lineinfo-ioctl>
58 Watch Line Info <gpio-get-lineinfo-watch-ioctl>
59 Unwatch Line Info <gpio-get-lineinfo-unwatch-ioctl>
67 Line handles are created by gpio-get-linehandle-ioctl.rst and provide
70 :c:type:`request.fd<gpiohandle_request>` by gpio-get-linehandle-ioctl.rst.
[all …]
H A Dchardev.rst43 Lines are requested from the chip using gpio-v2-get-line-ioctl.rst
58 Get Line <gpio-v2-get-line-ioctl>
59 Get Chip Info <gpio-get-chipinfo-ioctl>
60 Get Line Info <gpio-v2-get-lineinfo-ioctl>
61 Watch Line Info <gpio-v2-get-lineinfo-watch-ioctl>
62 Unwatch Line Info <gpio-get-lineinfo-unwatch-ioctl>
70 Line requests are created by gpio-v2-get-line-ioctl.rst and provide
73 :c:type:`request.fd<gpio_v2_line_request>` by gpio-v2-get-line-ioctl.rst.
86 Get Line Values <gpio-v2-line-get-values-ioctl>
/linux/include/uapi/linux/
H A Dsockios.h35 /* 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 …]
H A Disst_if.h28 * 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 …]
H A Dpsp-dbc.h50 * @msg_index: Message indicating what parameter to set or get (input)
105 * DBCIOCPARAM - Set or get a parameter from the PSP.
108 * Whether the parameter is set or get is controlled by the
119 * @PARAM_GET_FMAX_CAP: Get frequency cap (MHz)
121 * @PARAM_GET_PWR_CAP: Get socket power cap (mW)
123 * @PARAM_GET_GFX_MODE: Get graphics mode (0/1)
125 * @PARAM_GET_CURR_TEMP: Get current temperature (degrees C)
126 * @PARAM_GET_FMAX_MAX: Get maximum allowed value for frequency (MHz)
127 * @PARAM_GET_FMAX_MIN: Get minimum allowed value for frequency (MHz)
128 * @PARAM_GET_SOC_PWR_MAX: Get maximum allowed value for SoC power (mw)
[all …]
H A Dcxl_mem.h31 ___C(GET_SUPPORTED_LOGS, "Get Supported Logs"), \
32 ___C(GET_FW_INFO, "Get FW Info"), \
33 ___C(GET_PARTITION_INFO, "Get Partition Information"), \
34 ___C(GET_LSA, "Get Label Storage Area"), \
35 ___C(GET_HEALTH_INFO, "Get Health Info"), \
36 ___C(GET_LOG, "Get Log"), \
39 ___C(GET_ALERT_CONFIG, "Get Alert Configuration"), \
41 ___C(GET_SHUTDOWN_STATE, "Get Shutdown State"), \
43 ___DEPRECATED(GET_POISON, "Get Poison List"), \
46 ___C(GET_SCAN_MEDIA_CAPS, "Get Scan Media Capabilities"), \
[all …]
H A Dvhost.h76 /* Get accessor: reads index, writes value in num */
86 * support SET also support GET.
117 /* Get busy loop timeout (in us) */
121 /* Set or get vhost backend capability */
140 /* Set and get the events missed flag */
151 /* Get the device id. The device ids follow the same definition of
155 /* Get and set the status. The status bits follow the same definition
160 /* Get and set the device config. The device config follows the same
170 /* Get the max ring size. */
176 /* Get the valid iova range */
[all …]
/linux/tools/net/ynl/pyynl/
H A Dethtool.py58 value = reply.get(field, None)
122 value = bit.get('value', False)
145 # TODO: --show-tunnels tunnel-info-get
146 # TODO: --show-module module-get
147 # TODO: --get-plca-cfg plca-get
148 # TODO: --get-plca-status plca-get-status
149 # TODO: --show-mm mm-get
150 # TODO: --show-fec fec-get
151 # TODO: --dump-module-eerpom module-eeprom-get
152 # TODO: pse-get
[all …]
/linux/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dother.json28 …"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/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb.sh148 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/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h21 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/drivers/crypto/intel/qat/qat_common/
H A Dadf_sysfs_rl.c22 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/tools/perf/util/
H A Ddwarf-aux.h18 /* 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 */
61 /* Get a type die, but skip qualifiers and typedef */
[all …]
/linux/tools/crypto/ccp/
H A Ddbc_cli.py21 "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/tools/perf/pmu-events/arch/x86/amdzen3/
H A Dother.json22 …"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/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dife.json22 "verifyCmd": "$TC actions get action ife index 2",
49 "verifyCmd": "$TC actions get action ife index 2",
76 "verifyCmd": "$TC actions get action ife index 2",
103 "verifyCmd": "$TC actions get action ife index 2",
130 "verifyCmd": "$TC actions get action ife index 2",
157 "verifyCmd": "$TC actions get action ife index 2",
184 "verifyCmd": "$TC actions get action ife index 90",
211 "verifyCmd": "$TC actions get action ife index 90",
236 "verifyCmd": "$TC actions get action ife index 9",
263 "verifyCmd": "$TC actions get action ife index 9",
[all …]

12345678910>>...241