Home
last modified time | relevance | path

Searched full:bsi (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/nfc/st21nfca/
Ddep.c66 u8 bsi; member
78 u8 bsi; member
164 atr_res->bsi = 0x00; in st21nfca_tm_send_atr_res()
415 static void st21nfca_im_send_psl_req(struct nfc_hci_dev *hdev, u8 did, u8 bsi, in st21nfca_im_send_psl_req() argument
435 psl_req->brs = (0x30 & bsi << 4) | (bri & 0x03); in st21nfca_im_send_psl_req()
482 atr_res->bsi, atr_res->bri, in st21nfca_im_recv_atr_res_cb()
531 atr_req->bsi = 0x00; in st21nfca_im_send_atr_req()
546 info->dep_info.bsi = atr_req->bsi; in st21nfca_im_send_atr_req()
Dst21nfca.h122 u8 bsi; member
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/
Dnokia,n900-battery.yaml29 - const: bsi
47 "bsi",
/linux-6.12.1/drivers/power/supply/
Drx51_battery.c39 * This conversion formula was extracted from maemo program bsi-read
129 * Read ADCIN channel 4 (BSI) and convert RAW value to micro Ah
130 * This conversion formula was extracted from maemo program bsi-read
213 di->channel_bsi = devm_iio_channel_get(di->dev, "bsi"); in rx51_battery_probe()
/linux-6.12.1/fs/btrfs/
Dinode.c9723 struct btrfs_swap_info *bsi) in btrfs_add_swap_extent() argument
9735 if (bsi->nr_pages >= sis->max) in btrfs_add_swap_extent()
9738 max_pages = sis->max - bsi->nr_pages; in btrfs_add_swap_extent()
9739 first_ppage = PAGE_ALIGN(bsi->block_start) >> PAGE_SHIFT; in btrfs_add_swap_extent()
9740 next_ppage = PAGE_ALIGN_DOWN(bsi->block_start + bsi->block_len) >> PAGE_SHIFT; in btrfs_add_swap_extent()
9748 if (bsi->start == 0) in btrfs_add_swap_extent()
9750 if (bsi->lowest_ppage > first_ppage_reported) in btrfs_add_swap_extent()
9751 bsi->lowest_ppage = first_ppage_reported; in btrfs_add_swap_extent()
9752 if (bsi->highest_ppage < (next_ppage - 1)) in btrfs_add_swap_extent()
9753 bsi->highest_ppage = next_ppage - 1; in btrfs_add_swap_extent()
[all …]
/linux-6.12.1/drivers/clk/mediatek/
Dclk-mt8516.c603 GATE_TOP2(CLK_TOP_BSI, "bsi", "ahb_infra_sel", 26),
Dclk-mt8167.c815 GATE_TOP2(CLK_TOP_BSI, "bsi", "ahb_infra_sel", 26),
/linux-6.12.1/arch/arm/boot/dts/ti/omap/
Domap3-n900.dts157 io-channel-names = "temp", "bsi", "vbat";
/linux-6.12.1/drivers/net/can/ctucanfd/
Dctucanfd_base.c1143 /* Ignore RI, TI, LFI, RFI, BSI */ in ctucan_interrupt()
/linux-6.12.1/drivers/media/i2c/
Dov5640.c3276 * Sensor is a BSI (Back Side Illuminated) one, in ov5640_set_ctrl_hflip()