Symbol: fw_packet
drivers/firewire/core-card.c
686
static void dummy_send_request(struct fw_card *card, struct fw_packet *packet)
drivers/firewire/core-card.c
691
static void dummy_send_response(struct fw_card *card, struct fw_packet *packet)
drivers/firewire/core-card.c
696
static int dummy_cancel_packet(struct fw_card *card, struct fw_packet *packet)
drivers/firewire/core-cdev.c
1536
static void outbound_phy_packet_callback(struct fw_packet *packet,
drivers/firewire/core-cdev.c
1670
void fw_cdev_handle_phy_packet(struct fw_card *card, struct fw_packet *p)
drivers/firewire/core-cdev.c
237
struct fw_packet p;
drivers/firewire/core-transaction.c
1022
struct fw_packet *p,
drivers/firewire/core-transaction.c
1101
void fw_core_handle_request(struct fw_card *card, struct fw_packet *p)
drivers/firewire/core-transaction.c
1138
void fw_core_handle_response(struct fw_card *card, struct fw_packet *p)
drivers/firewire/core-transaction.c
189
static void transmit_complete_callback(struct fw_packet *packet,
drivers/firewire/core-transaction.c
241
static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel,
drivers/firewire/core-transaction.c
502
static void transmit_phy_packet_callback(struct fw_packet *packet,
drivers/firewire/core-transaction.c
510
static struct fw_packet phy_config_packet = {
drivers/firewire/core-transaction.c
710
struct fw_packet response;
drivers/firewire/core-transaction.c
735
static void free_response_callback(struct fw_packet *packet,
drivers/firewire/core-transaction.c
785
void fw_fill_response(struct fw_packet *response, u32 *request_header,
drivers/firewire/core-transaction.c
859
struct fw_packet *p)
drivers/firewire/core-transaction.c
987
struct fw_packet *p,
drivers/firewire/core.h
138
void fw_cdev_handle_phy_packet(struct fw_card *card, struct fw_packet *p);
drivers/firewire/core.h
25
struct fw_packet;
drivers/firewire/core.h
291
void fw_core_handle_request(struct fw_card *card, struct fw_packet *request);
drivers/firewire/core.h
292
void fw_core_handle_response(struct fw_card *card, struct fw_packet *packet);
drivers/firewire/core.h
294
void fw_fill_response(struct fw_packet *response, u32 *request_header,
drivers/firewire/core.h
83
void (*send_request)(struct fw_card *card, struct fw_packet *packet);
drivers/firewire/core.h
84
void (*send_response)(struct fw_card *card, struct fw_packet *packet);
drivers/firewire/core.h
86
int (*cancel_packet)(struct fw_card *card, struct fw_packet *packet);
drivers/firewire/ohci.c
1184
struct fw_packet *packet;
drivers/firewire/ohci.c
1192
static int at_context_queue_packet(struct at_context *ctx, struct fw_packet *packet)
drivers/firewire/ohci.c
1361
struct fw_packet *packet;
drivers/firewire/ohci.c
1458
struct fw_packet *packet, u32 csr)
drivers/firewire/ohci.c
1460
struct fw_packet response;
drivers/firewire/ohci.c
1487
struct fw_packet *packet, u32 csr)
drivers/firewire/ohci.c
1489
struct fw_packet response;
drivers/firewire/ohci.c
1536
static void handle_local_request(struct at_context *ctx, struct fw_packet *packet)
drivers/firewire/ohci.c
1573
static void at_context_transmit(struct at_context *ctx, struct fw_packet *packet)
drivers/firewire/ohci.c
2551
static void ohci_send_request(struct fw_card *card, struct fw_packet *packet)
drivers/firewire/ohci.c
2558
static void ohci_send_response(struct fw_card *card, struct fw_packet *packet)
drivers/firewire/ohci.c
2565
static int ohci_cancel_packet(struct fw_card *card, struct fw_packet *packet)
drivers/firewire/ohci.c
686
struct fw_packet p;
include/linux/firewire.h
285
struct fw_packet;
include/linux/firewire.h
288
typedef void (*fw_packet_callback_t)(struct fw_packet *packet,
include/linux/firewire.h
354
struct fw_packet packet;