Home
last modified time | relevance | path

Searched refs:chl (Results 1 – 4 of 4) sorted by relevance

/linux/fs/fat/
H A Dnamei_vfat.c333 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 …]
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-goramo-multilink.dts121 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 Dbcm-phy-lib.h55 u16 reg, u16 chl, u16 value);
57 u16 reg, u16 chl);
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c1570 unsigned short chl, unsigned char book, unsigned char page, in do_singlereg_checksum() argument
1591 ret = tasdevice->dev_read(tasdevice, chl, in do_singlereg_checksum()
1600 tasdevice->tasdevice[chl].err_code |= ERROR_YRAM_CRCCHK; in do_singlereg_checksum()