Home
last modified time | relevance | path

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

12345678910>>...38

/drivers/media/i2c/
A Dar0521.c723 /* 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 …]
/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 …]
/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 …]
/drivers/hwmon/pmbus/
A DKconfig13 be called pmbus_core.
28 be called pmbus.
48 be called adm1266.
58 be called adm1275.
68 be called adp1050.
86 be called bel-pfe.
104 be called crps.
124 be called fsp-3y.
152 be called ina233.
170 be called ir35221.
[all …]
/drivers/hwmon/
A DKconfig24 will be called hwmon.
468 This driver can also be built as a module. If so, the module will be
483 the data conversion will be periodically performed and the data will be
493 This driver can also be built as a module. If so, the module will be
1023 be called ltc2945.
1061 be called ltc2990.
1073 be called ltc2991.
1085 be called ltc2992.
1095 be called ltc4151.
1105 be called ltc4215.
[all …]
/drivers/i2c/busses/
A DKconfig29 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.
866 This driver can also be built as a module. If so, the module will be
888 This driver can also be built as a module. If so, the module will be
1093 be called i2c-rk3x.
1270 This driver can also be built as a module. If so, the module will be
1487 This driver can also be built as a module. If so, the module will be
1550 This driver can also be built as a module. If so, the module will be
[all …]
/drivers/rtc/
A DKconfig159 will be called rtc-test.
234 will be called rtc-ac100.
416 This driver can also be built as a module, if so, the module will be
576 will be called rtc-twl.
676 This driver can also be built as a module. If so, the module will be
746 will be called rtc-s5m.
1200 will be called rtc-efi.
1403 This driver can also be built as a module. If so, the module will be
1485 will be called rtc-s3c.
1666 will be called rtc-mv.
[all …]
/drivers/i2c/muxes/
A DKconfig14 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 …]
/drivers/iio/temperature/
A DKconfig15 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 …]
/drivers/net/phy/
A Dmdio-boardinfo.c35 struct mdio_board_entry *be, *tmp; in mdiobus_setup_mdiodev_from_board_info() local
38 list_for_each_entry_safe(be, tmp, &mdio_board_list, list) { in mdiobus_setup_mdiodev_from_board_info()
39 struct mdio_board_info *bi = &be->board_info; in mdiobus_setup_mdiodev_from_board_info()
64 struct mdio_board_entry *be; in mdiobus_register_board_info() local
66 be = kcalloc(n, sizeof(*be), GFP_KERNEL); in mdiobus_register_board_info()
67 if (!be) in mdiobus_register_board_info()
70 for (int i = 0; i < n; i++, be++) { in mdiobus_register_board_info()
71 be->board_info = info[i]; in mdiobus_register_board_info()
73 list_add_tail(&be->list, &mdio_board_list); in mdiobus_register_board_info()
/drivers/nvmem/
A DKconfig40 be called nvmem-apple-efuses.
53 will be called apple-nvmem-spmi.
65 will be called nvmem-bcm-ocotp.
85 will be called nvmem-imx-iim.
97 will be called nvmem-imx-ocotp.
147 will be called layerscape-sfp.
217 will be called efuse-mtk.
252 will be called nvmem_qfprom.
264 This driver can also be built as a module. If so, the module will be called
293 will be called nvmem-rmem.
[all …]
/drivers/iio/adc/
A DKconfig617 This driver can also be built as a module. If so, the module will be
628 This driver can also be built as a module. If so, the module will be
651 This driver can also be built as a module. If so, the module will be
697 This driver can also be built as a module. If so, the module will be
725 This driver can also be built as a module. If so, the module will be
746 This driver can also be built as a module. If so, the module will be
766 This driver can also be built as a module. If so, the module will be
787 This driver can also be built as a module. If so, the module will be
797 This driver can also be built as a module. If so, the module will be
807 This driver can also be built as a module. If so, the module will be
[all …]
/drivers/staging/axis-fifo/
A Daxis-fifo.txt4 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 …]
/drivers/gpu/drm/adp/
A Dadp_drv.c117 void __iomem *be; member
199 writel(0x0, adp->be + ADBE_LAYER_EN1); in adp_plane_atomic_disable()
200 writel(0x0, adp->be + ADBE_LAYER_EN2); in adp_plane_atomic_disable()
201 writel(0x0, adp->be + ADBE_LAYER_EN3); in adp_plane_atomic_disable()
202 writel(0x0, adp->be + ADBE_LAYER_EN4); in adp_plane_atomic_disable()
301 writel(0x0, adp->be + ADBE_BLEND_EN2); in adp_crtc_atomic_disable()
302 writel(0x0, adp->be + ADBE_BLEND_EN1); in adp_crtc_atomic_disable()
303 writel(0x0, adp->be + ADBE_BLEND_EN3); in adp_crtc_atomic_disable()
305 writel(0x0, adp->be + ADBE_BLEND_EN4); in adp_crtc_atomic_disable()
464 if (IS_ERR(adp->be)) { in adp_parse_of()
[all …]
/drivers/net/ieee802154/
A DKconfig11 If you say N, all options in this submenu will be skipped and
21 This driver can also be built as a module. To do so say M here.
22 The module will be called 'fakelb'.
34 the module will be called 'at86rf230'.
46 the module will be called 'mrf24j40'.
57 the module will be called 'cc2520'.
67 The module will be called 'atusb'.
78 the module will be called 'adf7242'.
90 the module will be called 'ca8210'.
112 the module will be called 'mcr20a'.
[all …]
/drivers/char/tpm/
A DKconfig21 will be called tpm. If unsure, say N.
70 the module will be called tpm_tis.
82 the module will be called tpm_tis_spi.
101 the module will be called tpm_tis_i2c.
131 be called tpm_tis_i2c_atmel.
142 will be called tpm_i2c_infineon.
152 will be called tpm_i2c_nuvoton.
161 will be called tpm_nsc.
180 will be called tpm_infineon.
202 will be called xen-tpmfront.
[all …]
/drivers/comedi/
A DKconfig30 be requested by a userspace program without root privileges.
37 Enable comedi misc drivers to be built
54 To compile this driver as a module, choose M here: the module will be
61 This driver is mainly for testing purposes, but can also be used to
97 Enable comedi ISA and PC/104 drivers to be built
573 be called comedi_pci.
592 be called 8255_pci.
600 module will be called addi_watchdog.
1149 be called comedi_pcmcia.
1229 be called comedi_usb.
[all …]
/drivers/input/misc/
A DKconfig24 will be called 88pm860x_onkey.
34 will be called 88pm80x_onkey.
51 will be called ab8500-ponkey.
306 be called apanel.
372 be called wistron_btns.
382 be called atlas_btns.
422 be called kxtj9.
517 be called axp20x-pek.
539 be called twl4030_vibra.
549 be called twl6040_vibra.
[all …]
/drivers/pmdomain/arm/
A DKconfig8 This enables support for the SCMI performance domains which can be
11 This driver can also be built as a module. If so, the module will be
20 This enables support for the SCMI power domains which can be
23 This driver can also be built as a module. If so, the module
24 will be called scmi_pm_domain. Note this may needed early in boot
25 before rootfs may be available.
33 This enables support for the SCPI power domains which can be
36 This driver can also be built as a module. If so, the module will be
/drivers/media/usb/gspca/
A DKconfig17 module will be called gspca_main.
28 module will be called gspca_benq.
37 module will be called gspca_conex.
48 module will be called gspca_cpia1.
58 module will be called gspca_dtcs033.
67 module will be called gspca_etoms.
104 module will be called gspca_kinect.
122 module will be called gspca_mars.
140 module will be called gspca_nw80x.
150 module will be called gspca_ov519.
[all …]
/drivers/iio/light/
A DKconfig21 be called acpi-als.
33 will be called adjd_s311.
136 will be called as73211.
149 be called bh1745.
159 be called bh1750.
169 be called bh1780.
201 be called cm3323.
210 be called cm3605.
406 will be called ltr390.
420 will be called ltr501.
[all …]
/drivers/input/touchscreen/
A DKconfig25 module will be called 88pm860x-ts.
44 module will be called ads7846.
57 module will be called ad7877.
68 module will be called ad7879.
116 module will be called apple_z2.
283 module will be called cyttsp5.
399 module will be called goodix.
529 module will be called gunze.
565 module will be called elo.
589 will be called wacom_i2c.
[all …]
/drivers/pwm/
A DKconfig48 will be called pwm-ab8500.
67 will be called pwm-apple.
86 will be called pwm-atmel.
188 will be called pwm-clk.
231 will be called pwm-dwc.
264 will be called pwm-gpio.
287 will be called pwm-img
297 will be called pwm-imx1.
339 be called pwm-iqs620a.
498 will be called pwm-mxs.
[all …]
/drivers/iio/dac/
A DKconfig18 module will be called ad3530r.
63 module will be called ad5064.
400 will be called ds4424.
453 will be called m62332.
468 will be called max517.
499 will be called mcp4725.
510 will be called mcp4728.
520 will be called mcp4821.
530 will be called mcp4922.
542 will be called stm32-dac.
[all …]
/drivers/staging/greybus/Documentation/firmware/
A Dfirmware-management50 device interface. The character device will be present in /dev/ directory
51 and will be named gb-fw-mgmt-<N>. The number <N> is assigned at runtime.
64 For example this is how the class-device can be present:
69 device and so the device in this case will be:
176 This ioctl shall be used by the user to mode-switch the module to the
194 There can be multiple devices present in /dev/ directory with name
202 For example this is how the class-device can be present:
207 device and so the device in this case will be:
295 must be discarded.
303 shall be read by the user and others must be discarded.
[all …]

Completed in 2604 milliseconds

12345678910>>...38