Home
last modified time | relevance | path

Searched refs:rle (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/parport/
Dieee1284_ops.c501 int rle = 0; in parport_ieee1284_ecp_read_data()
553 if (rle) in parport_ieee1284_ecp_read_data()
588 rle = 1; in parport_ieee1284_ecp_read_data()
618 if (rle) { in parport_ieee1284_ecp_read_data()
619 rle = 0; in parport_ieee1284_ecp_read_data()
/Linux-v5.4/scripts/
Dsortextable.c128 static uint32_t rle(const uint32_t *x) in rle() function
281 r = rle; in do_file()
/Linux-v5.4/crypto/
DMakefile145 obj-$(CONFIG_CRYPTO_LZO) += lzo.o lzo-rle.o
/Linux-v5.4/drivers/scsi/
Dhpsa.c3438 struct ext_report_lun_entry *rle = &rlep->LUN[rle_index]; in hpsa_get_enclosure_info() local
3444 bmic_device_index = GET_BMIC_DRIVE_NUMBER(&rle->lunid[0]); in hpsa_get_enclosure_info()
3451 if (bmic_device_index == 0xFF00 || MASKED_DEVICE(&rle->lunid[0])) { in hpsa_get_enclosure_info()
4161 struct ext_report_lun_entry *rle; in hpsa_get_ioaccel_drive_info() local
4163 rle = &rlep->LUN[rle_index]; in hpsa_get_ioaccel_drive_info()
4165 dev->ioaccel_handle = rle->ioaccel_handle; in hpsa_get_ioaccel_drive_info()
4166 if ((rle->device_flags & 0x08) && dev->ioaccel_handle) in hpsa_get_ioaccel_drive_info()
4169 rc = hpsa_bmic_id_physical_device(h, &rle->lunid[0], in hpsa_get_ioaccel_drive_info()
4170 GET_BMIC_DRIVE_NUMBER(&rle->lunid[0]), id_phys, in hpsa_get_ioaccel_drive_info()
4187 struct ext_report_lun_entry *rle = &rlep->LUN[rle_index]; in hpsa_get_path_info() local
[all …]
/Linux-v5.4/Documentation/
Dlzo.txt92 (lzo and lzo-rle). Differences in the encoding are noted in this document with
/Linux-v5.4/block/
Dsed-opal.c1225 u8 *uid, bool rle, bool wle, in generic_lr_enable_disable() argument
1238 add_token_u8(&err, dev, rle); in generic_lr_enable_disable()