Home
last modified time | relevance | path

Searched refs:app_info (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_edif_bsg.h68 struct app_id app_info; member
76 struct app_id app_info; member
90 struct app_id app_info; member
141 struct app_id app_info; member
165 struct app_id app_info; member
208 struct app_id app_info; member
245 struct app_id app_info; member
259 struct app_id app_info; member
Dqla_edif.c550 __func__, appstart.app_info.app_vid, appstart.app_start_flags); in qla_edif_app_start()
682 __func__, appstop.app_info.app_vid); in qla_edif_app_stop()
/linux-6.6.21/drivers/media/firewire/
Dfiredtv-avc.c969 int avc_ca_app_info(struct firedtv *fdtv, unsigned char *app_info, in avc_ca_app_info() argument
998 app_info[0] = (EN50221_TAG_APP_INFO >> 16) & 0xff; in avc_ca_app_info()
999 app_info[1] = (EN50221_TAG_APP_INFO >> 8) & 0xff; in avc_ca_app_info()
1000 app_info[2] = (EN50221_TAG_APP_INFO >> 0) & 0xff; in avc_ca_app_info()
1001 app_info[3] = 6 + r->operand[pos + 4]; in avc_ca_app_info()
1002 app_info[4] = 0x01; in avc_ca_app_info()
1003 memcpy(&app_info[5], &r->operand[pos], 5 + r->operand[pos + 4]); in avc_ca_app_info()
1004 *len = app_info[3] + 4; in avc_ca_app_info()
1011 int avc_ca_info(struct firedtv *fdtv, unsigned char *app_info, in avc_ca_info() argument
1040 app_info[0] = (EN50221_TAG_CA_INFO >> 16) & 0xff; in avc_ca_info()
[all …]
Dfiredtv.h123 int avc_ca_app_info(struct firedtv *fdtv, unsigned char *app_info,
125 int avc_ca_info(struct firedtv *fdtv, unsigned char *app_info,
128 int avc_ca_pmt(struct firedtv *fdtv, char *app_info, int length);