Home
last modified time | relevance | path

Searched refs:sms_msg_hdr (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/media/common/siano/
Dsmsendian.c44 sizeof(struct sms_msg_hdr))/4; in smsendian_handle_tx_message()
81 sizeof(struct sms_msg_hdr))/4; in smsendian_handle_rx_message()
96 struct sms_msg_hdr *phdr = (struct sms_msg_hdr *)msg; in smsendian_handle_message_header()
Dsmscoreapi.c945 sizeof(struct sms_msg_hdr)); in smscore_load_firmware_family2()
966 (u16)(sizeof(struct sms_msg_hdr) + in smscore_load_firmware_family2()
1006 sizeof(struct sms_msg_hdr) + in smscore_load_firmware_family2()
1021 sizeof(struct sms_msg_hdr)); in smscore_load_firmware_family2()
1264 void *buffer = kmalloc(sizeof(struct sms_msg_hdr) + SMS_DMA_ALIGNMENT, in smscore_detect_mode()
1266 struct sms_msg_hdr *msg = in smscore_detect_mode()
1267 (struct sms_msg_hdr *) SMS_ALIGN_ADDRESS(buffer); in smscore_detect_mode()
1274 sizeof(struct sms_msg_hdr)); in smscore_detect_mode()
1489 struct sms_msg_hdr *phdr = (struct sms_msg_hdr *) ((u8 *) cb->p in smscore_onresponse()
1606 + sizeof(struct sms_msg_hdr)), in smscore_onresponse()
[all …]
Dsmscoreapi.h625 struct sms_msg_hdr { struct
634 struct sms_msg_hdr x_msg_header; argument
639 struct sms_msg_hdr x_msg_header;
644 struct sms_msg_hdr x_msg_header;
649 struct sms_msg_hdr x_msg_header;
655 struct sms_msg_hdr x_msg_header;
Dsmsdvb-main.c519 struct sms_msg_hdr *phdr = (struct sms_msg_hdr *) (((u8 *) cb->p) in smsdvb_onresponse()
534 cb->size - sizeof(struct sms_msg_hdr)); in smsdvb_onresponse()
713 struct sms_msg_hdr msg; in smsdvb_send_statistics_request()
864 struct sms_msg_hdr msg; in smsdvb_dvbt_set_frontend()
934 struct sms_msg_hdr msg; in smsdvb_isdbt_set_frontend()
/Linux-v4.19/drivers/media/usb/siano/
Dsmsusb.c109 struct sms_msg_hdr *phdr = (struct sms_msg_hdr *)surb->cb->p; in smsusb_onresponse()
135 phdr, sizeof(struct sms_msg_hdr)); in smsusb_onresponse()
220 struct sms_msg_hdr *phdr; in smsusb_sendrequest()
238 smsendian_handle_message_header((struct sms_msg_hdr *)phdr); in smsusb_sendrequest()
337 struct sms_msg_hdr msg = { MSG_SW_RELOAD_REQ, 0, HIF_TASK, in smsusb1_setmode()
338 sizeof(struct sms_msg_hdr), 0 }; in smsusb1_setmode()
431 sizeof(struct sms_msg_hdr); in smsusb_init_device()
/Linux-v4.19/drivers/media/mmc/siano/
Dsmssdio.c134 struct sms_msg_hdr *hdr; in smssdio_interrupt()
180 size = hdr->msg_length - sizeof(struct sms_msg_hdr); in smssdio_interrupt()