Home
last modified time | relevance | path

Searched refs:pack_id (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_flash.c14 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 Diosm_ipc_flash.h205 * @pack_id: Flash Action type
210 __le16 pack_id; member
/kernel/linux/linux-5.10/include/scsi/
H A Dsg.h58 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 Dsg.h54 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...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsg.c147 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 Dsg.c152 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 Dscsi_ioctl.c633 .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 Dmeson-gx-socinfo.c49 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 Dmeson-gx-socinfo.c49 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()
/kernel/linux/linux-5.10/block/
H A Dscsi_ioctl.c564 .pack_id = hdr->pack_id, in put_sg_io_hdr()
612 .pack_id = hdr32.pack_id, in get_sg_io_hdr()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drt1011.c2245 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 Drt1011.h695 unsigned int pack_id; /* 0: WLCSP; 1: QFN */ member

Completed in 14 milliseconds