/Linux-v6.6/drivers/gpu/drm/nouveau/ |
D | nouveau_dma.c | 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() 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-v6.6/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() 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-v6.6/arch/arm/mach-omap2/ |
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 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 …]
|
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 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 …]
|
/Linux-v6.6/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) 166 self.is_multi = yaml.get('multi-attr', False) 167 self.struct_name = yaml.get('struct') 168 self.sub_type = yaml.get('sub-type') 169 self.byte_order = yaml.get('byte-order') 170 self.len = yaml.get('len') 171 self.display_hint = yaml.get('display-hint') [all …]
|
/Linux-v6.6/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-v6.6/include/trace/events/ |
D | gpio.h | 34 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-v6.6/drivers/staging/media/av7110/ |
D | video_function_calls.rst | 21 video-get-status 22 video-get-frame-count 23 video-get-pts 24 video-get-event 27 video-get-size 32 video-get-capabilities
|
/Linux-v6.6/Documentation/userspace-api/media/rc/ |
D | lirc-func.rst | 14 lirc-get-features 15 lirc-get-send-mode 16 lirc-get-rec-mode 17 lirc-get-rec-resolution 19 lirc-get-timeout
|
/Linux-v6.6/tools/testing/selftests/net/ |
D | fib_tests.sh | 109 $IP route get fibmatch 198.51.100.2 &> /dev/null 111 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null 119 $IP route get fibmatch 198.51.100.2 &> /dev/null 121 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null 150 $IP route get fibmatch 203.0.113.1 &> /dev/null 152 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 160 $IP route get fibmatch 203.0.113.1 &> /dev/null 163 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 172 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 192 $IP route get fibmatch 198.51.100.2 &> /dev/null [all …]
|
D | arp_ndisc_evict_nocarrier.sh | 61 ip netns exec me ip -6 neigh get $V6_ADDR1 dev veth1 >/dev/null 2>&1 88 ip neigh get $V4_ADDR1 dev veth0 >/dev/null 2>&1 115 ip neigh get $V4_ADDR1 dev veth0 >/dev/null 2>&1 133 ip neigh get $V4_ADDR1 dev veth0 >/dev/null 2>&1 150 ip neigh get $V4_ADDR1 dev veth0 >/dev/null 2>&1 166 ip netns exec me ip -6 neigh get $V6_ADDR1 dev veth1 >/dev/null 2>&1 183 ip netns exec me ip -6 neigh get $V6_ADDR1 dev veth1 >/dev/null 2>&1 200 ip netns exec me ip -6 neigh get $V6_ADDR1 dev veth1 >/dev/null 2>&1
|
/Linux-v6.6/rust/kernel/sync/ |
D | condvar.rs | 110 unsafe { bindings::init_wait(wait.get()) }; in wait_internal() 114 bindings::prepare_to_wait_exclusive(self.wait_list.get(), wait.get(), wait_state as _) in wait_internal() 121 unsafe { bindings::finish_wait(self.wait_list.get(), wait.get()) }; in wait_internal() 151 self.wait_list.get(), in notify()
|
D | lock.rs | 121 let state = unsafe { B::lock(self.state.get()) }; in lock() 145 unsafe { B::unlock(self.lock.state.get(), &self.state) }; in do_unlocked() 149 ScopeGuard::new(|| unsafe { B::relock(self.lock.state.get(), &mut self.state) }); in do_unlocked() 160 unsafe { &*self.lock.data.get() } in deref() 167 unsafe { &mut *self.lock.data.get() } in deref_mut() 174 unsafe { B::unlock(self.lock.state.get(), &self.state) }; in drop()
|
/Linux-v6.6/drivers/s390/char/ |
D | tape_char.c | 397 struct mtget get; in __tapechar_ioctl() local 399 memset(&get, 0, sizeof(get)); in __tapechar_ioctl() 400 get.mt_type = MT_ISUNKNOWN; in __tapechar_ioctl() 401 get.mt_resid = 0 /* device->devstat.rescnt */; in __tapechar_ioctl() 402 get.mt_dsreg = in __tapechar_ioctl() 406 get.mt_gstat = 0; in __tapechar_ioctl() 407 get.mt_erreg = 0; in __tapechar_ioctl() 408 get.mt_fileno = 0; in __tapechar_ioctl() 409 get.mt_gstat = device->tape_generic_status; in __tapechar_ioctl() 418 get.mt_gstat |= GMT_BOT(~0); in __tapechar_ioctl() [all …]
|
/Linux-v6.6/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-v6.6/rust/kernel/ |
D | task.rs | 120 let ptr = unsafe { *ptr::addr_of!((*self.0.get()).group_leader) }; in group_leader() 132 unsafe { *ptr::addr_of!((*self.0.get()).pid) } in pid() 138 unsafe { bindings::signal_pending(self.0.get()) != 0 } in signal_pending() 146 unsafe { bindings::wake_up_process(self.0.get()) }; in wake_up() 154 unsafe { bindings::get_task_struct(self.0.get()) }; in inc_ref()
|
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
D | gv100.c | 37 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-v6.6/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-v6.6/Documentation/userspace-api/media/dvb/ |
D | ca_function_calls.rst | 15 ca-get-cap 16 ca-get-slot-info 17 ca-get-descr-info 18 ca-get-msg
|
/Linux-v6.6/tools/testing/selftests/drivers/net/dsa/ |
D | bridge_locked_port.sh | 192 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-v6.6/tools/testing/selftests/net/forwarding/ |
D | bridge_locked_port.sh | 192 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-v6.6/sound/pci/ice1712/ |
D | aureon.c | 1397 .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-v6.6/Documentation/sphinx/ |
D | kerneldoc.py | 75 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()
|
/Linux-v6.6/tools/net/ynl/ |
D | ethtool.py | 54 value = reply.get(field, None) 118 value = bit.get('value', False) 344 ports = [ p for p in supported_ports if ours.get(p, False)] 353 fec = [ p for p in supported_fec if ours.get(p, False)] 369 duplex = duplex_modes.get(linkmodes["duplex"], None) 375 if linkmodes.get("autoneg", 0) != 0: 403 mdix = mdix_ctrl.get(linkinfo['tp-mdix-ctrl'], None) 407 mdix = mdix_ctrl.get(linkinfo['tp-mdix'], 'Unknown (auto)') 411 msgmask = bits_to_dict(debug.get("msgmask", [])).keys() 420 detected = detected_states.get(linkstate['link'], 'unknown')
|
/Linux-v6.6/tools/perf/pmu-events/ |
D | jevents.py | 303 self.compat = jd.get('Compat') 304 self.desc = fixdesc(jd.get('BriefDescription')) 305 self.long_desc = fixdesc(jd.get('PublicDescription')) 306 precise = jd.get('PEBS') 307 msr = lookup_msr(jd.get('MSRIndex')) 308 msrval = jd.get('MSRValue') 316 self.pmu = unit_to_pmu(jd.get('Unit')) 317 filter = jd.get('Filter') 318 self.unit = jd.get('ScaleUnit') 319 self.perpkg = jd.get('PerPkg') [all …]
|