Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
Ddep.c66 u8 bsi; member
78 u8 bsi; member
164 atr_res->bsi = 0x00; in st21nfca_tm_send_atr_res()
438 static void st21nfca_im_send_psl_req(struct nfc_hci_dev *hdev, u8 did, u8 bsi, in st21nfca_im_send_psl_req() argument
458 psl_req->brs = (0x30 & bsi << 4) | (bri & 0x03); in st21nfca_im_send_psl_req()
505 atr_res->bsi, atr_res->bri, in st21nfca_im_recv_atr_res_cb()
554 atr_req->bsi = 0x00; in st21nfca_im_send_atr_req()
569 info->dep_info.bsi = atr_req->bsi; in st21nfca_im_send_atr_req()
Dst21nfca.h122 u8 bsi; member
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Drx51-battery.txt12 * "bsi" - The ADC channel for battery size identification
23 "bsi",
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dmca_drv.c425 switch (pbci->bsi) { in is_mca_global()
584 if (psp->bc && pbci->eb && pbci->bsi == 0) { in recover_from_platform_error()
702 if (pbci->eb && pbci->bsi > 0) in recover_from_processor_error()
/kernel/linux/linux-5.10/fs/btrfs/
Dinode.c10094 struct btrfs_swap_info *bsi) in btrfs_add_swap_extent() argument
10106 if (bsi->nr_pages >= sis->max) in btrfs_add_swap_extent()
10109 max_pages = sis->max - bsi->nr_pages; in btrfs_add_swap_extent()
10110 first_ppage = ALIGN(bsi->block_start, PAGE_SIZE) >> PAGE_SHIFT; in btrfs_add_swap_extent()
10111 next_ppage = ALIGN_DOWN(bsi->block_start + bsi->block_len, in btrfs_add_swap_extent()
10120 if (bsi->start == 0) in btrfs_add_swap_extent()
10122 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent()
10123 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent()
10124 if (bsi->highest_ppage < (next_ppage - 1)) in btrfs_add_swap_extent()
10125 bsi->highest_ppage = next_ppage - 1; in btrfs_add_swap_extent()
[all …]
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dpal.h585 bsi : 8, /* Bus error status member
735 #define pmci_bus_status_info pme_bus.bsi
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch28006 +static struct bluesleep_info *bsi;
28062 + return (gpio_get_value(bsi->host_wake) != bsi->irq_polarity) &&
28064 + (bsi->uport != NULL);
28072 + wake_lock(&bsi->wake_lock);
28077 + if (bsi->has_ext_wake == 1)
28078 + gpio_set_value(bsi->ext_wake, 1);
28100 + if (bsi->uport->ops->tx_empty(bsi->uport)) {
28109 + wake_lock_timeout(&bsi->wake_lock, HZ / 2);
28120 + if (bsi->has_ext_wake == 1)
28121 + gpio_set_value(bsi->ext_wake, 1);
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Domap3-n900.dts156 io-channel-names = "temp", "bsi", "vbat";