Home
last modified time | relevance | path

Searched refs:bsi (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/nfc/st21nfca/
H A Ddep.c66 u8 bsi; member
78 u8 bsi; member
162 atr_res->bsi = 0x00; in st21nfca_tm_send_atr_res()
416 static void st21nfca_im_send_psl_req(struct nfc_hci_dev *hdev, u8 did, u8 bsi, in st21nfca_im_send_psl_req() argument
436 psl_req->brs = (0x30 & bsi << 4) | (bri & 0x03); in st21nfca_im_send_psl_req()
483 atr_res->bsi, atr_res->bri, in st21nfca_im_recv_atr_res_cb()
532 atr_req->bsi = 0x00; in st21nfca_im_send_atr_req()
547 info->dep_info.bsi = atr_req->bsi; in st21nfca_im_send_atr_req()
H A Dst21nfca.h122 u8 bsi; member
/linux/fs/btrfs/
H A Dinode.c10251 struct btrfs_swap_info *bsi) in btrfs_add_swap_extent() argument
10263 if (bsi->nr_pages >= sis->max) in btrfs_add_swap_extent()
10266 max_pages = sis->max - bsi->nr_pages; in btrfs_add_swap_extent()
10267 first_ppage = PAGE_ALIGN(bsi->block_start) >> PAGE_SHIFT; in btrfs_add_swap_extent()
10268 next_ppage = PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT; in btrfs_add_swap_extent()
10276 if (bsi->start == 0) in btrfs_add_swap_extent()
10278 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent()
10279 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent()
10280 if (bsi->highest_ppage < (next_ppage - 1)) in btrfs_add_swap_extent()
10281 bsi->highest_ppage = next_ppage - 1; in btrfs_add_swap_extent()
[all …]
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-n900.dts157 io-channel-names = "temp", "bsi", "vbat";