/openbmc/linux/sound/soc/sh/ |
H A D | dma-sh7760.c | 123 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1; in camelot_pcm_open() local 157 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1; in camelot_pcm_close() local 179 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1; in camelot_hw_params() local 245 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1; in camelot_trigger() local 273 int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1; in camelot_pos() local
|
/openbmc/linux/net/rds/ |
H A D | ib_recv.c | 50 struct rds_ib_recv_work *recv; in rds_ib_recv_init_ring() local 225 struct rds_ib_recv_work *recv) in rds_ib_recv_clear_one() 309 struct rds_ib_recv_work *recv, gfp_t gfp) in rds_ib_recv_refill_one() 386 struct rds_ib_recv_work *recv; in rds_ib_recv_refill() local 850 struct rds_ib_recv_work *recv, u32 data_len, in rds_ib_process_recv() 989 struct rds_ib_recv_work *recv; in rds_ib_recv_cqe_handler() local
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | connection.py | 79 async def recv(self): member in StreamConnection 129 async def recv(self): member in WebsocketConnection
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_sockio.cpp | 40 int SockIO::recv(void* buf, size_t maxlen) in recv() function in net::SockIO
|
H A D | ncsi_sockio.cpp | 76 int SockIO::recv(void* buf, size_t maxlen) in recv() function in ncsi::SockIO
|
/openbmc/u-boot/include/ |
H A D | mailbox-uclass.h | 79 int (*recv)(struct mbox_chan *chan, void *data); member
|
/openbmc/libpldm/src/transport/ |
H A D | transport.h | 21 pldm_requester_rc_t (*recv)(struct pldm_transport *transport, member
|
/openbmc/linux/include/drm/ |
H A D | i915_gsc_proxy_mei_interface.h | 39 int (*recv)(struct device *dev, void *buf, size_t size); member
|
H A D | i915_pxp_tee_interface.h | 26 int (*recv)(struct device *dev, void *buffer, size_t size); member
|
/openbmc/u-boot/arch/arm/mach-bcm283x/ |
H A D | mbox.c | 13 int bcm2835_mbox_call_raw(u32 chan, u32 send, u32 *recv) in bcm2835_mbox_call_raw()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_i2c.c | 42 bool recv = !!(i2c->regs[I2C_CMD_REG] & I2C_CMD_READ_NOT_WRITE); in pnv_i2c_update_irq() local 169 int recv = !!(val & I2C_CMD_READ_NOT_WRITE); in pnv_i2c_handle_cmd() local
|
/openbmc/linux/drivers/bluetooth/ |
H A D | h4_recv.h | 17 int (*recv)(struct hci_dev *hdev, struct sk_buff *skb); member
|
H A D | hci_uart.h | 58 int (*recv)(struct hci_uart *hu, const void *data, int len); member 132 int (*recv)(struct hci_dev *hdev, struct sk_buff *skb); member
|
/openbmc/qemu/python/qemu/machine/ |
H A D | console_socket.py | 112 def recv(self, bufsize: int = 1, flags: int = 0) -> bytes: member in ConsoleSocket
|
/openbmc/linux/drivers/char/tpm/st33zp24/ |
H A D | st33zp24.h | 30 int (*recv)(void *phy_id, u8 tpm_register, u8 *tpm_data, int tpm_size); member
|
/openbmc/u-boot/drivers/tpm/ |
H A D | tpm2_tis_sandbox.c | 214 static int sandbox_tpm2_fill_buf(u8 *recv, size_t *recv_len, u16 tag, u32 rc) in sandbox_tpm2_fill_buf() 261 u8 *recv = recvbuf; in sandbox_tpm2_xfer() local
|
/openbmc/ipmitool/src/plugins/open/ |
H A D | open.c | 166 struct ipmi_recv recv; in ipmi_openipmi_send_cmd() local
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3cdev.h | 59 int (*recv)(struct t3cdev *dev, struct sk_buff **skb, int n); member
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | i2c.h | 19 void (*recv)(I2CAdapter *adapter, uint8_t addr, member
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | mad.c | 1860 struct ib_mad_private *recv, in handle_ib_smi() 1907 static bool generate_unmatched_resp(const struct ib_mad_private *recv, in generate_unmatched_resp() 1947 struct ib_mad_private *recv, in handle_opa_smi() 2003 struct ib_mad_private *recv, in handle_smi() 2024 struct ib_mad_private *recv, *response = NULL; in ib_mad_recv_done() local 2748 struct ib_mad_private *recv; in cleanup_recv_queue() local
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | virtio-net.c | 94 int recv(int fd, void *buf, int maxlen, int flags) in recv() function
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | pmu.h | 35 } recv; member
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | priv.h | 30 void (*recv)(struct nvkm_pmu *); member
|
/openbmc/qemu/hw/i2c/ |
H A D | smbus_slave.c | 47 static void smbus_do_quick_cmd(SMBusDevice *dev, int recv) in smbus_do_quick_cmd()
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 514 def __init__(self, connection, recv): argument 556 def __init__(self, ui_channel, recv, eq, sock): argument
|