Searched refs:chl (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/fs/fat/ |
D | namei_vfat.c | 335 int chl, chi; in vfat_create_shortname() local 383 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname() 385 if (chl == 0) in vfat_create_shortname() 388 if (baselen < 2 && (baselen + chl) > 2) in vfat_create_shortname() 390 if (baselen < 6 && (baselen + chl) > 6) in vfat_create_shortname() 392 for (chi = 0; chi < chl; chi++) { in vfat_create_shortname() 399 if ((chi < chl - 1) || (ip + 1) - uname < sz) in vfat_create_shortname() 411 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname() 413 if (chl == 0) in vfat_create_shortname() 416 if ((extlen + chl) > 3) { in vfat_create_shortname() [all …]
|
D | dir.c | 361 int chi, chl, i, j, k; in fat_parse_short() local 382 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_parse_short() 385 if (chl <= 1) { in fat_parse_short() 396 i += min(chl, 8-i); in fat_parse_short() 398 for (chi = 0; chi < chl && i < 8; chi++, i++) in fat_parse_short() 401 if (chl) in fat_parse_short() 418 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k, in fat_parse_short() 421 if (chl <= 1) { in fat_parse_short() 433 int offset = min(chl, MSDOS_NAME-k); in fat_parse_short() 437 for (chi = 0; chi < chl && k < MSDOS_NAME; in fat_parse_short() [all …]
|
/Linux-v6.6/arch/arm/boot/dts/intel/ixp/ |
D | intel-ixp42x-goramo-multilink.dts | 119 intel,queue-chl-rxtrig = <&qmgr 12>; 120 intel,queue-chl-txready = <&qmgr 34>; 134 intel,queue-chl-rxtrig = <&qmgr 10>; 135 intel,queue-chl-txready = <&qmgr 35>;
|
/Linux-v6.6/drivers/net/phy/ |
D | bcm-phy-lib.h | 55 u16 reg, u16 chl, u16 value); 57 u16 reg, u16 chl);
|
D | bcm-phy-lib.c | 124 u16 reg, u16 chl, u16 val) in bcm_phy_write_misc() argument 140 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg; in bcm_phy_write_misc() 148 u16 reg, u16 chl) in bcm_phy_read_misc() argument 164 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg; in bcm_phy_read_misc()
|
/Linux-v6.6/sound/soc/codecs/ |
D | tas2781-fmwlib.c | 1406 unsigned short chl, unsigned char book, unsigned char page, in do_singlereg_checksum() argument 1427 ret = tasdevice_dev_read(tasdevice, chl, in do_singlereg_checksum() 1436 tasdevice->tasdevice[chl].err_code |= ERROR_YRAM_CRCCHK; in do_singlereg_checksum()
|