Home
last modified time | relevance | path

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

/linux/drivers/media/common/
H A Dcypress_firmware.c45 int data_offs = 4; in cypress_get_hexline() local
65 memcpy(hx->data, &b[data_offs], hx->len); in cypress_get_hexline()
66 hx->chk = b[hx->len + data_offs]; in cypress_get_hexline()
/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-firmware.c128 int data_offs = 4; in dvb_usb_get_hexline() local
148 memcpy(hx->data,&b[data_offs],hx->len); in dvb_usb_get_hexline()
149 hx->chk = b[hx->len + data_offs]; in dvb_usb_get_hexline()
/linux/include/scsi/
H A Dsas.h319 __be32 data_offs; member
540 __be32 data_offs; member
/linux/drivers/scsi/aic94xx/
H A Daic94xx_sas.h347 __le32 data_offs; member
/linux/drivers/mtd/nand/raw/
H A Dmtk_nand.c940 u32 data_offs, u32 readlen, in mtk_nfc_read_subpage() argument
954 start = data_offs / chip->ecc.size; in mtk_nfc_read_subpage()
955 end = DIV_ROUND_UP(data_offs + readlen, chip->ecc.size); in mtk_nfc_read_subpage()