Searched refs:chattr (Results 1 – 2 of 2) sorted by relevance
| /drivers/dma/qcom/ |
| A D | hidma_mgmt_sys.c | 143 struct hidma_chan_attr *chattr; in show_values_channel() local 148 mdev = chattr->mdev; in show_values_channel() 161 struct hidma_chan_attr *chattr; in set_values_channel() local 167 mdev = chattr->mdev; in set_values_channel() 212 struct hidma_chan_attr *chattr; in create_sysfs_entry_channel() local 215 chattr = devm_kmalloc(&mdev->pdev->dev, sizeof(*chattr), GFP_KERNEL); in create_sysfs_entry_channel() 216 if (!chattr) in create_sysfs_entry_channel() 223 chattr->mdev = mdev; in create_sysfs_entry_channel() 224 chattr->index = index; in create_sysfs_entry_channel() 225 chattr->attr.attr.name = name_copy; in create_sysfs_entry_channel() [all …]
|
| /drivers/video/console/ |
| A D | newport_con.c | 584 unsigned short chattr; in newport_scroll() local 612 chattr = scr_readw(s++); in newport_scroll() 613 if (chattr != scr_readw(d)) { in newport_scroll() 614 newport_putc(vc, chattr, y, x); in newport_scroll() 615 scr_writew(chattr, d); in newport_scroll() 647 chattr = scr_readw(s--); in newport_scroll() 648 if (chattr != scr_readw(d)) { in newport_scroll() 649 newport_putc(vc, chattr, y, x); in newport_scroll() 650 scr_writew(chattr, d); in newport_scroll()
|
Completed in 13 milliseconds