Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/common/siano/
Dsmsendian.c33 sizeof(struct sms_msg_hdr))/4; in smsendian_handle_tx_message()
70 sizeof(struct sms_msg_hdr))/4; in smsendian_handle_rx_message()
85 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()
1252 void *buffer = kmalloc(sizeof(struct sms_msg_hdr) + SMS_DMA_ALIGNMENT, in smscore_detect_mode()
1254 struct sms_msg_hdr *msg = in smscore_detect_mode()
1255 (struct sms_msg_hdr *) SMS_ALIGN_ADDRESS(buffer); in smscore_detect_mode()
1262 sizeof(struct sms_msg_hdr)); in smscore_detect_mode()
1477 struct sms_msg_hdr *phdr = (struct sms_msg_hdr *) ((u8 *) cb->p in smscore_onresponse()
1594 + sizeof(struct sms_msg_hdr)), in smscore_onresponse()
1596 - sizeof(struct sms_msg_hdr)); in smscore_onresponse()
[all …]
Dsmscoreapi.h609 struct sms_msg_hdr { struct
618 struct sms_msg_hdr x_msg_header; argument
623 struct sms_msg_hdr x_msg_header;
628 struct sms_msg_hdr x_msg_header;
633 struct sms_msg_hdr x_msg_header;
639 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.1.9/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()
209 struct sms_msg_hdr *phdr; in smsusb_sendrequest()
226 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()
410 align = usb_endpoint_maxp(desc) - sizeof(struct sms_msg_hdr); in smsusb_init_device()
/linux-6.1.9/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()