Home
last modified time | relevance | path

Searched refs:be (Results 1 – 25 of 2965) sorted by relevance

12345678910>>...119

/linux-6.3-rc2/drivers/media/i2c/
A Dar0521.c726 /* 3D00 */ be(0x043E), be(0x4760), be(0xFFFF), be(0xFFFF),
727 /* 3D08 */ be(0x8000), be(0x0510), be(0xAF08), be(0x0252),
728 /* 3D10 */ be(0x486F), be(0x5D5D), be(0x8056), be(0x8313),
729 /* 3D18 */ be(0x0087), be(0x6A48), be(0x6982), be(0x0280),
730 /* 3D20 */ be(0x8359), be(0x8D02), be(0x8020), be(0x4882),
731 /* 3D28 */ be(0x4269), be(0x6A95), be(0x5988), be(0x5A83),
732 /* 3D30 */ be(0x5885), be(0x6280), be(0x6289), be(0x6097),
733 /* 3D38 */ be(0x5782), be(0x605C), be(0xBF18), be(0x0961),
734 /* 3D40 */ be(0x5080), be(0x2090), be(0x4390), be(0x4382),
735 /* 3D48 */ be(0x5F8A), be(0x5D5D), be(0x9C63), be(0x8063),
[all …]
/linux-6.3-rc2/fs/nfs/blocklayout/
A Dextent_tree.c42 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 …]
A Dblocklayout.c54 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()
600 be = kzalloc(sizeof(*be), GFP_NOFS); in bl_alloc_extent()
601 if (!be) in bl_alloc_extent()
639 kfree(be); in bl_alloc_extent()
[all …]
/linux-6.3-rc2/tools/perf/util/
A Dgenelf_debug.c58 size_t be_sz = be->max_sz; in buffer_ext_add()
62 memcpy(be->data + be->cur_pos, addr, sz); in buffer_ext_add()
63 be->cur_pos += sz; in buffer_ext_add()
76 be->data = tmp; in buffer_ext_add()
77 be->max_sz = be_sz; in buffer_ext_add()
85 be->data = NULL; in buffer_ext_init()
86 be->cur_pos = 0; in buffer_ext_init()
87 be->max_sz = 0; in buffer_ext_init()
93 return be->cur_pos; in buffer_ext_size()
99 return be->data; in buffer_ext_addr()
[all …]
/linux-6.3-rc2/arch/arm64/lib/
A Dcrc32.S15 .if \be
23 .if \be
31 .if \be
37 .if \be
44 .if \be
51 bitorder w0, \be
68 bitorder x3, \be
69 bitorder x4, \be
70 bitorder x5, \be
71 bitorder x6, \be
[all …]
/linux-6.3-rc2/drivers/net/xen-netback/
A Dxenbus.c208 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.3-rc2/fs/btrfs/
A Dref-verify.c260 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()
633 be->bytenr, be->len, be->num_refs, be->metadata, in dump_block_entry()
787 if (!be) { in btrfs_ref_tree_mod()
929 be = entry; in btrfs_free_ref_tree_range()
943 if (!be) { in btrfs_free_ref_tree_range()
952 if (be->bytenr < start && be->bytenr + be->len > start) { in btrfs_free_ref_tree_range()
[all …]
/linux-6.3-rc2/sound/soc/meson/
A Daxg-card.c67 be->slots, be->slot_width); in axg_card_tdm_dai_init()
75 ret = axg_tdm_set_tdm_slots(asoc_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()
170 if (!be->tx_mask || !be->rx_mask) in axg_card_parse_cpu_tdm_slots()
200 if (!be->slots) { in axg_card_parse_cpu_tdm_slots()
206 } else if (be->slots < fls(max(tx, rx)) || be->slots > 32) { in axg_card_parse_cpu_tdm_slots()
233 be->codec_masks = codec_mask; in axg_card_parse_codecs_masks()
257 be = devm_kzalloc(card->dev, sizeof(*be), GFP_KERNEL); in axg_card_parse_tdm()
258 if (!be) in axg_card_parse_tdm()
[all …]
/linux-6.3-rc2/drivers/block/xen-blkback/
A Dxenbus.c40 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.3-rc2/sound/soc/
A Dsoc-pcm.c157 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_show_state() local
368 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_dapm_stream_event() local
1210 if (dpcm->be == be && dpcm->fe == fe) in dpcm_be_connect()
1231 dpcm->be = be; in dpcm_be_connect()
1554 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_be_dai_stop() local
1601 be = dpcm->be; in dpcm_be_dai_startup()
1705 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_runtime_setup_be_format() local
1741 struct snd_soc_pcm_runtime *be = dpcm->be; in dpcm_runtime_setup_be_chan() local
1994 be = dpcm->be; in dpcm_be_dai_hw_params()
2040 be = dpcm->be; in dpcm_be_dai_hw_params()
[all …]
/linux-6.3-rc2/net/netfilter/
A Dnft_set_bitmap.c94 struct nft_bitmap_elem *be; in nft_bitmap_elem_find() local
102 return be; in nft_bitmap_elem_find()
112 struct nft_bitmap_elem *be; in nft_bitmap_get() local
119 return be; in nft_bitmap_get()
134 if (be) { in nft_bitmap_insert()
135 *ext = &be->ext; in nft_bitmap_insert()
159 list_del_rcu(&be->head); in nft_bitmap_remove()
205 if (!be) in nft_bitmap_deactivate()
212 return be; in nft_bitmap_deactivate()
220 struct nft_bitmap_elem *be; in nft_bitmap_walk() local
[all …]
/linux-6.3-rc2/drivers/hwmon/pmbus/
A DKconfig13 be called pmbus_core.
28 be called pmbus.
39 be called adm1266.
49 be called adm1275.
58 be called bel-pfe.
87 be called fsp-3y.
124 be called ir35221.
133 be called ir36021.
142 be called ir38064.
300 be called mp2888.
[all …]
/linux-6.3-rc2/lib/
A Dtest_uuid.c15 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.3-rc2/drivers/i2c/busses/
A DKconfig29 will be called i2c-ali1535.
41 will be called i2c-ali1563.
163 will be called i2c-i801.
183 This driver can also be built as a module. If so, the module will be
791 This driver can also be built as a module. If so, the module will be
813 This driver can also be built as a module. If so, the module will be
1018 be called i2c-rk3x.
1185 This driver can also be built as a module. If so, the module will be
1390 This driver can also be built as a module. If so, the module will be
1453 This driver can also be built as a module. If so, the module will be
[all …]
/linux-6.3-rc2/drivers/rtc/
A DKconfig159 will be called rtc-test.
214 will be called rtc-abx80x.
224 will be called rtc-ac100.
393 This driver can also be built as a module, if so, the module will be
404 will be called rk808-rtc.
561 will be called rtc-twl.
709 will be called rtc-s5m.
1139 will be called rtc-efi.
1418 will be called rtc-s3c.
1599 will be called rtc-mv.
[all …]
/linux-6.3-rc2/Documentation/watchdog/
A Dwatchdog-parameters.rst33 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
127 be verbose, default is 0 (no)
147 Watchdog cannot be stopped once started
162 Watchdog cannot be stopped once started
[all …]
/linux-6.3-rc2/drivers/hwmon/
A DKconfig24 will be called hwmon.
436 This driver can also be built as a module. If so, the module will be
451 the data conversion will be periodically performed and the data will be
884 be called ltc2945.
922 be called ltc2990.
934 be called ltc2992.
944 be called ltc4151.
954 be called ltc4215.
1713 be called sbrmi.
1944 be called smm665.
[all …]
/linux-6.3-rc2/drivers/net/phy/
A Dmdio-boardinfo.c29 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.3-rc2/Documentation/arm64/
A Dbooting.rst104 text_offset can be assumed to be 0x80000.
120 2MB aligned base should be as close as possible
176 The MMU must be off.
186 operations must be configured and may be enabled.
199 All CPUs to be booted by the kernel must be part of the same coherency
207 level where the kernel image will be entered must be initialised by
221 - SCR_EL3.HCE (bit 8) must be initialised to 0b1.
256 - SCR_EL3.APK (bit 16) must be initialised to 0b1
257 - SCR_EL3.API (bit 17) must be initialised to 0b1
270 - AMCNTENSET0_EL0 must be initialised to 0b1111
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/
A Dregulator.yaml131 that detection should be enabled but limit setting can be omitted.
136 damaged. Recovery actions should be initiated. Zero can be passed to
138 be enabled but limit setting can be omitted.
151 that detection should be enabled but limit setting can be omitted. Limit
157 damaged. Recovery actions should be initiated. Zero can be passed to
159 be enabled but limit setting can be omitted. Limit is given as microvolt
173 that detection should be enabled but limit setting can be omitted. Limit
179 it gets damaged. Recovery actions should be initiated. Zero can be passed
181 be enabled but limit setting can be omitted. Limit is given as microvolt
194 that detection should be enabled but limit setting can be omitted.
[all …]
/linux-6.3-rc2/drivers/i2c/muxes/
A DKconfig14 If you say yes to this option, support will be included for an
19 This driver can also be built as a module. If so, the module
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.
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/edac/
A Dsocfpga-eccmgr.txt8 - compatible : Should be "altr,socfpga-ecc-manager"
9 - #address-cells: must be 1
10 - #size-cells: must be 1
17 - compatible : Should be "altr,socfpga-l2-ecc"
24 - compatible : Should be "altr,socfpga-ocram-ecc"
61 - #address-cells: must be 1
62 - #size-cells: must be 1
66 - #interrupt-cells : must be set to 2.
249 - #interrupt-cells : must be set to 2.
250 - #address-cells: must be 1
[all …]
/linux-6.3-rc2/Documentation/misc-devices/
A Dpci-endpoint-test.rst7 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.3-rc2/Documentation/devicetree/bindings/clock/ti/davinci/
A Dda8xx-cfgchip.txt13 - 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.3-rc2/drivers/iio/temperature/
A DKconfig15 will be called iqs620at-temp.
26 will be called ltc2983.
65 be called mlx90614.
77 be called mlx90632.
87 be called tmp006.
97 be called tmp007.
107 be called tmp117.
118 be called tsys01.
129 be called tsys02d.
139 will be called max30208.
[all …]

Completed in 108 milliseconds

12345678910>>...119