Searched refs:hsb (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | super.c | 224 static int parse_options(char *options, struct hfs_sb_info *hsb) in parse_options() argument 231 hsb->s_uid = current_uid(); in parse_options() 232 hsb->s_gid = current_gid(); in parse_options() 233 hsb->s_file_umask = 0133; in parse_options() 234 hsb->s_dir_umask = 0022; in parse_options() 235 hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */ in parse_options() 236 hsb->s_quiet = 0; in parse_options() 237 hsb->part = -1; in parse_options() 238 hsb->session = -1; in parse_options() 254 hsb->s_uid = make_kuid(current_user_ns(), (uid_t)tmp); in parse_options() [all …]
|
| H A D | inode.c | 317 struct hfs_sb_info *hsb = HFS_SB(inode->i_sb); in hfs_read_inode() local 327 inode->i_uid = hsb->s_uid; in hfs_read_inode() 328 inode->i_gid = hsb->s_gid; in hfs_read_inode() 352 inode->i_mode &= ~hsb->s_file_umask; in hfs_read_inode() 364 inode->i_mode = S_IFDIR | (S_IRWXUGO & ~hsb->s_dir_umask); in hfs_read_inode() 608 struct hfs_sb_info *hsb = HFS_SB(inode->i_sb); in hfs_inode_setattr() local 617 (!uid_eq(attr->ia_uid, hsb->s_uid))) || in hfs_inode_setattr() 619 (!gid_eq(attr->ia_gid, hsb->s_gid))) || in hfs_inode_setattr() 624 return hsb->s_quiet ? 0 : error; in hfs_inode_setattr() 633 attr->ia_mode &= S_ISDIR(inode->i_mode) ? ~hsb->s_dir_umask: ~hsb->s_file_umask; in hfs_inode_setattr()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | hsb_DE | 46 % (see:https://unicode.org/cldr/trac/browser/trunk/common/collation/hsb.xml) 58 % (see: https://unicode.org/cldr/trac/browser/trunk/common/main/hsb.xml) 239 lang_term "hsb" 240 lang_lib "hsb"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | hsb_DE | 46 % (see:https://unicode.org/cldr/trac/browser/trunk/common/collation/hsb.xml) 58 % (see: https://unicode.org/cldr/trac/browser/trunk/common/main/hsb.xml) 239 lang_term "hsb" 240 lang_lib "hsb"
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | leds-blinkm.rst | 53 b) Sysfs group to control rgb, fade, hsb, scripts ...
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | imsttfb.c | 308 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member 505 init->hsb = init->heb + (xres >> 3); in compute_imstt_regvals_ibm() 506 init->ht = init->hsb + htp; in compute_imstt_regvals_ibm() 703 write_reg_le32(par->dc_regs, HSB, init->hsb); in set_imstt_regvals()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | vexpress-v2p-ca5s.dts | 268 site2: hsb@40000000 {
|
| H A D | vexpress-v2p-ca15-tc1.dts | 298 site2: hsb@40000000 {
|
| H A D | vexpress-v2p-ca9.dts | 356 site2: hsb@e0000000 {
|
| H A D | vexpress-v2p-ca15_a7.dts | 670 site2: hsb@40000000 {
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv0900_core.c | 326 u32 lsb, msb, hsb, err_val; in stv0900_get_err_count() local 331 hsb = stv0900_get_bits(intp, ERR_CNT12); in stv0900_get_err_count() 336 hsb = stv0900_get_bits(intp, ERR_CNT22); in stv0900_get_err_count() 342 err_val = (hsb << 16) + (msb << 8) + (lsb); in stv0900_get_err_count()
|