Home
last modified time | relevance | path

Searched refs:consumed (Results 101 – 125 of 199) sorted by relevance

12345678

/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Darasan,sdhci.yaml141 consumed by our PHY.
/openbmc/linux/lib/crypto/mpi/
H A Dmpicoder.c473 miter.consumed = lzeros; in mpi_read_raw_from_sgl()
/openbmc/linux/Documentation/userspace-api/
H A Diommu.rst179 is consumed based on flags. Vendor driver has access to
/openbmc/linux/drivers/mmc/host/
H A Dtoshsd.c196 sg_miter->consumed = count; in toshsd_thread_irq()
H A Ddw_mmc.c2624 sg_miter->consumed = offset; in dw_mci_read_data_pio()
2634 sg_miter->consumed = 0; in dw_mci_read_data_pio()
2680 sg_miter->consumed = offset; in dw_mci_write_data_pio()
2688 sg_miter->consumed = 0; in dw_mci_write_data_pio()
/openbmc/linux/drivers/target/
H A Dtarget_core_rd.c482 m.consumed = len; in rd_execute_rw()
H A Dtarget_core_iblock.c716 miter->consumed -= miter->length - len; in iblock_alloc_bip()
/openbmc/linux/Documentation/fb/
H A Dudlfb.rst52 * Fbcon assumes the first framebuffer it finds should be consumed for console.
/openbmc/linux/Documentation/power/regulator/
H A Dconsumer.rst155 datasheets have tables showing the maximum current consumed in certain
/openbmc/linux/drivers/ata/
H A Dlibata-sff.c738 unsigned int offset, count, consumed; in __atapi_pio_bytes() local
766 consumed = ap->ops->sff_data_xfer(qc, buf + offset, count, rw); in __atapi_pio_bytes()
769 bytes -= min(bytes, consumed); in __atapi_pio_bytes()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_host.c829 qh->sg_miter.consumed = load_count; in musb_ep_program()
1449 qh->sg_miter.consumed = length; in musb_host_tx()
1963 qh->sg_miter.consumed = received_len; in musb_host_rx()
/openbmc/linux/Documentation/networking/
H A Dstrparser.rst217 The stream parser provide mechanisms to limit the resources consumed by
H A Drxrpc.rst290 EINTR/ERESTARTSYS if nothing was consumed or returning the amount of data
291 consumed.
313 (3) If a data message is only partially consumed in filling a user buffer,
1123 received queue have been consumed before we generate a hard-ACK to tell
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf308 ; last request cpu - the %cpu the last request consumed
/openbmc/linux/Documentation/accel/qaic/
H A Dqaic.rst129 AIC100 supports multiple clients. Multiple DBCs can be consumed by a single
H A Daic100.rst246 latest item in the FIFO the device has consumed.
250 the latest item in the FIFO the host has consumed.
/openbmc/linux/tools/perf/util/
H A Dcs-etm.c749 size_t consumed; in cs_etm__dump_event() local
754 buffer->size - buffer_used, &consumed); in cs_etm__dump_event()
758 buffer_used += consumed; in cs_etm__dump_event()
/openbmc/linux/drivers/android/
H A Dbinder.c3816 binder_size_t *consumed) in binder_thread_write() argument
3821 void __user *ptr = buffer + *consumed; in binder_thread_write()
4255 *consumed = ptr - buffer; in binder_thread_write()
4389 binder_size_t *consumed, int non_block) in binder_thread_read() argument
4392 void __user *ptr = buffer + *consumed; in binder_thread_read()
4398 if (*consumed == 0) { in binder_thread_read()
4775 *consumed = ptr - buffer; in binder_thread_read()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst146 driver on a confirmation FQ, the skb can be correctly consumed.
/openbmc/linux/Documentation/process/
H A Dstable-kernel-rules.rst228 used for testing purposes (e.g. to be consumed by CI systems).
/openbmc/linux/Documentation/filesystems/
H A Dorangefs.rst401 deposits write data into the indexed partition, to be consumed
403 requests into the indexed partition, to be consumed directly
/openbmc/linux/Documentation/core-api/
H A Dwatch_queue.rst303 The notifications can then be consumed by something like the following::
/openbmc/linux/Documentation/devicetree/bindings/connector/
H A Dusb-connector.yaml226 still comply to pSnkStby i.e Maximum power that can be consumed by sink while in Sink Standby
/openbmc/linux/include/linux/
H A Dzstd_lib.h2282 unsigned long long consumed; /* nb input bytes actually compressed */ member
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c5999 bool consumed; in ath10k_wmi_10_1_op_rx() local
6009 consumed = ath10k_tm_event_wmi(ar, id, skb); in ath10k_wmi_10_1_op_rx()
6015 if (consumed && id != WMI_10X_READY_EVENTID) { in ath10k_wmi_10_1_op_rx()
6130 bool consumed; in ath10k_wmi_10_2_op_rx() local
6140 consumed = ath10k_tm_event_wmi(ar, id, skb); in ath10k_wmi_10_2_op_rx()
6146 if (consumed && id != WMI_10_2_READY_EVENTID) { in ath10k_wmi_10_2_op_rx()
6279 bool consumed; in ath10k_wmi_10_4_op_rx() local
6289 consumed = ath10k_tm_event_wmi(ar, id, skb); in ath10k_wmi_10_4_op_rx()
6295 if (consumed && id != WMI_10_4_READY_EVENTID) { in ath10k_wmi_10_4_op_rx()

12345678