| /OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/ |
| H A D | bitmask.c | 26 struct bitmask *bmp; in bitmask_alloc() local 41 void bitmask_free(struct bitmask *bmp) in bitmask_free() 62 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) in _getbit() 71 static void _setbit(struct bitmask *bmp, unsigned int n, unsigned int v) in _setbit() 115 struct bitmask *bitmask_setbit(struct bitmask *bmp, unsigned int i) in bitmask_setbit() 122 struct bitmask *bitmask_setall(struct bitmask *bmp) in bitmask_setall() 131 struct bitmask *bitmask_clearall(struct bitmask *bmp) in bitmask_clearall() 140 int bitmask_isallclear(const struct bitmask *bmp) in bitmask_isallclear() 150 int bitmask_isbitset(const struct bitmask *bmp, unsigned int i) in bitmask_isbitset() 156 unsigned int bitmask_first(const struct bitmask *bmp) in bitmask_first() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ |
| H A D | msi_bitmap.c | 14 int msi_bitmap_alloc_hwirqs(struct msi_bitmap *bmp, int num) in msi_bitmap_alloc_hwirqs() 38 void msi_bitmap_free_hwirqs(struct msi_bitmap *bmp, unsigned int offset, in msi_bitmap_free_hwirqs() 52 void msi_bitmap_reserve_hwirq(struct msi_bitmap *bmp, unsigned int hwirq) in msi_bitmap_reserve_hwirq() 74 int msi_bitmap_reserve_dt_hwirqs(struct msi_bitmap *bmp) in msi_bitmap_reserve_dt_hwirqs() 111 int __ref msi_bitmap_alloc(struct msi_bitmap *bmp, unsigned int irq_count, in msi_bitmap_alloc() 147 void msi_bitmap_free(struct msi_bitmap *bmp) in msi_bitmap_free() 159 struct msi_bitmap bmp; in test_basics() local 225 struct msi_bitmap bmp; in test_of_node() local
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_dmap.c | 57 #define BMAP_LOCK_INIT(bmp) mutex_init(&bmp->db_bmaplock) argument 58 #define BMAP_LOCK(bmp) mutex_lock(&bmp->db_bmaplock) argument 59 #define BMAP_UNLOCK(bmp) mutex_unlock(&bmp->db_bmaplock) argument 155 struct bmap *bmp; in dbMount() local 238 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUnmount() local 260 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbSync() local 332 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbFree() local 424 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUpdatePMap() local 605 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbNextAG() local 699 struct bmap *bmp; in dbAlloc() local [all …]
|
| H A D | jfs_discard.c | 68 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in jfs_ioc_trim() local
|
| H A D | resize.c | 58 struct bmap *bmp = sbi->bmap; in jfs_extendfs() local
|
| H A D | jfs_imap.c | 848 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 2007 struct metapage *amp = NULL, *bmp = NULL; in diAllocBit() local 2154 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | alloc.c | 72 __le32 *bmp; in chk_if_allocated() local 118 __le32 *bmp; in alloc_in_bmp() local 299 __le32 *bmp; in hpfs_alloc_if_possible() local 318 __le32 *bmp; in hpfs_free_sectors() local 364 __le32 *bmp; in hpfs_check_free_dnodes() local 416 __le32 *bmp; in hpfs_free_dnode() local 489 static unsigned find_run(__le32 *bmp, unsigned *idx) in find_run() 530 __le32 *bmp; in hpfs_trim_fs() local
|
| H A D | map.c | 112 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bmp.c | 45 struct bmp_image *bmp; in gunzip_bmp() local 194 struct bmp_image *bmp = (struct bmp_image *)map_sysmem(addr, 0); in bmp_info() local 234 struct bmp_image *bmp = map_sysmem(addr, 0); in bmp_display() local
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | bmpconvert | 293 bmp = BMPFile(sys.argv[1]) variable 310 bmp = BMPFile(sys.argv[1], revers, swap) variable
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | video_bmp.c | 42 struct bmp_image *bmp, ushort *cmap, in video_display_rle8_bitmap() 199 struct bmp_image *bmp = map_sysmem(bmp_image, 0); in video_bmp_display() local
|
| H A D | atmel_lcdfb.c | 104 void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | aspeed-bmc-opp-witherspoon.dts | 354 bmp: bmp280@77 { label
|
| H A D | aspeed-bmc-opp-tacoma.dts | 465 bmp: bmp280@77 { label
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd.c | 454 static void lcd_display_rle8_bitmap(struct bmp_image *bmp, ushort *cmap, in lcd_display_rle8_bitmap() 554 __weak void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap() 574 struct bmp_image *bmp = (struct bmp_image *)map_sysmem(bmp_image, 0); in lcd_display_bitmap() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | sta_sch.h | 86 u32 bmp; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | sta_sch.h | 86 u32 bmp; member
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | bmp_logo.c | 77 bitmap_t bmp; in main() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/4xx/ |
| H A D | hsta_msi.c | 27 struct msi_bitmap bmp; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | bmp_helper.c | 147 struct bmp_image *bmp = bmp_addr; in bmpdecoder() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_bsg.c | 307 struct lpfc_dmabuf *bmp, *cmp, *rmp; in lpfc_bsg_send_mgmt_cmd_cmp() local 399 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL, *rmp = NULL; in lpfc_bsg_send_mgmt_cmd() local 1404 struct lpfc_dmabuf *bmp, *cmp; in lpfc_issue_ct_rsp_cmp() local 1482 struct lpfc_dmabuf *cmp, struct lpfc_dmabuf *bmp, in lpfc_issue_ct_rsp() 1635 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL; in lpfc_bsg_send_mgmt_rsp() local 5086 struct lpfc_dmabuf *bmp, *cmp, *rmp; in lpfc_bsg_menlo_cmd_cmp() local 5184 struct lpfc_dmabuf *bmp = NULL, *cmp = NULL, *rmp = NULL; in lpfc_menlo_cmd() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | sbitmap.h | 171 bmp_iter_set_init (sbitmap_iterator *i, const_sbitmap bmp, in bmp_iter_set_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | sbitmap.h | 171 bmp_iter_set_init (sbitmap_iterator *i, const_sbitmap bmp, in bmp_iter_set_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_wlan_util.c | 2992 inline bool rtw_bmp_is_set(const u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_is_set() 3000 inline void rtw_bmp_set(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_set() 3006 inline void rtw_bmp_clear(u8 *bmp, u8 bmp_len, u8 id) in rtw_bmp_clear() 3012 inline bool rtw_bmp_not_empty(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty() 3024 inline bool rtw_bmp_not_empty_exclude_bit0(const u8 *bmp, u8 bmp_len) in rtw_bmp_not_empty_exclude_bit0()
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | dir.c | 1102 u8 *kaddr, *bmp, *index_end; in ntfs_readdir() local
|