Home
last modified time | relevance | path

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

/linux/drivers/media/common/siano/
H A 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()
H A 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()
[all...]
H A 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;
/linux/drivers/media/usb/siano/
H A 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/drivers/media/mmc/siano/
H A Dsmssdio.c129 struct sms_msg_hdr *hdr; in smssdio_interrupt()
175 size = hdr->msg_length - sizeof(struct sms_msg_hdr); in smssdio_interrupt()