Searched refs:hsb (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/hfs/ |
H A D | super.c | 234 hsb->s_type = hsb->s_creator = cpu_to_be32(0x3f3f3f3f); /* == '????' */ in parse_options() 235 hsb->s_quiet = 0; in parse_options() 236 hsb->part = -1; in parse_options() 237 hsb->session = -1; in parse_options() 317 hsb->s_quiet = 1; in parse_options() 320 if (hsb->nls_disk) { in parse_options() 327 if (!hsb->nls_disk) { in parse_options() 335 if (hsb->nls_io) { in parse_options() 342 if (!hsb->nls_io) { in parse_options() 354 if (hsb->nls_disk && !hsb->nls_io) { in parse_options() [all …]
|
H A D | inode.c | 324 struct hfs_sb_info *hsb = HFS_SB(inode->i_sb); in hfs_read_inode() local 334 inode->i_uid = hsb->s_uid; in hfs_read_inode() 335 inode->i_gid = hsb->s_gid; in hfs_read_inode() 359 inode->i_mode &= ~hsb->s_file_umask; in hfs_read_inode() 371 inode->i_mode = S_IFDIR | (S_IRWXUGO & ~hsb->s_dir_umask); in hfs_read_inode() 621 struct hfs_sb_info *hsb = HFS_SB(inode->i_sb); in hfs_inode_setattr() local 631 (!uid_eq(attr->ia_uid, hsb->s_uid))) || in hfs_inode_setattr() 633 (!gid_eq(attr->ia_gid, hsb->s_gid))) || in hfs_inode_setattr() 638 return hsb->s_quiet ? 0 : error; in hfs_inode_setattr() 647 attr->ia_mode &= S_ISDIR(inode->i_mode) ? ~hsb->s_dir_umask: ~hsb->s_file_umask; in hfs_inode_setattr()
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-blinkm.rst | 53 b) Sysfs group to control rgb, fade, hsb, scripts ...
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | vexpress-v2p-ca5s.dts | 214 site2: hsb@40000000 {
|
H A D | vexpress-v2p-ca15-tc1.dts | 243 site2: hsb@40000000 {
|
H A D | vexpress-v2p-ca9.dts | 298 site2: hsb@e0000000 {
|
H A D | vexpress-v2p-ca15_a7.dts | 615 site2: hsb@40000000 {
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | imsttfb.c | 309 __u16 hes, heb, hsb, ht, ves, veb, vsb, vt, vil; member 506 init->hsb = init->heb + (xres >> 3); in compute_imstt_regvals_ibm() 507 init->ht = init->hsb + htp; in compute_imstt_regvals_ibm() 704 write_reg_le32(par->dc_regs, HSB, init->hsb); in set_imstt_regvals()
|
/openbmc/linux/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()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2055 VUPK(hsb, s16, s8, UPKHI)
|