/kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_flash.c | 14 u32 pack_length, u16 pack_id, in ipc_flash_proc_format_ebl_pack() 17 u16 checksum = pack_id; in ipc_flash_proc_format_ebl_pack() 23 flash_req->pack_id = cpu_to_le16(pack_id); in ipc_flash_proc_format_ebl_pack() 61 u16 pack_id, u8 *payload, u32 payload_length) in ipc_flash_send_data() 67 pack_id, payload, payload_length); in ipc_flash_send_data() 69 dev_err(ipc_devlink->dev, "EBL2 pack failed for pack_id:%d", in ipc_flash_send_data() 70 pack_id); in ipc_flash_send_data() 78 pack_id); in ipc_flash_send_data() 85 pack_id); in ipc_flash_send_data() 13 ipc_flash_proc_format_ebl_pack(struct iosm_flash_data *flash_req, u32 pack_length, u16 pack_id, u8 *payload, u32 payload_length) ipc_flash_proc_format_ebl_pack() argument 60 ipc_flash_send_data(struct iosm_devlink *ipc_devlink, u32 size, u16 pack_id, u8 *payload, u32 payload_length) ipc_flash_send_data() argument 166 ipc_flash_send_receive(struct iosm_devlink *ipc_devlink, u16 pack_id, u8 *payload, u32 payload_length, u8 *mdm_rsp) ipc_flash_send_receive() argument [all...] |
H A D | iosm_ipc_flash.h | 205 * @pack_id: Flash Action type 210 __le16 pack_id; member
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | sg.h | 58 int pack_id; /* [i->o] unused internally (normally) */ member 87 compat_int_t pack_id; /* [i->o] unused internally (normally) */ member 151 int pack_id; /* pack_id associated with request */ member 182 /* When SG_SET_FORCE_PACK_ID set to 1, pack_id is input to read() which 183 tries to fetch a packet with a matching pack_id, waits, or returns EAGAIN. 184 If pack_id is -1 then read oldest waiting. When ...FORCE_PACK_ID set to 0 185 then pack_id ignored by read() and oldest readable fetched. */ 187 #define SG_GET_PACK_ID 0x227c /* Yields oldest readable pack_id (or -1) */ 257 int pack_id; /* [i member [all...] |
/kernel/linux/linux-6.6/include/scsi/ |
H A D | sg.h | 54 int pack_id; /* [i->o] unused internally (normally) */ member 83 compat_int_t pack_id; /* [i->o] unused internally (normally) */ member 180 int pack_id; /* pack_id associated with request */ member 211 /* When SG_SET_FORCE_PACK_ID set to 1, pack_id is input to read() which 212 tries to fetch a packet with a matching pack_id, waits, or returns EAGAIN. 213 If pack_id is -1 then read oldest waiting. When ...FORCE_PACK_ID set to 0 214 then pack_id ignored by read() and oldest readable fetched. */ 216 #define SG_GET_PACK_ID 0x227c /* Yields oldest readable pack_id (or -1) */ 286 int pack_id; /* [i member [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
H A D | sg.h | 76 int pack_id; member 105 int pack_id; member 119 int pack_id; member
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
H A D | sg.h | 76 int pack_id; member 105 int pack_id; member 119 int pack_id; member
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
H A D | sg.h | 76 int pack_id; member 105 int pack_id; member 119 int pack_id; member
|
/third_party/musl/include/scsi/ |
H A D | sg.h | 76 int pack_id; member 105 int pack_id; member 119 int pack_id; member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sg.c | 147 char force_packid; /* 1 -> pack_id input to read(), 0 -> ignored */ 193 static Sg_request *sg_get_rq_mark(Sg_fd * sfp, int pack_id, bool *busy); 408 static int get_sg_io_pack_id(int *pack_id, void __user *buf, size_t count) in get_sg_io_pack_id() argument 419 return get_user(*pack_id, &old_hdr->pack_id); in get_sg_io_pack_id() 425 return get_user(*pack_id, &hp->pack_id); in get_sg_io_pack_id() 431 return get_user(*pack_id, &hp->pack_id); in get_sg_io_pack_id() 435 /* no valid header was passed, so ignore the pack_id */ in get_sg_io_pack_id() 893 int pack_id; global() member 2091 sg_get_rq_mark(Sg_fd * sfp, int pack_id, bool *busy) sg_get_rq_mark() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sg.c | 152 char force_packid; /* 1 -> pack_id input to read(), 0 -> ignored */ 198 static Sg_request *sg_get_rq_mark(Sg_fd * sfp, int pack_id, bool *busy); 408 static int get_sg_io_pack_id(int *pack_id, void __user *buf, size_t count) in get_sg_io_pack_id() argument 419 return get_user(*pack_id, &old_hdr->pack_id); in get_sg_io_pack_id() 425 return get_user(*pack_id, &hp->pack_id); in get_sg_io_pack_id() 431 return get_user(*pack_id, &hp->pack_id); in get_sg_io_pack_id() 435 /* no valid header was passed, so ignore the pack_id */ in get_sg_io_pack_id() 895 int pack_id; global() member 2071 sg_get_rq_mark(Sg_fd * sfp, int pack_id, bool *busy) sg_get_rq_mark() argument [all...] |
H A D | scsi_ioctl.c | 633 .pack_id = hdr->pack_id, in put_sg_io_hdr() 681 .pack_id = hdr32.pack_id, in get_sg_io_hdr()
|
/kernel/linux/linux-5.10/drivers/soc/amlogic/ |
H A D | meson-gx-socinfo.c | 49 unsigned int pack_id; member 52 { "S905", 0x1f, 0, 0x20 }, /* pack_id != 0x20 */ 53 { "S905H", 0x1f, 0x3, 0xf }, /* pack_id & 0xf == 0x3 */ 54 { "S905M", 0x1f, 0x20, 0xf0 }, /* pack_id == 0x20 */ 106 soc_packages[i].pack_id == in socinfo_to_package_id()
|
/kernel/linux/linux-6.6/drivers/soc/amlogic/ |
H A D | meson-gx-socinfo.c | 49 unsigned int pack_id; member 52 { "S905", 0x1f, 0, 0x20 }, /* pack_id != 0x20 */ 53 { "S905H", 0x1f, 0x3, 0xf }, /* pack_id & 0xf == 0x3 */ 54 { "S905M", 0x1f, 0x20, 0xf0 }, /* pack_id == 0x20 */ 107 soc_packages[i].pack_id == in socinfo_to_package_id()
|
/third_party/ffmpeg/libavformat/ |
H A D | dvenc.c | 97 static int dv_write_pack(enum dv_pack_type pack_id, DVMuxContext *c, uint8_t* buf, int channel, int seq) in dv_write_pack() argument 104 buf[0] = (uint8_t)pack_id; in dv_write_pack() 105 switch (pack_id) { in dv_write_pack()
|
/kernel/linux/linux-5.10/block/ |
H A D | scsi_ioctl.c | 564 .pack_id = hdr->pack_id, in put_sg_io_hdr() 612 .pack_id = hdr32.pack_id, in get_sg_io_hdr()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dvenc.c | 998 static inline int dv_write_pack(enum dv_pack_type pack_id, DVVideoContext *c, in dv_write_pack() argument 1034 buf[0] = (uint8_t) pack_id; in dv_write_pack() 1035 switch (pack_id) { in dv_write_pack()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 2049 io_hdr.pack_id = from_block; in sg_read() 2115 io_hdr.pack_id = to_block; in sg_write() 3999 io_hdr.pack_id = k; in do_scsi_read_buffer() 4640 rsghp->pack_id = 0; in find_out_about_buffer() 4815 rsghp->pack_id = 2; in read_buffer() 4873 rsghp->pack_id = 1; in write_buffer() 4992 io_hdr.pack_id = k; in do_scsi_test_unit_ready() 5044 sghp->pack_id = 0; in do_sg_io() 6163 io_hdr.pack_id = from_block; in sg_read2() 6230 io_hdr.pack_id in sg_write2() [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | rt1011.c | 2245 rt1011->pack_id = 1; in rt1011_calibrate() 2249 if (rt1011->pack_id) in rt1011_calibrate() 2379 if (rt1011->pack_id) in rt1011_calibration_work()
|
H A D | rt1011.h | 695 unsigned int pack_id; /* 0: WLCSP; 1: QFN */ member
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 1845 static int pack_id = 0; variable 2127 req->sgdata.cdb.hdr.pack_id = pack_id++; in sanei_scsi_req_enter2() 2198 req->sgdata.sg3.hdr.pack_id = pack_id++; in sanei_scsi_req_enter2()
|