/kernel/linux/linux-5.10/drivers/staging/rts5208/ |
H A D | rtsx.c | 79 * mask. Guaranteeing proper alignment of the first buffer will in slave_configure() 111 /* we use this macro to help us write into the buffer */ 115 if (pos < buffer + length) \ 867 dev_err(&pci->dev, "alloc dma buffer fail\n"); in rtsx_probe()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | gadget.h | 1001 * @buffer: pointer to buffer data 1008 __le32 buffer; member 1081 /* Data buffer pointer bitmasks*/ 1119 * buffer. It can happen only if function driver doesn't send usb_request 1199 * struct cdns3_aligned_buf - represent aligned buffer used for DMA transfer 1200 * @buf: aligned to 8 bytes data buffer. Buffer address used in 1203 * @size: size of buffer 1204 * @in_use: inform if this buffer is associated with usb_request 1223 * @aligned_buf: object holds information about aligned buffer associate [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 501 if (copy_to_user(mr->buffer, buf, r)) in omapfb_memory_read()
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | rds.h | 786 u64 *buffer,
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | soundcard.h | 616 unsigned *buffer; member 653 * playback buffer whenever an underrun occurs. This consumes some time 654 * prevents looping the existing buffer. 656 * are likely to run out of time occasionally. In this mode the buffer cleanup is 657 * disabled which saves CPU time but also let's the previous buffer content to 1074 * SEQ_DEFINEBUF (2048); -- Defines a buffer for 2048 bytes 1098 * using fixed buffer. 1103 * #define _seqbuf name of the buffer (unsigned char[])
|
/kernel/linux/linux-5.10/fs/orangefs/ |
H A D | orangefs-sysfs.c | 59 * is an indexed buffer in the shared 89 * Readahead cache buffer count. 95 * Readahead cache buffer size. 101 * Readahead cache buffer count and size. 514 new_op->downcall.resp.perf_count.buffer); in sysfs_service_op_show()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_mst_types.c | 62 payload.data = msg->buffer; in dm_dp_aux_transfer()
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvcvideo.h | 183 /* Maximum status buffer size in bytes of interrupt URB. */ 425 /* Asynchronous buffer handling. */ 524 * @buffer: memory storage for the URB 534 char *buffer; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | atp.c | 76 controller core. It probably has a 16K or 64K internal packet buffer, of 78 The controller maintains the queue of received packet and the packet buffer 204 static void read_block(long ioaddr, int length, unsigned char *buffer, int data_mode); 783 /* Malloc up new buffer. The "-4" omits the FCS (CRC). */ in net_rx()
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | orangefs-sysfs.c | 59 * is an indexed buffer in the shared 89 * Readahead cache buffer count. 95 * Readahead cache buffer size. 101 * Readahead cache buffer count and size. 514 new_op->downcall.resp.perf_count.buffer); in sysfs_service_op_show()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.h | 504 * @rx_buff_size: Rx buffer sizes. 505 * @tx_buff_size: Tx buffer sizes. 855 * @buffer: 64-bit buffer address, or immediate data. 860 __le64 buffer; member 1025 /* The buffer pointer contains immediate data. */ 1149 /* TRB buffer pointers can't cross 64KB boundaries. */ 1161 * @bounce_dma: Bounce buffer DMA address . 1162 * @bounce_buf: Bounce buffer virtual address. 1163 * bounce_offs: Bounce buffer offse [all...] |
H A D | cdns3-gadget.h | 1002 * @buffer: pointer to buffer data 1009 __le32 buffer; member 1082 /* Data buffer pointer bitmasks*/ 1120 * buffer. It can happen only if function driver doesn't send usb_request 1200 * struct cdns3_aligned_buf - represent aligned buffer used for DMA transfer 1201 * @buf: aligned to 8 bytes data buffer. Buffer address used in 1204 * @size: size of buffer 1205 * @in_use: inform if this buffer is associated with usb_request 1225 * @aligned_buf: object holds information about aligned buffer associate [all...] |
/kernel/linux/linux-6.6/drivers/staging/rts5208/ |
H A D | rtsx.c | 79 * mask. Guaranteeing proper alignment of the first buffer will in slave_configure() 111 /* we use this macro to help us write into the buffer */ 115 if (pos < buffer + length) \ 854 dev_err(&pci->dev, "alloc dma buffer fail\n"); in rtsx_probe()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-ioctl.c | 501 if (copy_to_user(mr->buffer, buf, r)) in omapfb_memory_read()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | soundcard.h | 616 unsigned *buffer; member 653 * playback buffer whenever an underrun occurs. This consumes some time 654 * prevents looping the existing buffer. 656 * are likely to run out of time occasionally. In this mode the buffer cleanup is 657 * disabled which saves CPU time but also let's the previous buffer content to 1074 * SEQ_DEFINEBUF (2048); -- Defines a buffer for 2048 bytes 1098 * using fixed buffer. 1103 * #define _seqbuf name of the buffer (unsigned char[])
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | hw.h | 401 const void *buffer,
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | trx.c | 352 u8 *buffer, in _rtl92de_process_phyinfo() 351 _rtl92de_process_phyinfo(struct ieee80211_hw *hw, u8 *buffer, struct rtl_stats *pcurrent_stats) _rtl92de_process_phyinfo() argument
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | setup.c | 56 * buffer pages. 747 set_xen_guest_handle(memmap.buffer, xen_e820_table.entries); in xen_memory_setup()
|
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | zpa2326.c | 63 #include <linux/iio/buffer.h> 573 * zpa2326_fill_sample_buffer() - Enqueue new channel samples to IIO buffer. 617 zpa2326_dbg(indio_dev, "filling raw samples buffer"); in zpa2326_fill_sample_buffer() 773 * fill IIO buffer. 795 * Are we using our own internal trigger in triggered buffer mode, i.e., in zpa2326_handle_threaded_irq() 845 * Wake up direct or externaly triggered buffer mode waiters: see in zpa2326_handle_threaded_irq() 1146 * Fetched data will pushed unprocessed to IIO buffer since samples conversion 1161 * We have been dispatched, meaning we are in triggered buffer mode. in zpa2326_trigger_handler() 1187 /* Enqueue to IIO buffer / userspace. */ in zpa2326_trigger_handler()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ad7793.c | 22 #include <linux/iio/buffer.h>
|
H A D | ad799x.c | 37 #include <linux/iio/buffer.h>
|
H A D | ti-tsc2046.c | 17 #include <linux/iio/buffer.h> 97 * buffer. 102 * buffer 107 /* Layout of atomic buffers within big buffer */ 109 /* Group offset within the SPI RX buffer */ 163 * Lock to protect the layout and the SPI transfer buffer. 165 * in this case the l[] and tx/rx buffer will be out of sync to each 430 dev_err_ratelimited(dev, "Failed to push scan buffer %pe\n", in tsc2046_adc_scan() 681 * Calculate and allocate maximal size buffer if all channels are in tsc2046_adc_setup_spi_msg() 690 "Calculated scan buffer i in tsc2046_adc_setup_spi_msg() [all...] |
H A D | ina2xx-adc.c | 26 #include <linux/iio/buffer.h> 150 /* data buffer needs space for channel data and timestamp */ 726 * GPIO a triggered buffer could be used instead. in ina2xx_conversion_ready() 840 dev_dbg(&indio_dev->dev, "Enabling buffer w/ scan_mask %02x, freq = %d, avg =%u\n", in ina2xx_buffer_enable()
|
H A D | ingenic-adc.c | 11 #include <linux/iio/buffer.h> 219 * avoid races with the buffer enable/disable functions. in ingenic_adc_capture()
|
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | bma180.c | 26 #include <linux/iio/buffer.h> 1019 dev_err(dev, "unable to setup iio triggered buffer\n"); in bma180_probe()
|