Home
last modified time | relevance | path

Searched defs:recv (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/linux/sound/soc/sh/
H A Ddma-sh7760.c123 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 Dib_recv.c50 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 Dconnection.py79 async def recv(self): member in StreamConnection
129 async def recv(self): member in WebsocketConnection
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_sockio.cpp40 int SockIO::recv(void* buf, size_t maxlen) in recv() function in net::SockIO
H A Dncsi_sockio.cpp76 int SockIO::recv(void* buf, size_t maxlen) in recv() function in ncsi::SockIO
/openbmc/u-boot/include/
H A Dmailbox-uclass.h79 int (*recv)(struct mbox_chan *chan, void *data); member
/openbmc/libpldm/src/transport/
H A Dtransport.h21 pldm_requester_rc_t (*recv)(struct pldm_transport *transport, member
/openbmc/linux/include/drm/
H A Di915_gsc_proxy_mei_interface.h39 int (*recv)(struct device *dev, void *buf, size_t size); member
H A Di915_pxp_tee_interface.h26 int (*recv)(struct device *dev, void *buffer, size_t size); member
/openbmc/u-boot/arch/arm/mach-bcm283x/
H A Dmbox.c13 int bcm2835_mbox_call_raw(u32 chan, u32 send, u32 *recv) in bcm2835_mbox_call_raw()
/openbmc/qemu/hw/ppc/
H A Dpnv_i2c.c42 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 Dh4_recv.h17 int (*recv)(struct hci_dev *hdev, struct sk_buff *skb); member
H A Dhci_uart.h58 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 Dconsole_socket.py112 def recv(self, bufsize: int = 1, flags: int = 0) -> bytes: member in ConsoleSocket
/openbmc/linux/drivers/char/tpm/st33zp24/
H A Dst33zp24.h30 int (*recv)(void *phy_id, u8 tpm_register, u8 *tpm_data, int tpm_size); member
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c214 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 Dopen.c166 struct ipmi_recv recv; in ipmi_openipmi_send_cmd() local
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3cdev.h59 int (*recv)(struct t3cdev *dev, struct sk_buff **skb, int n); member
/openbmc/qemu/tests/qtest/libqos/
H A Di2c.h19 void (*recv)(I2CAdapter *adapter, uint8_t addr, member
/openbmc/linux/drivers/infiniband/core/
H A Dmad.c1860 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
2746 struct ib_mad_private *recv; in cleanup_recv_queue() local
/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio-net.c94 int recv(int fd, void *buf, int maxlen, int flags) in recv() function
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dpmu.h35 } recv; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dpriv.h30 void (*recv)(struct nvkm_pmu *); member
/openbmc/qemu/hw/i2c/
H A Dsmbus_slave.c47 static void smbus_do_quick_cmd(SMBusDevice *dev, int recv) in smbus_do_quick_cmd()
/openbmc/openbmc/poky/bitbake/lib/bb/server/
H A Dprocess.py514 def __init__(self, connection, recv): argument
556 def __init__(self, ui_channel, recv, eq, sock): argument

1234