| /linux/drivers/media/pci/pt3/ |
| H A D | pt3_i2c.c | 45 static void cmdbuf_add(struct pt3_i2cbuf *cbuf, enum ctl_cmd cmd) in cmdbuf_add() 60 static void put_end(struct pt3_i2cbuf *cbuf) in put_end() 67 static void put_start(struct pt3_i2cbuf *cbuf) in put_start() 75 static void put_byte_write(struct pt3_i2cbuf *cbuf, u8 val) in put_byte_write() 84 static void put_byte_read(struct pt3_i2cbuf *cbuf, u32 size) in put_byte_read() 95 static void put_stop(struct pt3_i2cbuf *cbuf) in put_stop() 104 static void translate(struct pt3_i2cbuf *cbuf, struct i2c_msg *msgs, int num) in translate() 195 struct pt3_i2cbuf *cbuf; in pt3_i2c_master_xfer() local
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | osdep_service.c | 162 inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) in rtw_cbuf_full() 173 inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) in rtw_cbuf_empty() 186 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) in rtw_cbuf_push() 204 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) in rtw_cbuf_pop() 224 struct rtw_cbuf *cbuf; in rtw_cbuf_alloc() local
|
| /linux/tools/testing/selftests/net/ |
| H A D | cmsg_sender.c | 238 ca_write_cmsg_u32(char *cbuf, size_t cbuf_sz, size_t *cmsg_len, in ca_write_cmsg_u32() argument 258 cs_write_cmsg(int fd, struct msghdr *msg, char *cbuf, size_t cbuf_sz) in cs_write_cmsg() argument 346 cs_read_cmsg(int fd,struct msghdr * msg,char * cbuf,size_t cbuf_sz) cs_read_cmsg() argument 476 char cbuf[1024]; main() local [all...] |
| H A D | so_rcv_listener.c | 73 char cbuf[CMSG_SPACE(sizeof(__u32))]; in main() local
|
| H A D | tls.c | 160 char cbuf[CMSG_SPACE(sizeof(char))]; in tls_send_cmsg() local 188 char cbuf[CMSG_SPACE(sizeof(char))]; in __tls_recv_cmsg() local
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_debugfs.c | 104 char *cbuf; in qedf_dbg_fp_int_cmd_read() local 150 char cbuf[32]; in qedf_dbg_debug_cmd_read() local 196 char cbuf[7]; in qedf_dbg_stop_io_on_error_cmd_read() local
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | crypto_sanity.c | 53 char cbuf[CMSG_SPACE(4)] = {0}; in do_crypt_afalg() local
|
| /linux/drivers/nvme/target/ |
| H A D | tcp.c | 1110 struct msghdr *msg, char *cbuf) in nvmet_tcp_tls_record_ok() 1149 char cbuf[CMSG_LEN(sizeof(char))] = {}; in nvmet_tcp_try_recv_pdu() local 1254 char cbuf[CMSG_LEN(sizeof(char))] = {}; in nvmet_tcp_try_recv_ddgst() local 1721 char cbuf[CMSG_LEN(sizeof(char))] = {}; in nvmet_tcp_try_peek_pdu() local
|
| /linux/net/atm/ |
| H A D | ioctl.c | 174 compat_uptr_t cbuf; in do_vcc_ioctl() local
|
| /linux/drivers/hid/ |
| H A D | hid-lg.c | 800 static const unsigned char cbuf[] = { in lg_probe() local
|
| H A D | hid-roccat.c | 55 struct roccat_report cbuf[ROCCAT_CBUF_SIZE]; member
|
| /linux/fs/btrfs/ |
| H A D | lzo.c | 64 void *cbuf; /* where compressed data goes */ member
|
| /linux/sound/parisc/ |
| H A D | harmony.h | 36 struct harmony_buffer cbuf; member
|
| /linux/drivers/platform/x86/ |
| H A D | intel_scu_ipc.c | 286 u8 cbuf[IPC_WWBUF_SIZE]; in pwr_reg_rdwr() local
|
| /linux/arch/s390/include/asm/ |
| H A D | cpacf.h | 632 u8 *cbuf, unsigned long cbuf_len) in cpacf_trng()
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110_hw.c | 733 u16 cbuf[5] = { (COMTYPE_OSD << 8) + DText, 3, win, x, y }; in WriteText() local
|
| /linux/sound/core/ |
| H A D | compress_offload.c | 327 char __user* cbuf = (char __user*)buf; snd_compr_write() local
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.c | 905 u8 *cbuf; in ixgbe_discover_dev_caps() local 944 u8 *cbuf; in ixgbe_discover_func_caps() local
|
| /linux/drivers/media/pci/ddbridge/ |
| H A D | ddbridge.h | 150 u32 cbuf; member
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.c | 3151 void *cbuf; in ice_discover_dev_caps() local 3185 void *cbuf; in ice_discover_func_caps() local
|
| /linux/drivers/spi/ |
| H A D | spi-bcm-qspi.c | 394 u8 *cbuf = (u8 *)&buf[qspi->bspi_rf_op_idx]; in bcm_qspi_bspi_lr_data_read() local
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 4283 lpfc_io_buf_flush(struct lpfc_hba *phba, struct list_head *cbuf) in lpfc_io_buf_flush() 4345 lpfc_io_buf_replenish(struct lpfc_hba *phba, struct list_head *cbuf) in lpfc_io_buf_replenish()
|
| /linux/drivers/nvme/host/ |
| H A D | tcp.c | 1462 char cbuf[CMSG_LEN(sizeof(char))] = {}; in nvme_tcp_init_connection() local
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 2499 const uint8_t *cbuf = buf; in is_filled() local
|
| /linux/fs/ubifs/ |
| H A D | ubifs.h | 1323 void *cbuf; member
|