Searched refs:chl (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/fat/ |
| H A D | namei_vfat.c | 332 int chl, chi; in vfat_create_shortname() local 380 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname() 382 if (chl == 0) in vfat_create_shortname() 385 if (baselen < 2 && (baselen + chl) > 2) in vfat_create_shortname() 387 if (baselen < 6 && (baselen + chl) > 6) in vfat_create_shortname() 389 for (chi = 0; chi < chl; chi++) { in vfat_create_shortname() 396 if ((chi < chl - 1) || (ip + 1) - uname < sz) in vfat_create_shortname() 408 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname() 410 if (chl == 0) in vfat_create_shortname() 413 if ((extlen + chl) > 3) { in vfat_create_shortname() [all …]
|
| H A D | dir.c | 373 int chi, chl, i, j, k; in fat_parse_short() local 394 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_parse_short() 397 if (chl <= 1) { in fat_parse_short() 408 i += min(chl, 8-i); in fat_parse_short() 410 for (chi = 0; chi < chl && i < 8; chi++, i++) in fat_parse_short() 413 if (chl) in fat_parse_short() 430 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k, in fat_parse_short() 433 if (chl <= 1) { in fat_parse_short() 445 int offset = min(chl, MSDOS_NAME-k); in fat_parse_short() 449 for (chi = 0; chi < chl && k < MSDOS_NAME; in fat_parse_short() [all …]
|
| /linux/arch/arm/boot/dts/intel/ixp/ |
| H A D | intel-ixp42x-goramo-multilink.dts | 121 intel,queue-chl-rxtrig = <&qmgr 12>; 122 intel,queue-chl-txready = <&qmgr 34>; 136 intel,queue-chl-rxtrig = <&qmgr 10>; 137 intel,queue-chl-txready = <&qmgr 35>;
|
| /linux/drivers/net/phy/ |
| H A D | bcm-phy-lib.h | 55 u16 reg, u16 chl, u16 value); 57 u16 reg, u16 chl);
|