| /linux-6.15/drivers/media/i2c/ |
| H A D | ar0521.c | 723 /* 3D00 */ be(0x043E), be(0x4760), be(0xFFFF), be(0xFFFF), 724 /* 3D08 */ be(0x8000), be(0x0510), be(0xAF08), be(0x0252), 725 /* 3D10 */ be(0x486F), be(0x5D5D), be(0x8056), be(0x8313), 726 /* 3D18 */ be(0x0087), be(0x6A48), be(0x6982), be(0x0280), 727 /* 3D20 */ be(0x8359), be(0x8D02), be(0x8020), be(0x4882), 728 /* 3D28 */ be(0x4269), be(0x6A95), be(0x5988), be(0x5A83), 729 /* 3D30 */ be(0x5885), be(0x6280), be(0x6289), be(0x6097), 730 /* 3D38 */ be(0x5782), be(0x605C), be(0xBF18), be(0x0961), 731 /* 3D40 */ be(0x5080), be(0x2090), be(0x4390), be(0x4382), 732 /* 3D48 */ be(0x5F8A), be(0x5D5D), be(0x9C63), be(0x8063), [all …]
|
| /linux-6.15/fs/nfs/blocklayout/ |
| H A D | extent_tree.c | 42 return be->be_f_offset + be->be_length; in ext_f_end() 152 be = ext_try_to_merge_left(root, be); in __ext_tree_insert() 159 be = ext_try_to_merge_right(root, be); in __ext_tree_insert() 231 be = ext_tree_next(be); in __ext_tree_remove() 234 while (be && ext_f_end(be) <= end) { in __ext_tree_remove() 242 if (be && be->be_f_offset < end) { in __ext_tree_remove() 425 for (be = __ext_tree_search(root, start); be; be = ext_tree_next(be)) { in ext_tree_mark_written() 470 be = ext_try_to_merge_left(root, be); in ext_tree_mark_written() 530 for (be = ext_tree_first(&bl->bl_ext_rw); be; be = ext_tree_next(be)) { in ext_tree_encode_commit() 626 for (be = ext_tree_first(root); be; be = ext_tree_next(be)) { in ext_tree_mark_committed() [all …]
|
| H A D | blocklayout.c | 54 switch (be->be_state) { in is_hole() 137 isect += be->be_v_offset; in do_add_page_to_bio() 182 extent_length = be.be_length - (isect - be.be_f_offset); in bl_mark_devices_unavailable() 270 extent_length = be.be_length - (isect - be.be_f_offset); in bl_read_pagelist() 283 if (is_hole(&be)) { in bl_read_pagelist() 418 extent_length = be.be_length - (isect - be.be_f_offset); in bl_write_pagelist() 542 lv->cowread = be->be_f_offset + be->be_length; in verify_extent() 622 be = kzalloc(sizeof(*be), GFP_NOFS); in bl_alloc_extent() 623 if (!be) in bl_alloc_extent() 661 kfree(be); in bl_alloc_extent() [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A D | genelf_debug.c | 59 size_t be_sz = be->max_sz; in buffer_ext_add() 63 memcpy(be->data + be->cur_pos, addr, sz); in buffer_ext_add() 64 be->cur_pos += sz; in buffer_ext_add() 77 be->data = tmp; in buffer_ext_add() 78 be->max_sz = be_sz; in buffer_ext_add() 86 be->data = NULL; in buffer_ext_init() 87 be->cur_pos = 0; in buffer_ext_init() 88 be->max_sz = 0; in buffer_ext_init() 94 zfree(&be->data); in buffer_ext_exit() 100 return be->cur_pos; in buffer_ext_size() [all …]
|
| /linux-6.15/drivers/net/xen-netback/ |
| H A D | xenbus.c | 208 if (!be) in netback_uevent() 214 if (!be->vif) in netback_uevent() 243 be->vif = vif; in backend_create_xenvif() 244 vif->be = be; in backend_create_xenvif() 282 if (be->vif) in backend_connect() 283 connect(be); in backend_connect() 674 xenbus_switch_state(be->dev, be->state); in hotplug_status_changed() 986 if (be->vif) { in netback_remove() 993 kfree(be); in netback_remove() 1009 struct backend_info *be = kzalloc(sizeof(*be), GFP_KERNEL); in netback_probe() local [all …]
|
| /linux-6.15/fs/btrfs/ |
| H A D | ref-verify.c | 260 kfree(be); in free_block_entry() 274 kfree(be); in add_block_entry() 278 be->len = len; in add_block_entry() 295 kfree(be); in add_block_entry() 309 return be; in add_block_entry() 641 be->bytenr, be->len, be->num_refs, be->metadata, in dump_block_entry() 795 if (!be) { in btrfs_ref_tree_mod() 942 be = entry; in btrfs_free_ref_tree_range() 956 if (!be) { in btrfs_free_ref_tree_range() 965 if (be->bytenr < start && be->bytenr + be->len > start) { in btrfs_free_ref_tree_range() [all …]
|
| /linux-6.15/sound/soc/meson/ |
| H A D | axg-card.c | 67 be->slots, be->slot_width); in axg_card_tdm_dai_init() 75 ret = axg_tdm_set_tdm_slots(snd_soc_rtd_to_cpu(rtd, 0), be->tx_mask, be->rx_mask, in axg_card_tdm_dai_init() 76 be->slots, be->slot_width); in axg_card_tdm_dai_init() 94 be->slots, be->slot_width); in axg_card_tdm_dai_lb_init() 169 if (!be->tx_mask || !be->rx_mask) in axg_card_parse_cpu_tdm_slots() 199 if (!be->slots) { in axg_card_parse_cpu_tdm_slots() 205 } else if (be->slots < fls(max(tx, rx)) || be->slots > 32) { in axg_card_parse_cpu_tdm_slots() 232 be->codec_masks = codec_mask; in axg_card_parse_codecs_masks() 256 be = devm_kzalloc(card->dev, sizeof(*be), GFP_KERNEL); in axg_card_parse_tdm() 257 if (!be) in axg_card_parse_tdm() [all …]
|
| /linux-6.15/drivers/block/xen-blkback/ |
| H A D | xenbus.c | 40 return be->dev; in xen_blkbk_xenbus() 439 VBD_SHOW(physical_device, "%x:%x\n", be->major, be->minor); 533 if (be->major || be->minor) in xen_blkbk_remove() 637 if (!be) { in xen_blkbk_probe() 642 be->dev = dev; in xen_blkbk_probe() 668 be->blkif->be = be; in xen_blkbk_probe() 728 if (be->major | be->minor) { in backend_changed() 729 if (be->major != major || be->minor != minor) in backend_changed() 731 be->major, be->minor, major, minor); in backend_changed() 872 if (!be) in reclaim_memory() [all …]
|
| /linux-6.15/sound/soc/ |
| H A D | soc-pcm.c | 210 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_show_state() local 411 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_dapm_stream_event() local 1298 if (dpcm->be == be) in dpcm_be_connect() 1318 dpcm->be = be; in dpcm_be_connect() 1630 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_be_dai_stop() local 1678 be = dpcm->be; in dpcm_be_dai_startup() 1786 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_runtime_setup_be_format() local 1822 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_runtime_setup_be_chan() local 2075 be = dpcm->be; in dpcm_be_dai_hw_params() 2121 be = dpcm->be; in dpcm_be_dai_hw_params() [all …]
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_set_bitmap.c | 96 struct nft_bitmap_elem *be; in nft_bitmap_elem_find() local 105 return be; in nft_bitmap_elem_find() 116 struct nft_bitmap_elem *be; in nft_bitmap_get() local 123 return &be->priv; in nft_bitmap_get() 138 if (be) { in nft_bitmap_insert() 139 *elem_priv = &be->priv; in nft_bitmap_insert() 162 list_del_rcu(&be->head); in nft_bitmap_remove() 177 nft_clear(net, &be->ext); in nft_bitmap_activate() 207 if (!be) in nft_bitmap_deactivate() 214 return &be->priv; in nft_bitmap_deactivate() [all …]
|
| /linux-6.15/Documentation/arch/arm64/ |
| H A D | booting.rst | 107 text_offset can be assumed to be 0x80000. 123 2MB aligned base should be as close as possible 179 The MMU must be off. 189 operations must be configured and may be enabled. 202 All CPUs to be booted by the kernel must be part of the same coherency 210 level where the kernel image will be entered must be initialised by 273 - AMCNTENSET0_EL0 must be initialised to 0b1111 444 - GCSCR_EL1 must be initialised to 0. 446 - GCSCRE0_EL1 must be initialised to 0. 454 - GCSCR_EL2 must be initialised to 0. [all …]
|
| H A D | gcs.rst | 9 intended to be exhaustive. 43 at runtime this should be done with great care. 66 should be used. 82 status of the specified GCS mode bits will be rejected. 103 any attempt to reenable GCS for the thread will be rejected, this may be 126 be set to point to the address of this 0 value, this can be used to 129 * Additional Guarded Control Stacks can be allocated using the 144 it must be aligned to a page boundary. 156 be present on systems that support GCS. 187 configuration will be unchanged. [all …]
|
| /linux-6.15/drivers/hwmon/pmbus/ |
| H A D | Kconfig | 13 be called pmbus_core. 28 be called pmbus. 48 be called adm1266. 58 be called adm1275. 68 be called adp1050. 77 be called bel-pfe. 95 be called crps. 115 be called fsp-3y. 143 be called ina233. 161 be called ir35221. [all …]
|
| /linux-6.15/Documentation/watchdog/ |
| H A D | watchdog-parameters.rst | 33 Watchdog cannot be stopped once started 46 Watchdog cannot be stopped once started 55 Watchdog cannot be stopped once started 67 Watchdog cannot be stopped once started 94 Watchdog cannot be stopped once started 103 Watchdog cannot be stopped once started 112 Watchdog cannot be stopped once started 137 Watchdog cannot be stopped once started 152 Watchdog cannot be stopped once started 158 Watchdog cannot be stopped once started [all …]
|
| /linux-6.15/lib/ |
| H A D | test_uuid.c | 15 uuid_t be; member 22 .be = UUID_INIT(0xc33f4995, 0x3701, 0x450e, 0x9f, 0xbf, 0x20, 0x6a, 0x2e, 0x98, 0xe5, 0x76), 27 .be = UUID_INIT(0x64b4371c, 0x77c1, 0x48f9, 0x82, 0x21, 0x29, 0xf0, 0x54, 0xfc, 0x02, 0x3b), 45 static void __init test_uuid_failed(const char *prefix, bool wrong, bool be, in test_uuid_failed() argument 52 be ? "BE" : "LE", in test_uuid_failed() 65 uuid_t be; in test_uuid_test() local 81 if (uuid_parse(data->uuid, &be)) in test_uuid_test() 85 if (!uuid_equal(&data->be, &be)) { in test_uuid_test() 86 sprintf(buf, "%pUb", &be); in test_uuid_test() 94 uuid_t be; in test_uuid_wrong() local [all …]
|
| /linux-6.15/drivers/hwmon/ |
| H A D | Kconfig | 24 will be called hwmon. 448 This driver can also be built as a module. If so, the module will be 463 the data conversion will be periodically performed and the data will be 473 This driver can also be built as a module. If so, the module will be 993 be called ltc2945. 1031 be called ltc2990. 1043 be called ltc2991. 1055 be called ltc2992. 1065 be called ltc4151. 1898 be called sbrmi. [all …]
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | Kconfig | 29 will be called i2c-ali1535. 41 will be called i2c-ali1563. 198 This driver can also be built as a module. If so, the module will be 538 be called i2c-cgbc.ko. 855 This driver can also be built as a module. If so, the module will be 877 This driver can also be built as a module. If so, the module will be 1083 be called i2c-rk3x. 1260 This driver can also be built as a module. If so, the module will be 1477 This driver can also be built as a module. If so, the module will be 1540 This driver can also be built as a module. If so, the module will be [all …]
|
| /linux-6.15/drivers/net/phy/ |
| H A D | mdio-boardinfo.c | 29 struct mdio_board_entry *be; in mdiobus_setup_mdiodev_from_board_info() local 35 list_for_each_entry_safe(be, tmp, &mdio_board_list, list) { in mdiobus_setup_mdiodev_from_board_info() 36 bi = &be->board_info; in mdiobus_setup_mdiodev_from_board_info() 64 struct mdio_board_entry *be; in mdiobus_register_board_info() local 67 be = kcalloc(n, sizeof(*be), GFP_KERNEL); in mdiobus_register_board_info() 68 if (!be) in mdiobus_register_board_info() 71 for (i = 0; i < n; i++, be++, info++) { in mdiobus_register_board_info() 72 memcpy(&be->board_info, info, sizeof(*info)); in mdiobus_register_board_info() 74 list_add_tail(&be->list, &mdio_board_list); in mdiobus_register_board_info()
|
| /linux-6.15/drivers/rtc/ |
| H A D | Kconfig | 159 will be called rtc-test. 224 will be called rtc-abx80x. 234 will be called rtc-ac100. 416 This driver can also be built as a module, if so, the module will be 585 will be called rtc-twl. 685 This driver can also be built as a module. If so, the module will be 755 will be called rtc-s5m. 1197 will be called rtc-efi. 1470 will be called rtc-s3c. 1651 will be called rtc-mv. [all …]
|
| /linux-6.15/drivers/i2c/muxes/ |
| H A D | Kconfig | 14 If you say yes to this option, support will be included for an 20 will be called i2c-arb-gpio-challenge. 32 will be called i2c-mux-gpio. 45 will be called i2c-mux-gpmux. 56 will be called i2c-mux-ltc4306. 65 will be called i2c-mux-pca9541. 75 will be called i2c-mux-pca954x. 87 This driver can also be built as a module. If so, the module will be 100 will be called i2c-mux-reg. 120 will be called i2c-mux-mlxcpld. [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/regulator/ |
| H A D | regulator.yaml | 139 that detection should be enabled but limit setting can be omitted. 144 damaged. Recovery actions should be initiated. Zero can be passed to 146 be enabled but limit setting can be omitted. 159 that detection should be enabled but limit setting can be omitted. Limit 165 damaged. Recovery actions should be initiated. Zero can be passed to 167 be enabled but limit setting can be omitted. Limit is given as microvolt 181 that detection should be enabled but limit setting can be omitted. Limit 187 it gets damaged. Recovery actions should be initiated. Zero can be passed 189 be enabled but limit setting can be omitted. Limit is given as microvolt 210 that detection should be enabled but limit setting can be omitted. [all …]
|
| /linux-6.15/drivers/iio/temperature/ |
| H A D | Kconfig | 15 will be called iqs620at-temp. 26 will be called ltc2983. 65 be called mlx90614. 77 be called mlx90632. 89 be called mlx90635. 101 be called tmp006. 111 be called tmp007. 121 be called tmp117. 132 be called tsys01. 143 be called tsys02d. [all …]
|
| /linux-6.15/Documentation/misc-devices/ |
| H A D | pci-endpoint-test.rst | 7 This driver should be used as a host side driver if the root complex is 11 The "pci_endpoint_test" driver can be used to perform the following tests. 25 should be used to perform the above tests. 31 Tests the BAR. The number of the BAR to be tested 32 should be passed as argument. 37 to be tested should be passed as argument. 40 to be tested should be passed as argument. 43 should be passed as argument (0: Legacy, 1:MSI, 2:MSI-X). 47 Perform write tests. The size of the buffer should be passed 50 Perform read tests. The size of the buffer should be passed [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ti/davinci/ |
| H A D | da8xx-cfgchip.txt | 13 - compatible: shall be "ti,da830-usb-phy-clocks". 14 - #clock-cells: from common clock binding; shall be set to 1. 16 - clock-names: shall be "fck", "usb_refclkin", "auxclk" 24 - compatible: shall be "ti,da830-tbclksync". 27 - clock-names: shall be "fck" 32 - compatible: shall be "ti,da830-div4p5ena". 35 - clock-names: shall be "pll0_pllout" 40 - compatible: shall be "ti,da850-async1-clksrc". 43 - clock-names: shall be "pll0_sysclk3", "div4.5" 48 - compatible: shall be "ti,da850-async3-clksrc". [all …]
|
| /linux-6.15/drivers/staging/axis-fifo/ |
| H A D | axis-fifo.txt | 4 be accessed from the AXI4 memory-mapped interface. This is useful for 6 a character device that can be read/written to with standard 17 - compatible: Should be "xlnx,axi-fifo-mm-s-4.1" 18 - interrupt-names: Should be "interrupt" 19 - interrupt-parent: Should be <&intc> 22 - xlnx,axi-str-rxd-protocol: Should be "XIL_AXI_STREAM_ETH_DATA" 23 - xlnx,axi-str-rxd-tdata-width: Should be <0x20> 24 - xlnx,axi-str-txc-protocol: Should be "XIL_AXI_STREAM_ETH_CTRL" 25 - xlnx,axi-str-txc-tdata-width: Should be <0x20> 27 - xlnx,axi-str-txd-tdata-width: Should be <0x20> [all …]
|