Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 1837) sorted by relevance

12345678910>>...74

/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c104 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()
137 if (get == -EINVAL) in nv50_dma_wait()
140 return get; in nv50_dma_wait()
143 if (get <= chan->dma.cur) { in nv50_dma_wait()
150 get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait()
[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()
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()
144 if (ret || get.gpio != 0) { in rpi_exp_gpio_get_direction()
[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
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
107 ldr r3, omap242x_sdi_timer_32ksynct_cr @ get addr of counter
[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
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
107 ldr r3, omap243x_sdi_timer_32ksynct_cr @ get addr of counter
[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 …]
H A Dbridge_locked_port.sh192 bridge fdb get `mac_get $h1` br br0 vlan 1 &> /dev/null
200 bridge fdb get `mac_get $h1` br br0 vlan 1 | grep "dev $swp1" | grep -q "locked"
208 bridge fdb get `mac_get $h1` br br0 vlan 1 | grep "dev $swp1" | grep -q "locked"
229 bridge fdb get $mac br br0 vlan 1 | grep "dev $swp1" | grep -q "locked"
233 bridge fdb get $mac br br0 vlan 1 | grep -q "dev $swp2"
236 bridge fdb get $mac br br0 vlan 1 | grep -q "locked"
240 bridge fdb get $mac br br0 vlan 1 | grep -q "dev $swp1"
289 bridge fdb get $locked_mac1 br br0 vlan 1 | grep "dev $swp1" | \
294 bridge fdb get $locked_mac2 br br0 vlan 1 | grep "dev $swp2" | \
302 bridge fdb get $unlocked_mac1 br br0 vlan 1 &> /dev/null
[all …]
/linux/rust/kernel/net/
H A Dphy.rs96 let phydev = self.0.get(); in phy_id()
104 let phydev = self.0.get(); in state()
132 let bit_field = unsafe { &(*self.0.get())._bitfield_1 }; in is_link_up()
133 bit_field.get(14, 1) == LINK_IS_UP in is_link_up()
144 let bit_field = unsafe { &(*self.0.get())._bitfield_1 }; in is_autoneg_enabled()
145 bit_field.get(13, 1) == bindings::AUTONEG_ENABLE as u64 in is_autoneg_enabled()
157 let bit_field = unsafe { &(*self.0.get())._bitfield_1 }; in is_autoneg_completed()
158 bit_field.get(15, 1) == AUTONEG_COMPLETED in is_autoneg_completed()
163 let phydev = self.0.get(); in set_speed()
171 let phydev = self.0.get(); in set_duplex()
[all …]
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_sysfs_rl.c104 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()
217 u64 get; in cir_show() local
219 ret = get_param_u(dev, CIR, &get); in cir_show()
[all …]
/linux/include/trace/events/
H A 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/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/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/s390/char/
H A Dtape_char.c396 struct mtget get; in __tapechar_ioctl() local
398 memset(&get, 0, sizeof(get)); in __tapechar_ioctl()
399 get.mt_type = MT_ISUNKNOWN; in __tapechar_ioctl()
400 get.mt_resid = 0 /* device->devstat.rescnt */; in __tapechar_ioctl()
401 get.mt_dsreg = in __tapechar_ioctl()
405 get.mt_gstat = 0; in __tapechar_ioctl()
406 get.mt_erreg = 0; in __tapechar_ioctl()
407 get.mt_fileno = 0; in __tapechar_ioctl()
408 get.mt_gstat = device->tape_generic_status; in __tapechar_ioctl()
417 get.mt_gstat |= GMT_BOT(~0); in __tapechar_ioctl()
[all …]
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-func.rst14 lirc-get-features
15 lirc-get-send-mode
16 lirc-get-rec-mode
17 lirc-get-rec-resolution
19 lirc-get-timeout
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dgv100.c37 u32 get = nvkm_rd32(device, buffer->get); in gv100_fault_buffer_process() local
39 if (put == get) in gv100_fault_buffer_process()
43 while (get != put) { in gv100_fault_buffer_process()
44 const u32 base = get * buffer->fault->func->buffer.entry_size; in gv100_fault_buffer_process()
55 if (++get == buffer->entries) in gv100_fault_buffer_process()
56 get = 0; in gv100_fault_buffer_process()
57 nvkm_wr32(device, buffer->get, get); in gv100_fault_buffer_process()
115 buffer->get = 0x100e2c + foff; in gv100_fault_buffer_info()
/linux/sound/pci/ice1712/
H A Daureon.c1397 .get = wm_master_mute_get,
1406 .get = wm_master_vol_get,
1414 .get = wm_mute_get,
1424 .get = wm_vol_get,
1433 .get = wm_mute_get,
1443 .get = wm_vol_get,
1452 .get = wm_mute_get,
1462 .get = wm_vol_get,
1471 .get = wm_mute_get,
1481 .get = wm_vol_get,
[all …]
/linux/tools/testing/selftests/net/
H A Darp_ndisc_evict_nocarrier.sh48 ip netns exec ${me} ip -6 neigh get $V6_ADDR1 dev veth1 >/dev/null 2>&1
75 ip neigh get $V4_ADDR1 dev veth0 >/dev/null 2>&1
101 ip neigh get $V4_ADDR1 dev veth0 >/dev/null 2>&1
119 ip neigh get $V4_ADDR1 dev veth0 >/dev/null 2>&1
136 ip neigh get $V4_ADDR1 dev veth0 >/dev/null 2>&1
152 ip netns exec ${me} ip -6 neigh get $V6_ADDR1 dev veth1 >/dev/null 2>&1
169 ip netns exec ${me} ip -6 neigh get $V6_ADDR1 dev veth1 >/dev/null 2>&1
186 ip netns exec ${me} ip -6 neigh get $V6_ADDR1 dev veth1 >/dev/null 2>&1
/linux/Documentation/userspace-api/media/dvb/
H A Dca_function_calls.rst15 ca-get-cap
16 ca-get-slot-info
17 ca-get-descr-info
18 ca-get-msg
/linux/Documentation/sphinx/
H A Dkerneldoc.py75 tab_width = self.options.get('tab-width', self.state.document.settings.tab_width)
79 self.options['identifiers'] = self.options.get('functions')
84 export_file_patterns = str(self.options.get('export')).split()
87 export_file_patterns = str(self.options.get('internal')).split()
89 cmd += ['-function', str(self.options.get('doc'))]
91 identifiers = self.options.get('identifiers').split()
99 no_identifiers = self.options.get('no-identifiers').split()
H A Dkernel_include.py100 encoding = self.options.get(
103 tab_width = self.options.get(
118 startline = self.options.get('start-line', None)
119 endline = self.options.get('end-line', None)
131 after_text = self.options.get('start-after', None)
139 before_text = self.options.get('end-before', None)
157 classes=self.options.get('class', []))
/linux/sound/soc/codecs/
H A Dpcm6240.c735 .get = pcmdevice_get_volsw,
743 .get = pcmdevice_get_volsw,
754 .get = pcmdevice_get_volsw,
762 .get = pcmdevice_get_volsw,
773 .get = pcmdevice_get_volsw,
781 .get = pcmdevice_get_volsw,
801 .get = pcm1690_get_volsw,
809 .get = pcm1690_get_finevolsw,
820 .get = pcmdevice_get_volsw,
828 .get
[all...]
/linux/tools/perf/scripts/python/
H A Dflamegraph.py97 pid = event.get("sample", {}).get("pid", 0)
110 name = entry.get("sym", {}).get("name", "[unknown]")
111 libtype = self.get_libtype_from_dso(entry.get("dso"))
114 name = event.get("symbol", "[unknown]")
115 libtype = self.get_libtype_from_dso(event.get("dso"))
/linux/arch/arm/kernel/
H A Diwmmxt.S82 ldr r1, [r3] @ get current Concan owner
85 add r0, r10, #TI_IWMMXT_STATE @ get task Concan save area
196 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area
197 ldr r1, [r3] @ get current Concan owner
243 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area
244 ldr r3, [r3] @ get current Concan owner
281 add r2, r0, #TI_IWMMXT_STATE @ get task Concan save area
282 ldr r3, [r3] @ get current Concan owner
318 add r3, r0, #TI_IWMMXT_STATE @ get next task Concan save area
319 ldr r2, [r2] @ get current Concan owner
[all …]
/linux/sound/pci/oxygen/
H A Doxygen_mixer.c733 .get = ac97_switch_get, \
744 .get = ac97_volume_get, \
760 .get = dac_volume_get,
767 .get = dac_mute_get,
774 .get = upmix_get,
784 .get = spdif_switch_get,
792 .get = spdif_default_get,
801 .get = spdif_mask_get,
810 .get = spdif_pcm_get,
822 .get = spdif_input_mask_get,
[all …]
/linux/drivers/pcmcia/
H A Dpcmcia_cis.c353 struct pcmcia_loop_get *get = priv; in pcmcia_do_get_tuple() local
355 *get->buf = kzalloc(tuple->TupleDataLen, GFP_KERNEL); in pcmcia_do_get_tuple()
356 if (*get->buf) { in pcmcia_do_get_tuple()
357 get->len = tuple->TupleDataLen; in pcmcia_do_get_tuple()
358 memcpy(*get->buf, tuple->TupleData, tuple->TupleDataLen); in pcmcia_do_get_tuple()
377 struct pcmcia_loop_get get = { in pcmcia_get_tuple() local
382 *get.buf = NULL; in pcmcia_get_tuple()
383 pcmcia_loop_tuple(p_dev, code, pcmcia_do_get_tuple, &get); in pcmcia_get_tuple()
385 return get.len; in pcmcia_get_tuple()

12345678910>>...74