Searched refs:chl (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/fat/ |
| H A D | namei_vfat.c | 333 int chl, chi; in vfat_create_shortname() local 381 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname() 383 if (chl == 0) in vfat_create_shortname() 386 if (baselen < 2 && (baselen + chl) > 2) in vfat_create_shortname() 388 if (baselen < 6 && (baselen + chl) > 6) in vfat_create_shortname() 390 for (chi = 0; chi < chl; chi++) { in vfat_create_shortname() 397 if ((chi < chl - 1) || (ip + 1) - uname < sz) in vfat_create_shortname() 409 chl = to_shortname_char(nls, charbuf, sizeof(charbuf), in vfat_create_shortname() 411 if (chl == 0) in vfat_create_shortname() 414 if ((extlen + chl) > 3) { in vfat_create_shortname() [all …]
|
| H A D | dir.c | 375 int chi, chl, i, j, k; in fat_parse_short() local 396 chl = fat_shortname2uni(nls_disk, &work[i], 8 - i, in fat_parse_short() 399 if (chl <= 1) { in fat_parse_short() 410 i += min(chl, 8-i); in fat_parse_short() 412 for (chi = 0; chi < chl && i < 8; chi++, i++) in fat_parse_short() 415 if (chl) in fat_parse_short() 432 chl = fat_shortname2uni(nls_disk, &work[k], MSDOS_NAME - k, in fat_parse_short() 435 if (chl <= 1) { in fat_parse_short() 447 int offset = min(chl, MSDOS_NAME-k); in fat_parse_short() 451 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);
|
| H A 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/sound/soc/codecs/ |
| H A D | tas2781-fmwlib.c | 1580 unsigned short chl, unsigned char book, unsigned char page, in do_singlereg_checksum() argument 1601 ret = tasdevice->dev_read(tasdevice, chl, in do_singlereg_checksum() 1610 tasdevice->tasdevice[chl].err_code |= ERROR_YRAM_CRCCHK; in do_singlereg_checksum()
|