Home
last modified time | relevance | path

Searched refs:chl (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/fs/fat/
H A Dnamei_vfat.c335 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) > in vfat_create_shortname()
[all...]
H A Ddir.c361 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 in fat_parse_short()
[all...]
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dbcm-phy-lib.h47 u16 reg, u16 chl, u16 value);
49 u16 reg, u16 chl);
H A Dbcm-phy-lib.c122 u16 reg, u16 chl, u16 val) in bcm_phy_write_misc()
138 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg; in bcm_phy_write_misc()
146 u16 reg, u16 chl) in bcm_phy_read_misc()
162 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg; in bcm_phy_read_misc()
121 bcm_phy_write_misc(struct phy_device *phydev, u16 reg, u16 chl, u16 val) bcm_phy_write_misc() argument
145 bcm_phy_read_misc(struct phy_device *phydev, u16 reg, u16 chl) bcm_phy_read_misc() argument
/kernel/linux/linux-6.6/fs/fat/
H A Dnamei_vfat.c335 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) > in vfat_create_shortname()
[all...]
H A Ddir.c361 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 in fat_parse_short()
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dbcm-phy-lib.h55 u16 reg, u16 chl, u16 value);
57 u16 reg, u16 chl);
H A Dbcm-phy-lib.c124 u16 reg, u16 chl, u16 val) in bcm_phy_write_misc()
140 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg; in bcm_phy_write_misc()
148 u16 reg, u16 chl) in bcm_phy_read_misc()
164 tmp = (chl * MII_BCM_CHANNEL_WIDTH) | reg; in bcm_phy_read_misc()
123 bcm_phy_write_misc(struct phy_device *phydev, u16 reg, u16 chl, u16 val) bcm_phy_write_misc() argument
147 bcm_phy_read_misc(struct phy_device *phydev, u16 reg, u16 chl) bcm_phy_read_misc() argument
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dtas2781-fmwlib.c1406 unsigned short chl, unsigned char book, unsigned char page, in do_singlereg_checksum()
1427 ret = tasdevice_dev_read(tasdevice, chl, in do_singlereg_checksum()
1436 tasdevice->tasdevice[chl].err_code |= ERROR_YRAM_CRCCHK; in do_singlereg_checksum()
1405 do_singlereg_checksum(struct tasdevice_priv *tasdevice, unsigned short chl, unsigned char book, unsigned char page, unsigned char reg, unsigned char val) do_singlereg_checksum() argument

Completed in 11 milliseconds