/kernel/linux/linux-6.6/include/linux/surface_aggregator/ |
H A D | controller.h | 36 * @command_id: Command ID of the event. 44 u8 command_id; member 73 * @command_id: Command ID of the request. 86 u8 command_id; member 293 * @command_id: Command ID of the request. 306 u8 command_id; member 315 * @command_id: Command ID of the request. 330 u8 command_id; member 363 rqst.command_id = s.command_id; \ [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | nvme.h | 795 __u16 command_id; member 811 __u16 command_id; member 854 __u16 command_id; member 880 __u16 command_id; member 906 __u16 command_id; member 922 __u16 command_id; member 1093 __u16 command_id; member 1110 __u16 command_id; member 1131 __u16 command_id; member 1145 __u16 command_id; member 1159 __u16 command_id; global() member 1169 __u16 command_id; global() member 1179 __u16 command_id; global() member 1190 __u16 command_id; global() member 1200 __u16 command_id; global() member 1224 __u16 command_id; global() member 1272 __u16 command_id; global() member 1333 __u16 command_id; global() member 1358 __u16 command_id; global() member 1371 __u16 command_id; global() member 1383 __u16 command_id; global() member 1598 __u16 command_id; /* of the command which completed */ global() member [all...] |
H A D | nvme-tcp.h | 149 * @command_id: nvme command identifier which this relates to 156 __u16 command_id; member 167 * @command_id: nvme command identifier which this relates to 174 __u16 command_id; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ips.h | 410 uint8_t command_id; member 424 uint8_t command_id; member 435 uint8_t command_id; member 445 uint8_t command_id; member 464 uint8_t command_id; member 477 uint8_t command_id; member 489 uint8_t command_id; member 501 uint8_t command_id; member 513 uint8_t command_id; member 525 uint8_t command_id; member 538 uint8_t command_id; global() member 547 uint8_t command_id; global() member 563 uint8_t command_id; global() member 575 uint8_t command_id; global() member 647 volatile uint8_t command_id; global() member [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ips.h | 410 uint8_t command_id; member 424 uint8_t command_id; member 435 uint8_t command_id; member 445 uint8_t command_id; member 464 uint8_t command_id; member 477 uint8_t command_id; member 489 uint8_t command_id; member 501 uint8_t command_id; member 513 uint8_t command_id; member 525 uint8_t command_id; member 538 uint8_t command_id; global() member 547 uint8_t command_id; global() member 563 uint8_t command_id; global() member 575 uint8_t command_id; global() member 647 volatile uint8_t command_id; global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/ |
H A D | thunderbolt.c | 85 u32 command_id; member 153 * @command_id: ID used for next configuration protocol packet 184 atomic_t command_id; member 213 enum thunderbolt_ip_type type, size_t size, u32 command_id) in tbnet_fill_header() 228 hdr->command_id = command_id; in tbnet_fill_header() 232 u32 command_id) in tbnet_login_response() 240 command_id); in tbnet_login_response() 257 atomic_inc_return(&net->command_id)); in tbnet_login_request() 269 u32 command_id) in tbnet_logout_response() 211 tbnet_fill_header(struct thunderbolt_ip_header *hdr, u64 route, u8 sequence, const uuid_t *initiator_uuid, const uuid_t *target_uuid, enum thunderbolt_ip_type type, size_t size, u32 command_id) tbnet_fill_header() argument 231 tbnet_login_response(struct tbnet *net, u64 route, u8 sequence, u32 command_id) tbnet_login_response() argument 268 tbnet_logout_response(struct tbnet *net, u64 route, u8 sequence, u32 command_id) tbnet_logout_response() argument 395 u32 command_id; tbnet_handle_packet() local [all...] |
/kernel/linux/linux-6.6/drivers/net/thunderbolt/ |
H A D | main.c | 89 u32 command_id; member 157 * @command_id: ID used for next configuration protocol packet 188 atomic_t command_id; member 222 enum thunderbolt_ip_type type, size_t size, u32 command_id) in tbnet_fill_header() 237 hdr->command_id = command_id; in tbnet_fill_header() 241 u32 command_id) in tbnet_login_response() 249 command_id); in tbnet_login_response() 266 atomic_inc_return(&net->command_id)); in tbnet_login_request() 278 u32 command_id) in tbnet_logout_response() 220 tbnet_fill_header(struct thunderbolt_ip_header *hdr, u64 route, u8 sequence, const uuid_t *initiator_uuid, const uuid_t *target_uuid, enum thunderbolt_ip_type type, size_t size, u32 command_id) tbnet_fill_header() argument 240 tbnet_login_response(struct tbnet *net, u64 route, u8 sequence, u32 command_id) tbnet_login_response() argument 277 tbnet_logout_response(struct tbnet *net, u64 route, u8 sequence, u32 command_id) tbnet_logout_response() argument 422 u32 command_id; tbnet_handle_packet() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ieee802154/ |
H A D | ca8210.c | 500 u8 command_id; member 1116 command.command_id = SPI_TDME_SETSFR_REQUEST; in tdme_setsfr_request_sync() 1121 response.command_id = SPI_IDLE; in tdme_setsfr_request_sync() 1123 &command.command_id, in tdme_setsfr_request_sync() 1125 &response.command_id, in tdme_setsfr_request_sync() 1133 if (response.command_id != SPI_TDME_SETSFR_CONFIRM) { in tdme_setsfr_request_sync() 1137 response.command_id in tdme_setsfr_request_sync() 1487 command.command_id = SPI_MCPS_DATA_REQUEST; in mcps_data_request() 1523 if (ca8210_spi_transfer(device_ref, &command.command_id, in mcps_data_request() 1546 command.command_id in mlme_reset_request_sync() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | nvme.h | 948 __u16 command_id; member 966 __u16 command_id; member 1011 __u16 command_id; member 1037 __u16 command_id; member 1063 __u16 command_id; member 1079 __u16 command_id; member 1264 __u16 command_id; member 1281 __u16 command_id; member 1302 __u16 command_id; member 1316 __u16 command_id; member 1330 __u16 command_id; global() member 1340 __u16 command_id; global() member 1350 __u16 command_id; global() member 1361 __u16 command_id; global() member 1371 __u16 command_id; global() member 1395 __u16 command_id; global() member 1447 __u16 command_id; global() member 1515 __u16 command_id; global() member 1545 __u16 command_id; global() member 1558 __u16 command_id; global() member 1570 __u16 command_id; global() member 1585 __u16 command_id; global() member 1600 __u16 command_id; global() member 1764 __u16 command_id; global() member 2003 __u16 command_id; /* of the command which completed */ global() member [all...] |
H A D | nvme-tcp.h | 150 * @command_id: nvme command identifier which this relates to 157 __u16 command_id; member 168 * @command_id: nvme command identifier which this relates to 175 __u16 command_id; member
|
/kernel/linux/linux-6.6/drivers/net/ieee802154/ |
H A D | ca8210.c | 459 u8 command_id; member 1075 command.command_id = SPI_TDME_SETSFR_REQUEST; in tdme_setsfr_request_sync() 1080 response.command_id = SPI_IDLE; in tdme_setsfr_request_sync() 1082 &command.command_id, in tdme_setsfr_request_sync() 1084 &response.command_id, in tdme_setsfr_request_sync() 1092 if (response.command_id != SPI_TDME_SETSFR_CONFIRM) { in tdme_setsfr_request_sync() 1096 response.command_id in tdme_setsfr_request_sync() 1445 command.command_id = SPI_MCPS_DATA_REQUEST; in mcps_data_request() 1481 if (ca8210_spi_transfer(device_ref, &command.command_id, in mcps_data_request() 1504 command.command_id in mlme_reset_request_sync() [all...] |
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | surface_charger.c | 33 .command_id = 0x01, 39 .command_id = 0x0d, 111 event->command_id, event->instance_id, event->target_id); in spwr_notify_ac() 122 switch (event->command_id) { in spwr_notify_ac()
|
/kernel/linux/linux-6.6/drivers/hid/surface-hid/ |
H A D | surface_kbd.c | 42 rqst.command_id = SURFACE_KBD_CID_GET_DESCRIPTOR; in ssam_kbd_get_descriptor() 72 rqst.command_id = SURFACE_KBD_CID_SET_CAPSLOCK_LED; in ssam_kbd_set_caps_led() 90 rqst.command_id = SURFACE_KBD_CID_GET_FEATURE_REPORT; in ssam_kbd_get_feature_report() 115 if (event->command_id == SURFACE_KBD_CID_EVT_INPUT_GENERIC) in ssam_kbd_is_input_event() 118 if (event->command_id == SURFACE_KBD_CID_EVT_INPUT_HOTKEYS) in ssam_kbd_is_input_event()
|
H A D | surface_hid.c | 61 rqst.command_id = SURFACE_HID_CID_GET_DESCRIPTOR; in ssam_hid_get_descriptor() 127 rqst.command_id = cid; in ssam_hid_set_raw_report() 145 rqst.command_id = SURFACE_HID_CID_GET_FEATURE_REPORT; in ssam_hid_get_raw_report() 161 if (event->command_id != 0x00) in ssam_hid_event_fn()
|
/kernel/linux/linux-6.6/include/uapi/linux/surface_aggregator/ |
H A D | cdev.h | 42 * @command_id: Command ID of the SAM request. 58 __u8 command_id; member 127 * @command_id: Command ID of the event. 135 __u8 command_id; member
|
/kernel/linux/linux-5.10/drivers/misc/mei/hdcp/ |
H A D | mei_hdcp.c | 54 session_init_in.header.command_id = WIRED_INITIATE_HDCP2_SESSION; in mei_hdcp_initiate_session() 124 verify_rxcert_in.header.command_id = WIRED_VERIFY_RECEIVER_CERT; in mei_hdcp_verify_receiver_cert_prepare_km() 196 send_hprime_in.header.command_id = WIRED_AKE_SEND_HPRIME; in mei_hdcp_verify_hprime() 253 pairing_info_in.header.command_id = WIRED_AKE_SEND_PAIRING_INFO; in mei_hdcp_store_pairing_info() 313 lc_init_in.header.command_id = WIRED_INIT_LOCALITY_CHECK; in mei_hdcp_initiate_locality_check() 368 verify_lprime_in.header.command_id = WIRED_VALIDATE_LOCALITY; in mei_hdcp_verify_lprime() 427 get_skey_in.header.command_id = WIRED_GET_SESSION_KEY; in mei_hdcp_get_session_key() 491 verify_repeater_in.header.command_id = WIRED_VERIFY_REPEATER; in mei_hdcp_repeater_check_flow_prepare_ack() 570 verify_mprime_in->header.command_id = WIRED_REPEATER_AUTH_STREAM_REQ; in mei_hdcp_verify_mprime() 633 enable_auth_in.header.command_id in mei_hdcp_enable_authentication() [all...] |
/kernel/linux/linux-6.6/drivers/misc/mei/hdcp/ |
H A D | mei_hdcp.c | 54 session_init_in.header.command_id = WIRED_INITIATE_HDCP2_SESSION; in mei_hdcp_initiate_session() 124 verify_rxcert_in.header.command_id = WIRED_VERIFY_RECEIVER_CERT; in mei_hdcp_verify_receiver_cert_prepare_km() 196 send_hprime_in.header.command_id = WIRED_AKE_SEND_HPRIME; in mei_hdcp_verify_hprime() 253 pairing_info_in.header.command_id = WIRED_AKE_SEND_PAIRING_INFO; in mei_hdcp_store_pairing_info() 313 lc_init_in.header.command_id = WIRED_INIT_LOCALITY_CHECK; in mei_hdcp_initiate_locality_check() 368 verify_lprime_in.header.command_id = WIRED_VALIDATE_LOCALITY; in mei_hdcp_verify_lprime() 427 get_skey_in.header.command_id = WIRED_GET_SESSION_KEY; in mei_hdcp_get_session_key() 491 verify_repeater_in.header.command_id = WIRED_VERIFY_REPEATER; in mei_hdcp_repeater_check_flow_prepare_ack() 570 verify_mprime_in->header.command_id = WIRED_REPEATER_AUTH_STREAM_REQ; in mei_hdcp_verify_mprime() 632 enable_auth_in.header.command_id in mei_hdcp_enable_authentication() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp_gsc.c | 40 session_init_in.header.command_id = WIRED_INITIATE_HDCP2_SESSION; in gsc_hdcp_initiate_session() 97 verify_rxcert_in.header.command_id = WIRED_VERIFY_RECEIVER_CERT; in gsc_hdcp_verify_receiver_cert_prepare_km() 160 send_hprime_in.header.command_id = WIRED_AKE_SEND_HPRIME; in gsc_hdcp_verify_hprime() 208 pairing_info_in.header.command_id = WIRED_AKE_SEND_PAIRING_INFO; in gsc_hdcp_store_pairing_info() 259 lc_init_in.header.command_id = WIRED_INIT_LOCALITY_CHECK; in gsc_hdcp_initiate_locality_check() 305 verify_lprime_in.header.command_id = WIRED_VALIDATE_LOCALITY; in gsc_hdcp_verify_lprime() 355 get_skey_in.header.command_id = WIRED_GET_SESSION_KEY; in gsc_hdcp_get_session_key() 407 verify_repeater_in.header.command_id = WIRED_VERIFY_REPEATER; in gsc_hdcp_repeater_check_flow_prepare_ack() 477 verify_mprime_in->header.command_id = WIRED_REPEATER_AUTH_STREAM_REQ; in gsc_hdcp_verify_mprime() 530 enable_auth_in.header.command_id in gsc_hdcp_enable_authentication() [all...] |
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surface_dtx.c | 75 .command_id = 0x06, 82 .command_id = 0x07, 89 .command_id = 0x08, 96 .command_id = 0x09, 103 .command_id = 0x0a, 110 .command_id = 0x0b, 117 .command_id = 0x0c, 124 .command_id = 0x0d, 131 .command_id = 0x11, 628 switch (in->command_id) { in sdtx_notifier() [all...] |
H A D | surface_aggregator_hub.c | 218 .command_id = 0x0d, 248 if (event->command_id != SSAM_EVENT_BAS_CID_CONNECTION) in ssam_base_hub_notif() 296 .command_id = 0x2c, 319 if (event->command_id != SSAM_EVENT_KIP_CID_CONNECTION) in ssam_kip_hub_notif()
|
H A D | surface_aggregator_tabletsw.c | 267 .command_id = 0x1d, 291 if (event->command_id != SSAM_EVENT_KIP_CID_COVER_STATE_CHANGED) in ssam_kip_sw_notif() 484 rqst.command_id = 0x01; in ssam_pos_get_sources_list() 543 .command_id = 0x02, 590 if (event->command_id != SSAM_EVENT_POS_CID_POSTURE_CHANGED) in ssam_pos_sw_notif()
|
H A D | surface_platform_profile.c | 37 .command_id = 0x02, 42 .command_id = 0x03,
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | nvme.h | 149 * The controller requires the command_id value be be limited, so skip 497 * nvme command_id is constructed as such: 512 u16 command_id) in nvme_find_rq() 514 u8 genctr = nvme_genctr_from_cid(command_id); in nvme_find_rq() 515 u16 tag = nvme_tag_from_cid(command_id); in nvme_find_rq() 534 u16 command_id) in nvme_cid_to_rq() 536 return blk_mq_tag_to_rq(tags, nvme_tag_from_cid(command_id)); in nvme_cid_to_rq() 646 static inline bool nvme_is_aen_req(u16 qid, __u16 command_id) in nvme_is_aen_req() argument 649 nvme_tag_from_cid(command_id) >= NVME_AQ_BLK_MQ_DEPTH; in nvme_is_aen_req() 511 nvme_find_rq(struct blk_mq_tags *tags, u16 command_id) nvme_find_rq() argument 533 nvme_cid_to_rq(struct blk_mq_tags *tags, u16 command_id) nvme_cid_to_rq() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | trace.h | 36 __field(u16, command_id) 44 __entry->command_id = le16_to_cpu(wmi->command_id); 52 __entry->mid, __entry->command_id, __entry->buf_len,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | trace.h | 36 __field(u16, command_id) 44 __entry->command_id = le16_to_cpu(wmi->command_id); 52 __entry->mid, __entry->command_id, __entry->buf_len,
|