| /linux/drivers/net/pse-pd/ |
| H A D | realtek-pse-mcu-uart.c | 39 size_t take; in rtpse_mcu_uart_receive() local 42 take = min(count, sizeof(ctx->rx_buf) - ctx->rx_len); in rtpse_mcu_uart_receive() 43 if (take) { in rtpse_mcu_uart_receive() 44 memcpy(ctx->rx_buf + ctx->rx_len, buf, take); in rtpse_mcu_uart_receive() 45 ctx->rx_len += take; in rtpse_mcu_uart_receive()
|
| /linux/rust/proc-macro2/ |
| H A D | rcvec.rs | 58 mem::take(owned) in make_owned() 111 pub(crate) fn take(self) -> RcVecBuilder<T> { in take() method 112 let vec = mem::take(self.inner); in take()
|
| /linux/drivers/android/binder/range_alloc/ |
| H A D | array.rs | 235 range.state = DescriptorState::Allocated(reservation.clone().allocate(data.take())); in reservation_commit() 251 let data = allocation.take(); in reserve_existing() 264 allocation.data.take(), in take_for_each()
|
| H A D | mod.rs | 72 fn take(&mut self) -> Option<T> { in take() method 73 self.data.take() in take() 156 let empty_array = match args.empty_array_alloc.take() { in reserve_new()
|
| H A D | tree.rs | 315 DescriptorState::Allocated(reservation.allocate(data.take())), in reservation_commit() 368 allocation.take(), in take_for_each() 419 let (new_state, result) = f(self.state.take()); in try_change_state()
|
| /linux/Documentation/driver-api/ |
| H A D | console.rst | 16 the system driver. However, modular drivers cannot take over the console 19 of driver occupying the consoles.) They can only take over the console that is 21 released by the console, the system driver will take over. 124 to the console's internal list. It won't take over the 125 console. do_take_over_console(), as it name implies, will also take over (or
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-toshiba_acpi | 17 a reboot for changes to take effect. 126 take effect. 175 take effect. 189 take effect. 202 take effect.
|
| H A D | sysfs-platform-intel-pmc | 11 to take effect.
|
| /linux/drivers/android/binder/ |
| H A D | process.rs | 15 use core::mem::take; 955 if let Some(death) = info.death().take() { in update_ref() 1290 let Some(death) = info.death().take() else { in clear_death() 1325 nodes: take(&mut inner.nodes), in lock_with_nodes() 1353 let binderfs_file = self.inner.lock().binderfs_file.take(); in deferred_release() 1359 let threads = take(&mut inner.threads); in deferred_release() 1360 let ready = take(&mut inner.ready_threads); in deferred_release() 1386 let death = if let Some(existing) = info.death().take() { in deferred_release() 1395 let freeze_listeners = take(&mut self.node_refs.lock().freeze_listeners); in deferred_release() 1404 let by_handle = take(&mut refs.by_handle); in deferred_release() [all …]
|
| H A D | allocation.rs | 132 .buffer_make_freeable(self.offset, self.allocation_info.take()); in keep_alive() 162 info.oneway_node.take() in take_oneway_node() 206 let files = core::mem::take(&mut file_list.files_to_translate); in translate_fds() 253 if let Some(mut info) = self.allocation_info.take() { in drop()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | do_func.S | 171 bra t_operr |take care of operands < -1 189 bne t_operr |take care of operands < 0 203 bra t_operr |take care of operands < 0 211 bne t_operr |take care of operands < 0 225 bra t_operr |take care of operands < 0 233 bne t_operr |take care of operands < 0 247 bra t_operr |take care of operands < 0
|
| /linux/drivers/staging/fbtft/ |
| H A D | TODO | 2 into the DRM subsystem under drivers/gpu/drm - fbdev doesn't take any new
|
| /linux/rust/kernel/ |
| H A D | types.rs | 242 self.0.take().unwrap().0 272 if let Some((data, cleanup)) = self.0.take() {
|
| /linux/drivers/soc/samsung/ |
| H A D | Kconfig | 62 Note, this can take several seconds depending on memory size 72 the CRC data block will take more memory, but will identify any
|
| /linux/tools/testing/selftests/firmware/ |
| H A D | settings | 5 # Additionally, fw_fallback may take 5 seconds for internal timeouts in each
|
| /linux/Documentation/networking/devlink/ |
| H A D | index.rst | 15 the devlink instance lock is already held. Drivers can take the instance 32 - Lock ordering should be maintained. If driver needs to take instance
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx93-phyboard-nash-jtag.dtso | 15 * device node (like gpio2), the pinmux configuration would not take effect.
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | hisilicon,hi655x-regulator.txt | 9 take the bindings of regulator.txt for reference.
|
| /linux/Documentation/tools/rtla/ |
| H A D | common_osnoise_description.txt | 5 The *osnoise*'s tracer threads take note of the delta between each time
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | Kconfig.profile | 32 userspace GGTT mmaps and force userspace to take a pagefault on 98 take a non-negligible time to setup, we do a short spin first to 117 that the reset itself may take longer and so be more disruptive to
|
| /linux/Documentation/tools/rv/ |
| H A D | rv-mon-wip.rst | 21 checks if the wakeup events always take place with preemption disabled.
|
| /linux/Documentation/admin-guide/media/ |
| H A D | cardlist.rst | 17 You may also take a look at
|
| /linux/drivers/zorro/ |
| H A D | Kconfig | 13 take up kernel memory. Anyway, if you are building an installation
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc8280xp-el2.dtso | 17 * however when we take ownership of it in EL2, we need to configure
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-image-source.rst | 56 fields to take into consideration asymmetric pixels. 57 This control does not take into consideration any possible hardware
|