Home
last modified time | relevance | path

Searched refs:hsb (Results 1 – 9 of 9) sorted by relevance

/linux/fs/hfs/
A Dsuper.c234 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 …]
A Dinode.c319 struct hfs_sb_info *hsb = HFS_SB(inode->i_sb); in hfs_read_inode() local
329 inode->i_uid = hsb->s_uid; in hfs_read_inode()
330 inode->i_gid = hsb->s_gid; in hfs_read_inode()
354 inode->i_mode &= ~hsb->s_file_umask; in hfs_read_inode()
366 inode->i_mode = S_IFDIR | (S_IRWXUGO & ~hsb->s_dir_umask); in hfs_read_inode()
609 struct hfs_sb_info *hsb = HFS_SB(inode->i_sb); in hfs_inode_setattr() local
619 (!uid_eq(attr->ia_uid, hsb->s_uid))) || in hfs_inode_setattr()
621 (!gid_eq(attr->ia_gid, hsb->s_gid))) || in hfs_inode_setattr()
626 return hsb->s_quiet ? 0 : error; in hfs_inode_setattr()
635 attr->ia_mode &= S_ISDIR(inode->i_mode) ? ~hsb->s_dir_umask: ~hsb->s_file_umask; in hfs_inode_setattr()
/linux/Documentation/leds/
A Dleds-blinkm.rst53 b) Sysfs group to control rgb, fade, hsb, scripts ...
/linux/arch/arm/boot/dts/
A Dvexpress-v2p-ca5s.dts213 site2: hsb@40000000 {
A Dvexpress-v2p-ca15-tc1.dts243 site2: hsb@40000000 {
A Dvexpress-v2p-ca9.dts298 site2: hsb@e0000000 {
A Dvexpress-v2p-ca15_a7.dts615 site2: hsb@40000000 {
/linux/drivers/video/fbdev/
A Dimsttfb.c308 __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()
/linux/drivers/media/dvb-frontends/
A Dstv0900_core.c326 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()

Completed in 16 milliseconds