/linux-4.19.296/drivers/media/rc/ |
D | iguanair.c | 51 struct send_packet *packet; member 76 struct packet { struct 83 struct packet header; argument 199 if (urb->status == 0 && ir->packet->header.cmd == CMD_NOP) in iguanair_irq_out() 229 ir->packet->header.start = 0; in iguanair_get_features() 230 ir->packet->header.direction = DIR_OUT; in iguanair_get_features() 231 ir->packet->header.cmd = CMD_NOP; in iguanair_get_features() 232 iguanair_send(ir, sizeof(ir->packet->header)); in iguanair_get_features() 234 ir->packet->header.cmd = CMD_GET_VERSION; in iguanair_get_features() 235 rc = iguanair_send(ir, sizeof(ir->packet->header)); in iguanair_get_features() [all …]
|
/linux-4.19.296/fs/udf/ |
D | partition.c | 119 uint32_t packet; in udf_get_pblock_spar15() local 124 packet = (block + offset) & ~(sdata->s_packet_len - 1); in udf_get_pblock_spar15() 140 else if (origLoc == packet) in udf_get_pblock_spar15() 144 else if (origLoc > packet) in udf_get_pblock_spar15() 157 uint32_t packet; in udf_relocate_blocks() local 170 packet = (old_block - map->s_partition_root) & in udf_relocate_blocks() 201 cpu_to_le32(packet); in udf_relocate_blocks() 216 } else if (origLoc == packet) { in udf_relocate_blocks() 224 } else if (origLoc > packet) in udf_relocate_blocks() 243 cpu_to_le32(packet); in udf_relocate_blocks()
|
D | Kconfig | 10 written in packet mode, or if you want to use UDF for removable USB
|
/linux-4.19.296/fs/cifs/ |
D | smbdirect.c | 356 return (void *)request->packet; in smbd_request_payload() 361 return (void *)response->packet; in smbd_response_payload() 419 struct smbd_negotiate_resp *packet = smbd_response_payload(response); in process_negotiation_response() local 427 if (le16_to_cpu(packet->negotiated_version) != SMBD_V1) { in process_negotiation_response() 429 le16_to_cpu(packet->negotiated_version)); in process_negotiation_response() 432 info->protocol = le16_to_cpu(packet->negotiated_version); in process_negotiation_response() 434 if (packet->credits_requested == 0) { in process_negotiation_response() 438 info->receive_credit_target = le16_to_cpu(packet->credits_requested); in process_negotiation_response() 440 if (packet->credits_granted == 0) { in process_negotiation_response() 444 atomic_set(&info->send_credits, le16_to_cpu(packet->credits_granted)); in process_negotiation_response() [all …]
|
D | smbdirect.h | 264 u8 packet[]; member 282 u8 packet[]; member
|
/linux-4.19.296/fs/autofs/ |
D | waitq.c | 140 struct autofs_v5_packet *packet = &pkt.v5_pkt.v5_packet; in autofs_notify_daemon() local 143 pktsz = sizeof(*packet); in autofs_notify_daemon() 145 packet->wait_queue_token = wq->wait_queue_token; in autofs_notify_daemon() 146 packet->len = wq->name.len; in autofs_notify_daemon() 147 memcpy(packet->name, wq->name.name, wq->name.len); in autofs_notify_daemon() 148 packet->name[wq->name.len] = '\0'; in autofs_notify_daemon() 149 packet->dev = wq->dev; in autofs_notify_daemon() 150 packet->ino = wq->ino; in autofs_notify_daemon() 151 packet->uid = from_kuid_munged(user_ns, wq->uid); in autofs_notify_daemon() 152 packet->gid = from_kgid_munged(user_ns, wq->gid); in autofs_notify_daemon() [all …]
|
/linux-4.19.296/drivers/media/dvb-core/ |
D | Kconfig | 32 bool "Enable DVB demux section packet loss log" 36 Enable extra log messages meant to detect packet loss 45 bool "Enable DVB net ULE packet debug messages" 50 handling DVB network ULE packet loss inside the Kernel.
|
/linux-4.19.296/drivers/media/usb/gspca/ |
D | tv8532.c | 29 __u8 packet; member 247 sd->packet = 0; /* ignore the first packets */ in sd_start() 267 sd->packet = gspca_dev->pixfmt.height / 2; in sd_pkt_scan() 269 } else if (sd->packet == 0) in sd_pkt_scan() 271 sd->packet--; in sd_pkt_scan() 272 if (sd->packet == 0) in sd_pkt_scan()
|
/linux-4.19.296/fs/ocfs2/dlm/ |
D | dlmdomain.c | 789 static void dlm_query_join_packet_to_wire(struct dlm_query_join_packet *packet, in dlm_query_join_packet_to_wire() argument 794 response.packet = *packet; in dlm_query_join_packet_to_wire() 799 struct dlm_query_join_packet *packet) in dlm_query_join_wire_to_packet() argument 804 *packet = response.packet; in dlm_query_join_wire_to_packet() 811 struct dlm_query_join_packet packet = { in dlm_query_join_handler() local 832 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() 836 packet.code = JOIN_OK_NO_MAP; in dlm_query_join_handler() 855 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() 875 packet.code = JOIN_OK_NO_MAP; in dlm_query_join_handler() 878 packet.code = JOIN_DISALLOW; in dlm_query_join_handler() [all …]
|
/linux-4.19.296/include/uapi/linux/ |
D | pg.h | 50 char packet[12]; /* packet command */ member
|
D | cdrom.h | 868 __u8 packet : 1; member 881 __u8 packet : 1; member
|
/linux-4.19.296/include/uapi/linux/netfilter/ |
D | xt_statistic.h | 30 __u32 packet; member
|
/linux-4.19.296/include/net/sctp/ |
D | command.h | 137 struct sctp_packet *packet; member 178 SCTP_ARG_CONSTRUCTOR(PACKET, struct sctp_packet *, packet) in SCTP_ARG_CONSTRUCTOR()
|
D | structs.h | 750 enum sctp_xmit sctp_packet_transmit_chunk(struct sctp_packet *packet, 753 enum sctp_xmit sctp_packet_append_chunk(struct sctp_packet *packet, 758 static inline int sctp_packet_empty(struct sctp_packet *packet) in sctp_packet_empty() argument 760 return packet->size == packet->overhead; in sctp_packet_empty() 954 struct sctp_packet packet; member 1042 void sctp_inq_push(struct sctp_inq *, struct sctp_chunk *packet);
|
/linux-4.19.296/include/linux/ |
D | firewire.h | 266 typedef void (*fw_packet_callback_t)(struct fw_packet *packet, 324 struct fw_packet packet; member 458 struct fw_iso_packet *packet,
|
D | stm.h | 83 ssize_t (*packet)(struct stm_data *, unsigned int, member
|
D | hil_mlc.h | 96 hil_packet packet; /* Packet to send or to compare */ member
|
/linux-4.19.296/drivers/misc/ti-st/ |
D | Kconfig | 16 packet types.
|
/linux-4.19.296/drivers/hid/ |
D | hid-hyperv.c | 254 struct vmpacket_descriptor *packet) in mousevsc_on_receive() argument 262 pipe_msg = (struct pipe_prt_msg *)((unsigned long)packet + in mousevsc_on_receive() 263 (packet->offset8 << 3)); in mousevsc_on_receive()
|
/linux-4.19.296/include/net/netfilter/ |
D | nf_conntrack_l4proto.h | 45 int (*packet)(struct nf_conn *ct, member
|
/linux-4.19.296/include/net/ |
D | ipx.h | 145 __be16 ipx_cksum(struct ipxhdr *packet, int length);
|
/linux-4.19.296/include/uapi/drm/ |
D | radeon_drm.h | 195 } packet; member 263 unsigned char cmd_type, packet, pad0, pad1; member 266 unsigned char cmd_type, packet; member
|
/linux-4.19.296/crypto/asymmetric_keys/ |
D | Kconfig | 33 public key packet found inside the certificate.
|
/linux-4.19.296/include/drm/ |
D | drm_mipi_dsi.h | 65 int mipi_dsi_create_packet(struct mipi_dsi_packet *packet,
|
/linux-4.19.296/fs/ecryptfs/ |
D | keystore.c | 159 char **packet, size_t *packet_len) in write_tag_64_packet() argument 177 *packet = kmalloc(data_len, GFP_KERNEL); in write_tag_64_packet() 178 message = *packet; in write_tag_64_packet() 300 struct ecryptfs_crypt_stat *crypt_stat, char **packet, in write_tag_66_packet() argument 320 *packet = kmalloc(data_len, GFP_KERNEL); in write_tag_66_packet() 321 message = *packet; in write_tag_66_packet()
|