Home
last modified time | relevance | path

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

12345678910>>...271

/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_dma.c46 /* Fetch and adjust GPU GET pointer
49 * value >= 0, the adjusted GET pointer
50 * -EINVAL if GET pointer currently outside main push buffer
62 /* reset counter as long as GET is still advancing, this is in READ_GET()
114 uint32_t get = nvif_rd32(&chan->user, 0x88); in nv50_dma_push_wait() local
115 if (get != prev_get) { in nv50_dma_push_wait()
116 prev_get = get; in nv50_dma_push_wait()
126 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait()
145 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local
146 if (unlikely(get < 0)) { in nv50_dma_wait()
[all …]
/Linux-v5.4/drivers/hwmon/
DKconfig45 If you say yes here you get support for the thermal sensor part
57 If you say yes here you get support for the sensor part of the first
72 If you say yes here you get support for the sensor part of the
86 If you say yes here you get support for the Analog Devices
96 If you say yes here you get support for the Analog Devices
106 If you say yes here you get support for the Analog Devices
116 If you say yes here you get support for Analog Devices ADM1021
128 If you say yes here you get support for Analog Devices ADM1025
139 If you say yes here you get support for Analog Devices ADM1026
149 If you say yes here you get support for Analog Devices ADM1029
[all …]
/Linux-v5.4/drivers/rtc/
DKconfig144 If you say yes here you get support for the
163 If you say yes here you get support for RTC function in Marvell
173 If you say yes here you get support for RTC function in Marvell
183 If you say yes here you get support for the Abracon
193 If you say yes here you get support for the Abracon
203 If you say yes here you get support for Abracon AB080X and AB180X
214 If you say yes here you get support for the real-time clock found
225 If you say yes here you get support for the wake-timer found on
235 If you say yes here you get support for the RTC of ams AS3722 PMIC
244 If you say yes here you get support for various compatible RTC
[all …]
/Linux-v5.4/drivers/atm/
Dsuni.c42 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg) macro
44 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
68 ADD_LIMITED(section_bip,(GET(RSOP_SBL) & 0xff) | in suni_hz()
69 ((GET(RSOP_SBM) & 0xff) << 8)); in suni_hz()
70 ADD_LIMITED(line_bip,(GET(RLOP_LBL) & 0xff) | in suni_hz()
71 ((GET(RLOP_LB) & 0xff) << 8) | in suni_hz()
72 ((GET(RLOP_LBM) & 0xf) << 16)); in suni_hz()
73 ADD_LIMITED(path_bip,(GET(RPOP_PBL) & 0xff) | in suni_hz()
74 ((GET(RPOP_PBM) & 0xff) << 8)); in suni_hz()
75 ADD_LIMITED(line_febe,(GET(RLOP_LFL) & 0xff) | in suni_hz()
[all …]
DuPD98402.c38 #define GET(reg) dev->ops->phy_get(dev,uPD98402_##reg) macro
46 atomic_add(GET(HECCT),&PRIV(dev)->sonet_stats.uncorr_hcs); in fetch_stats()
80 PUT((GET(MDR) & ~uPD98402_MDR_SS_MASK) | (set[3] << in set_framing()
93 s[0] = GET(C11R); in get_sense()
94 s[1] = GET(C12R); in get_sense()
95 s[2] = GET(C13R); in get_sense()
107 mode_reg = GET(MDR) & ~(uPD98402_MDR_TPLP | uPD98402_MDR_ALP | in set_loopback()
165 { atomic_add(GET(v),&PRIV(dev)->sonet_stats.s); \
174 events = GET(PCR); in stat_event()
191 while ((reason = GET(PICR))) { in uPD98402_int()
[all …]
/Linux-v5.4/drivers/gpio/
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-v5.4/arch/arm/mach-omap2/
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 …]
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 …]
/Linux-v5.4/drivers/hwmon/pmbus/
DKconfig21 If you say yes here you get hardware monitoring support for generic
32 If you say yes here you get hardware monitoring support for Analog
43 If you say yes here you get hardware monitoring support for the IBM
52 If you say yes here you get hardware monitoring support for the INSPUR
61 If you say yes here you get hardware monitoring support for the
70 If you say yes here you get hardware monitoring support for Infineon
79 If you say yes here you get hardware monitoring support for the
88 If you say yes here you get hardware monitoring support for Intersil
97 If you say yes here you get hardware monitoring support for National
106 If you say yes here you get hardware monitoring support for Linear
[all …]
/Linux-v5.4/include/uapi/linux/
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 …]
Dprctl.h12 /* Get/set current->mm->dumpable */
16 /* Get/set unaligned access control bits (if meaningful) */
22 /* Get/set whether or not to drop capabilities on setuid() away from
27 /* Get/set floating-point emulation control bits (if meaningful) */
33 /* Get/set floating-point exception mode (if meaningful) */
47 /* Get/set whether we use statistical process timing or accurate timestamp
57 #define PR_GET_NAME 16 /* Get process name */
59 /* Get/set process endian */
66 /* Get/set process seccomp mode */
70 /* Get/set the capability bounding set (as per security/commoncap.c) */
[all …]
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhclge_mbx.h23 HCLGE_MBX_GET_QINFO, /* (VF -> PF) get queue config */
24 HCLGE_MBX_GET_QDEPTH, /* (VF -> PF) get queue depth */
25 HCLGE_MBX_GET_TCINFO, /* (VF -> PF) get TC config */
26 HCLGE_MBX_GET_RETA, /* (VF -> PF) get RETA */
27 HCLGE_MBX_GET_RSS_KEY, /* (VF -> PF) get RSS key */
28 HCLGE_MBX_GET_MAC_ADDR, /* (VF -> PF) get MAC addr */
30 HCLGE_MBX_GET_BDNUM, /* (VF -> PF) get BD num */
31 HCLGE_MBX_GET_BUFSIZE, /* (VF -> PF) get buffer size */
32 HCLGE_MBX_GET_STREAMID, /* (VF -> PF) get stream id */
34 HCLGE_MBX_SET_TSOSTATS, /* (VF -> PF) get tso stats */
[all …]
/Linux-v5.4/tools/testing/selftests/tc-testing/tc-tests/actions/
Dife.json19 "verifyCmd": "$TC actions get action ife index 2",
43 "verifyCmd": "$TC actions get action ife index 2",
67 "verifyCmd": "$TC actions get action ife index 2",
91 "verifyCmd": "$TC actions get action ife index 2",
115 "verifyCmd": "$TC actions get action ife index 2",
139 "verifyCmd": "$TC actions get action ife index 2",
163 "verifyCmd": "$TC actions get action ife index 90",
187 "verifyCmd": "$TC actions get action ife index 90",
209 "verifyCmd": "$TC actions get action ife index 9",
233 "verifyCmd": "$TC actions get action ife index 9",
[all …]
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_llh.h24 /* get global microprocessor semaphore */
33 /* get soft reset */
40 /* get rx dma good octet counter */
43 /* get rx dma good packet counter */
46 /* get tx dma good octet counter */
49 /* get tx dma good packet counter */
52 /* get msm rx errors counter register */
55 /* get msm rx unicast frames counter register */
58 /* get msm rx multicast frames counter register */
61 /* get msm rx broadcast frames counter register */
[all …]
/Linux-v5.4/tools/perf/pmu-events/arch/x86/amdfam17h/
Dother.json20 …"PublicDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a …
27 …"PublicDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a …
34 …"PublicDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a …
40 …"BriefDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a t…
41 …"PublicDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a …
48 …"PublicDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a …
55 …"PublicDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a …
62 …"PublicDescription": "Cycles where a dispatch group is valid but does not get dispatched due to a …
/Linux-v5.4/include/trace/events/
Dgpio.h34 TP_PROTO(unsigned gpio, int get, int value),
36 TP_ARGS(gpio, get, value),
40 __field(int, get)
46 __entry->get = get;
51 __entry->get ? "get" : "set", __entry->value)
/Linux-v5.4/net/netfilter/
Dnf_sockopt.c63 int val, int get) in nf_sockopt_find() argument
73 if (get) { in nf_sockopt_find()
92 /* Call get/setsockopt() */
94 char __user *opt, int *len, int get) in nf_sockopt() argument
99 ops = nf_sockopt_find(sk, pf, val, get); in nf_sockopt()
103 if (get) in nf_sockopt()
104 ret = ops->get(sk, val, opt, len); in nf_sockopt()
128 char __user *opt, int *len, int get) in compat_nf_sockopt() argument
133 ops = nf_sockopt_find(sk, pf, val, get); in compat_nf_sockopt()
137 if (get) { in compat_nf_sockopt()
[all …]
/Linux-v5.4/arch/mips/include/uapi/asm/
Dioctls.h33 #define TIOCMGET 0x741d /* get all modem bits */
47 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
58 #define TIOCGLTC 0x7474 /* get special local chars */
61 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */
74 /* #define TIOCGETD _IOR('t', 26, int) get line discipline */
87 #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
89 #define TIOCGDEV _IOR('T', 0x32, unsigned int) /* Get primary device node of /dev/console */
92 #define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */
93 #define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */
94 #define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */
[all …]
/Linux-v5.4/drivers/iio/temperature/
DKconfig13 If you say yes here you get support for the Maxim series of
41 If you say yes here you get support for the Melexis
52 If you say yes here you get support for the Melexis
63 If you say yes here you get support for the Texas Instruments
73 If you say yes here you get support for the Texas Instruments
84 If you say yes here you get support for the Measurement Specialties
95 If you say yes here you get support for the Measurement Specialties
105 If you say yes here you get support for MAX31856
/Linux-v5.4/tools/include/uapi/linux/
Dprctl.h12 /* Get/set current->mm->dumpable */
16 /* Get/set unaligned access control bits (if meaningful) */
22 /* Get/set whether or not to drop capabilities on setuid() away from
27 /* Get/set floating-point emulation control bits (if meaningful) */
33 /* Get/set floating-point exception mode (if meaningful) */
47 /* Get/set whether we use statistical process timing or accurate timestamp
57 #define PR_GET_NAME 16 /* Get process name */
59 /* Get/set process endian */
66 /* Get/set process seccomp mode */
70 /* Get/set the capability bounding set (as per security/commoncap.c) */
[all …]
/Linux-v5.4/tools/perf/util/
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) */
44 /* Get callsite line number of inline-function instance */
47 /* Get callsite file name of inlined function instance */
50 /* Get type die */
53 /* Get a type die, but skip qualifiers and typedef */
59 /* Get data_member_location offset */
113 /* Get the name of given variable DIE */
116 /* Get the name and type of given variable DIE, stored as "type\tname" */
/Linux-v5.4/tools/testing/selftests/net/
Dipv6_flowlabel_mgr.c79 explain("cannot get non-existent label"); in run_tests()
91 explain("can get the label (without FL_F_CREATE)"); in run_tests()
93 explain("can get it again with create flag set, too"); in run_tests()
95 explain("cannot get it again with the exclusive (FL_FL_EXCL) flag"); in run_tests()
106 explain("cannot get it again in non-exclusive mode"); in run_tests()
108 explain("cannot get it again in exclusive mode either"); in run_tests()
124 explain("cannot get it again in non-exclusive mode"); in run_tests()
126 explain("cannot get it again in exclusive mode"); in run_tests()
128 explain("can get it again in user mode"); in run_tests()
130 explain("child process can get it too, but not after setuid(nobody)"); in run_tests()
[all …]
/Linux-v5.4/arch/parisc/include/asm/
Dpdcpat.h92 #define PDC_PAT_EVENT_GET_CAPS 0L /* Get Capabilities */
96 #define PDC_PAT_EVENT_GET_NB_CALL 4L /* Get Non-Blocking call Args */
116 #define PDC_PAT_IO_GET_SLOT_STATUS 5L /* Get Slot Status Info*/
117 #define PDC_PAT_IO_GET_LOC_FROM_HARDWARE 6L /* Get Physical Location from */
119 #define PDC_PAT_IO_GET_HARDWARE_FROM_LOC 7L /* Get Hardware Path from
121 #define PDC_PAT_IO_GET_PCI_CONFIG_FROM_HW 11L /* Get PCI Configuration
123 #define PDC_PAT_IO_GET_HW_FROM_PCI_CONFIG 12L /* Get Hardware Path
127 #define PDC_PAT_IO_GET_PCI_ROUTING_TABLE_SIZE 15L /* Get PCI INT Routing Table
129 #define PDC_PAT_IO_GET_PCI_ROUTING_TABLE 16L /* Get PCI INT Routing Table */
130 #define PDC_PAT_IO_GET_HINT_TABLE_SIZE 17L /* Get Hint Table Size */
[all …]
/Linux-v5.4/tools/testing/selftests/tc-testing/tc-tests/filters/
Dfw.json17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65535 protocol all fw",
39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 65536 protocol all fw",
166 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw",
188 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw",
209 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw",
231 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw",
252 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw",
274 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw",
295 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 protocol all prio 1 fw",
317 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol all fw",
[all …]
/Linux-v5.4/Documentation/media/uapi/dvb/
Dvideo_function_calls.rst28 video-get-status
29 video-get-frame-count
30 video-get-pts
31 video-get-event
34 video-get-size
39 video-get-capabilities

12345678910>>...271