Home
last modified time | relevance | path

Searched defs:packet (Results 51 – 75 of 337) sorted by relevance

12345678910>>...14

/openbmc/linux/drivers/pmdomain/bcm/
H A Draspberrypi-power.c53 struct rpi_power_domain_packet packet; in rpi_firmware_set_power() local
141 struct rpi_power_domain_packet packet; in rpi_has_new_domain_support() local
/openbmc/linux/drivers/input/touchscreen/
H A Dads7846.c111 struct ads7846_packet *packet; member
704 struct ads7846_packet *packet = ts->packet; in ads7846_set_cmd_val() local
765 struct ads7846_packet *packet = ts->packet; in ads7846_filter() local
798 struct ads7846_packet *packet = ts->packet; ads7846_read_state() local
826 struct ads7846_packet *packet = ts->packet; ads7846_report_state() local
1020 struct ads7846_packet *packet = ts->packet; ads7846_setup_spi_msg() local
1192 struct ads7846_packet *packet; ads7846_probe() local
[all...]
H A Delo.c220 static int elo_command_10(struct elo *elo, unsigned char *packet) in elo_command_10()
262 unsigned char packet[ELO10_PACKET_LEN] = { ELO10_ID_CMD }; in elo_setup_10() local
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.c77 static int virtio_net_send(struct udevice *dev, void *packet, int length) in virtio_net_send()
123 static int virtio_net_free_pkt(struct udevice *dev, uchar *packet, int length) in virtio_net_free_pkt()
/openbmc/u-boot/drivers/net/
H A Dtsec.c255 static int tsec_send(struct eth_device *dev, void *packet, int length) in tsec_send()
310 uchar *packet = net_rx_packets[priv->rx_idx]; in tsec_recv() local
366 static int tsec_free_pkt(struct udevice *dev, uchar *packet, int length) in tsec_free_pkt()
H A Dmacb.c309 static int _macb_send(struct macb_device *macb, const char *name, void *packet, in _macb_send()
897 static int macb_send(struct eth_device *netdev, void *packet, int length) in macb_send()
907 uchar *packet; in macb_recv() local
1001 static int macb_send(struct udevice *dev, void *packet, int length) in macb_send()
1018 static int macb_free_pkt(struct udevice *dev, uchar *packet, int length) in macb_free_pkt()
H A Dravb.c111 u8 packet[PKTSIZE_ALIGN]; member
140 static int ravb_send(struct udevice *dev, void *packet, int len) in ravb_send()
178 u8 *packet; in ravb_recv() local
199 static int ravb_free_pkt(struct udevice *dev, uchar *packet, int length) in ravb_free_pkt()
/openbmc/linux/tools/testing/selftests/tc-testing/creating-testcases/
H A Dscapy-example.json29 "packet": "Ether(type=0x800)/IP(src='16.61.16.61')/ICMP()" string
77 "packet": "Ether(type=0x800)/IP(src='16.61.16.61')/ICMP()" string
/openbmc/linux/drivers/input/joystick/
H A Dxpad.c1241 struct xpad_output_packet *pkt, *packet = NULL; xpad_prepare_next_out_packet() local
1400 struct xpad_output_packet *packet = xpad_inquiry_pad_presence() local
1469 struct xpad_output_packet *packet = xpadone_ack_mode_report() local
1494 struct xpad_output_packet *packet = &xpad->out_packets[XPAD_OUT_FF_IDX]; xpad_play_effect() local
1631 struct xpad_output_packet *packet = xpad_send_led_command() local
1794 struct xpad_output_packet *packet = xpad360w_poweroff_controller() local
[all...]
/openbmc/linux/net/batman-adv/
H A Dfragmentation.c250 struct batadv_frag_packet *packet; in batadv_frag_merge_packets() local
356 struct batadv_frag_packet *packet; in batadv_frag_skb_fwd() local
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-gen.c176 static void vivid_vbi_gen_set_time_of_day(u8 *packet) in vivid_vbi_gen_set_time_of_day()
215 static void vivid_vbi_gen_teletext(u8 *packet, unsigned line, unsigned frame) in vivid_vbi_gen_teletext()
/openbmc/qemu/migration/
H A Dmultifd-nocomp.c196 MultiFDPacket_t *packet = p->packet; in multifd_ram_fill_packet() local
222 MultiFDPacket_t *packet = p->packet; in multifd_ram_unfill_packet() local
/openbmc/linux/drivers/firewire/
H A Dohci.c1323 struct fw_packet *packet; member
1332 struct fw_packet *packet) in at_context_queue_packet()
1477 struct fw_packet *packet; in handle_at_packet() local
1562 struct fw_packet *packet, u32 csr) in handle_local_rom()
1591 struct fw_packet *packet, u32 csr) in handle_local_lock()
1640 static void handle_local_request(struct context *ctx, struct fw_packet *packet) in handle_local_request()
1679 static void at_context_transmit(struct context *ctx, struct fw_packet *packet) in at_context_transmit()
2591 static void ohci_send_request(struct fw_card *card, struct fw_packet *packet) in ohci_send_request()
2598 static void ohci_send_response(struct fw_card *card, struct fw_packet *packet) in ohci_send_response()
2605 static int ohci_cancel_packet(struct fw_card *card, struct fw_packet *packet) in ohci_cancel_packet()
[all …]
/openbmc/linux/tools/perf/util/
H A Dcs-etm.c96 struct cs_etm_packet *packet; member
1241 static inline u64 cs_etm__first_executed_instr(struct cs_etm_packet *packet) in cs_etm__first_executed_instr()
1251 u64 cs_etm__last_executed_instr(const struct cs_etm_packet *packet) in cs_etm__last_executed_instr()
1262 const struct cs_etm_packet *packet, in cs_etm__instr_addr()
1400 const struct cs_etm_packet *packet, in cs_etm__copy_insn()
1954 struct cs_etm_packet *packet, in cs_etm__is_svc_instr()
2028 struct cs_etm_packet *packet = tidq->packet; in cs_etm__is_syscall() local
2053 struct cs_etm_packet *packet = tidq->packet; in cs_etm__is_async_exception() local
2081 struct cs_etm_packet *packet = tidq->packet; in cs_etm__is_sync_exception() local
2128 struct cs_etm_packet *packet = tidq->packet; in cs_etm__set_sample_flags() local
/openbmc/linux/fs/udf/
H A Dpartition.c114 uint32_t packet; in udf_get_pblock_spar15() local
152 uint32_t packet; in udf_relocate_blocks() local
/openbmc/u-boot/drivers/usb/eth/
H A Dmcs7830.c508 static int mcs7830_send_common(struct ueth_data *ueth, void *packet, in mcs7830_send_common()
602 static int mcs7830_send(struct eth_device *eth, void *packet, int length) in mcs7830_send()
860 int mcs7830_eth_send(struct udevice *dev, void *packet, int length) in mcs7830_eth_send()
880 static int mcs7830_free_pkt(struct udevice *dev, uchar *packet, int packet_len) in mcs7830_free_pkt()
H A Dasix.c466 static int asix_send_common(struct ueth_data *dev, void *packet, int length) in asix_send_common()
505 static int asix_send(struct eth_device *eth, void *packet, int length) in asix_send()
754 int asix_eth_send(struct udevice *dev, void *packet, int length) in asix_eth_send()
812 static int asix_free_pkt(struct udevice *dev, uchar *packet, int packet_len) in asix_free_pkt()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c400 struct if_sdio_packet *packet; in if_sdio_host_to_card_worker() local
914 struct if_sdio_packet *packet; in if_sdio_host_to_card() local
1141 struct if_sdio_packet *packet, *tmp; in if_sdio_probe() local
1256 struct if_sdio_packet *packet, *tmp; in if_sdio_remove() local
H A Dif_spi.c79 struct if_spi_packet *packet, *tmp; in free_if_spi_card() local
785 struct if_spi_packet *packet, int type) in if_spi_h2c()
852 struct if_spi_packet *packet; in if_spi_host_to_card_worker() local
943 struct if_spi_packet *packet; in if_spi_host_to_card() local
/openbmc/qemu/hw/usb/
H A Du2f-passthru.c98 static inline uint32_t packet_get_cid(const void *packet) in packet_get_cid()
103 static inline bool packet_is_init(const void *packet) in packet_is_init()
309 uint8_t packet[2 * U2FHID_PACKET_SIZE]; in u2f_passthru_read() local
/openbmc/linux/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c97 struct cs_etm_packet *packet) in cs_etm_decoder__get_packet()
437 struct cs_etm_packet *packet; in cs_etm_decoder__buffer_range() local
516 struct cs_etm_packet *packet; in cs_etm_decoder__buffer_exception() local
/openbmc/linux/arch/alpha/kernel/
H A Derr_ev7.c237 struct ev7_pal_subpacket *packet; in ev7_process_pal_subpacket() local
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c1891 struct hfi1_packet *packet, in tid_rdma_rcv_read_request()
1985 static int tid_rdma_rcv_error(struct hfi1_packet *packet, in tid_rdma_rcv_error()
2215 void hfi1_rc_rcv_tid_rdma_read_req(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_read_req()
2440 void hfi1_rc_rcv_tid_rdma_read_resp(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_read_resp()
2602 static bool tid_rdma_tid_err(struct hfi1_packet *packet, u8 rcv_type) in tid_rdma_tid_err()
2656 struct hfi1_packet *packet, u8 rcv_type, in handle_read_kdeth_eflags()
2847 struct hfi1_packet *packet) in hfi1_handle_kdeth_eflags()
3644 void hfi1_rc_rcv_tid_rdma_write_req(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_write_req()
4027 void hfi1_rc_rcv_tid_rdma_write_resp(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_write_resp()
4269 void hfi1_rc_rcv_tid_rdma_write_data(struct hfi1_packet *packet) in hfi1_rc_rcv_tid_rdma_write_data()
[all …]
/openbmc/u-boot/net/
H A Deth-uclass.c330 int eth_send(void *packet, int length) in eth_send()
353 uchar *packet; in eth_rx() local
/openbmc/linux/drivers/firmware/
H A Draspberrypi.c186 u32 packet; in rpi_firmware_print_firmware_revision() local
202 u32 packet; in rpi_register_hwmon_driver() local

12345678910>>...14