Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/common/siano/
Dsmsendian.c34 sizeof(struct sms_msg_hdr))/4; in smsendian_handle_tx_message()
72 sizeof(struct sms_msg_hdr))/4; in smsendian_handle_rx_message()
87 struct sms_msg_hdr *phdr = (struct sms_msg_hdr *)msg; in smsendian_handle_message_header()
Dsmscoreapi.c937 sizeof(struct sms_msg_hdr)); in smscore_load_firmware_family2()
958 (u16)(sizeof(struct sms_msg_hdr) + in smscore_load_firmware_family2()
1009 sizeof(struct sms_msg_hdr)); in smscore_load_firmware_family2()
1248 void *buffer = kmalloc(sizeof(struct sms_msg_hdr) + SMS_DMA_ALIGNMENT, in smscore_detect_mode()
1250 struct sms_msg_hdr *msg = in smscore_detect_mode()
1251 (struct sms_msg_hdr *) SMS_ALIGN_ADDRESS(buffer); in smscore_detect_mode()
1258 sizeof(struct sms_msg_hdr)); in smscore_detect_mode()
1472 struct sms_msg_hdr *phdr = (struct sms_msg_hdr *) ((u8 *) cb->p in smscore_onresponse()
1589 + sizeof(struct sms_msg_hdr)), in smscore_onresponse()
1591 - sizeof(struct sms_msg_hdr)); in smscore_onresponse()
[all …]
Dsmscoreapi.h608 struct sms_msg_hdr { struct
617 struct sms_msg_hdr x_msg_header; argument
622 struct sms_msg_hdr x_msg_header;
627 struct sms_msg_hdr x_msg_header;
632 struct sms_msg_hdr x_msg_header;
638 struct sms_msg_hdr x_msg_header;
Dsmsdvb-main.c544 struct sms_msg_hdr *phdr = (struct sms_msg_hdr *) (((u8 *) cb->p) in smsdvb_onresponse()
559 cb->size - sizeof(struct sms_msg_hdr)); in smsdvb_onresponse()
738 struct sms_msg_hdr msg; in smsdvb_send_statistics_request()
889 struct sms_msg_hdr msg; in smsdvb_dvbt_set_frontend()
959 struct sms_msg_hdr msg; in smsdvb_isdbt_set_frontend()
/linux-6.12.1/drivers/media/usb/siano/
Dsmsusb.c98 struct sms_msg_hdr *phdr = (struct sms_msg_hdr *)surb->cb->p; in smsusb_onresponse()
124 phdr, sizeof(struct sms_msg_hdr)); in smsusb_onresponse()
211 struct sms_msg_hdr *phdr; in smsusb_sendrequest()
228 smsendian_handle_message_header((struct sms_msg_hdr *)phdr); in smsusb_sendrequest()
325 struct sms_msg_hdr msg = { MSG_SW_RELOAD_REQ, 0, HIF_TASK, in smsusb1_setmode()
326 sizeof(struct sms_msg_hdr), 0 }; in smsusb1_setmode()
415 align = usb_endpoint_maxp(desc) - sizeof(struct sms_msg_hdr); in smsusb_init_device()
/linux-6.12.1/drivers/media/mmc/siano/
Dsmssdio.c129 struct sms_msg_hdr *hdr; in smssdio_interrupt()
175 size = hdr->msg_length - sizeof(struct sms_msg_hdr); in smssdio_interrupt()