Home
last modified time | relevance | path

Searched refs:dev (Results 22526 – 22550 of 26793) sorted by relevance

1...<<901902903904905906907908909910>>...1072

/openbmc/linux/drivers/bluetooth/
H A Dbtsdio.c302 data = devm_kzalloc(&func->dev, sizeof(*data), GFP_KERNEL); in btsdio_probe()
321 SET_HCIDEV_DEV(hdev, &func->dev); in btsdio_probe()
H A Dbt3c_cs.c563 SET_HCIDEV_DEV(hdev, &info->p_dev->dev); in bt3c_open()
571 err = request_firmware(&firmware, "BT3CPCC.bin", &info->p_dev->dev); in bt3c_open()
625 info = devm_kzalloc(&link->dev, sizeof(*info), GFP_KERNEL); in bt3c_probe()
/openbmc/linux/drivers/cpufreq/
H A Dqcom-cpufreq-nvmem.c250 drv = devm_kzalloc(&pdev->dev, struct_size(drv, cpus, num_possible_cpus()), in qcom_cpufreq_probe()
257 match = pdev->dev.platform_data; in qcom_cpufreq_probe()
/openbmc/qemu/hw/char/
H A Dsclpconsole-lm.c326 static void console_reset(DeviceState *dev) in console_reset() argument
328 SCLPEvent *event = SCLP_EVENT(dev); in console_reset()
/openbmc/qemu/hw/rtc/
H A Dallwinner-rtc.c270 static void allwinner_rtc_reset(DeviceState *dev) in allwinner_rtc_reset() argument
272 AwRtcState *s = AW_RTC(dev); in allwinner_rtc_reset()
/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h124 DeviceState *dev; member
309 DeviceState *dev, bool ram_discard);
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h799 void dm_restore_drm_connector_state(struct drm_device *dev,
805 void amdgpu_dm_trigger_timing_sync(struct drm_device *dev);
/openbmc/linux/Documentation/admin-guide/media/
H A Dsi4713.rst55 / # v4l2-ctl -d /dev/radio0 --all -L
152 int fd = open("/dev/radio0", O_RDWR);
191 # v4l2-ctl -d /dev/radio0 --set-ctrl=rds_ps_name="Dummy"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/
H A D0001-build-add-autotools-support-to-allow-easy-cross-comp.patch24 +++ /dev/null
151 --- /dev/null
224 --- /dev/null
/openbmc/u-boot/board/ti/am335x/
H A Dmux.c339 struct udevice *dev = NULL; in detect_daughter_board_profile() local
342 rc = i2c_get_chip_for_busnum(0, I2C_CPLD_ADDR, 1, &dev); in detect_daughter_board_profile()
345 rc = dm_i2c_read(dev, CFG_REG, (unsigned char *)(&val), 2); in detect_daughter_board_profile()
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dddr3_spd.c418 struct udevice *dev; in ddr3_read_spd() local
420 ret = i2c_get_chip_for_busnum(1, 0x53, 1, &dev); in ddr3_read_spd()
422 ret = dm_i2c_read(dev, 0, (unsigned char *)spd_params, 256); in ddr3_read_spd()
/openbmc/u-boot/doc/driver-model/
H A Dpci-info.txt144 node. It is required a "sandbox,dev-info" property must be provided in the
150 sandbox,dev-info = <0x08 0x00 0x1234 0x5678
154 The "sandbox,dev-info" property specifies all dynamic PCI devices on this bus.
/openbmc/linux/Documentation/driver-api/iio/
H A Dcore.rst29 2. :file:`/dev/iio:device{X}`, character device node interface used for
58 * :file:`dev`, shows the major:minor pair associated with
59 :file:`/dev/iio:deviceX` node.
/openbmc/linux/arch/um/drivers/
H A Dchan_kern.c94 chan->data, &chan->dev); in open_one_chan()
350 if (chan->dev == NULL) { in one_chan_config_string()
356 CONFIG_CHUNK(str, size, n, chan->dev, 0); in one_chan_config_string()
/openbmc/docs/
H A Dkernel-development.md27 …`git format-patch --subject-prefix="PATCH linux dev-4.7" --to=openbmc@lists.ozlabs.org --to=joel@j…
34 hardware you wish to support. Check the OpenBMC `-dev` tree, check upstream, and
83 - ast2500-evb, the Aspeed dev board with two PHYs
/openbmc/u-boot/scripts/
H A DMakefile.build186 -r $(firstword $(wildcard $(2:.symtypes=.symref) /dev/null))
191 $(call cmd_gensymtypes,true,$@) >/dev/null; \
371 $(Q)(cat /dev/null; $(modorder-cmds)) > $@
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mt8183.c837 static int clk_mt8183_reg_mfg_mux_notifier(struct device *dev, struct clk *clk) in clk_mt8183_reg_mfg_mux_notifier() argument
842 mfg_mux_nb = devm_kzalloc(dev, sizeof(*mfg_mux_nb), GFP_KERNEL); in clk_mt8183_reg_mfg_mux_notifier()
855 return devm_mtk_clk_mux_notifier_register(dev, clk, mfg_mux_nb); in clk_mt8183_reg_mfg_mux_notifier()
/openbmc/linux/drivers/media/i2c/
H A Dadv7183.c541 decoder = devm_kzalloc(&client->dev, sizeof(*decoder), GFP_KERNEL); in adv7183_probe()
549 decoder->reset_pin = devm_gpiod_get(&client->dev, "reset", in adv7183_probe()
558 decoder->oe_pin = devm_gpiod_get(&client->dev, "oe", in adv7183_probe()
H A Dmt9v011.c495 core = devm_kzalloc(&c->dev, sizeof(struct mt9v011), GFP_KERNEL); in mt9v011_probe()
549 if (c->dev.platform_data) { in mt9v011_probe()
550 struct mt9v011_platform_data *pdata = c->dev.platform_data; in mt9v011_probe()
/openbmc/linux/lib/
H A DKconfig.kasan46 See Documentation/dev-tools/kasan.rst for details.
75 See Documentation/dev-tools/kasan.rst for details about each mode.
201 to the KUnit documentation in Documentation/dev-tools/kunit/.
/openbmc/linux/sound/soc/codecs/
H A Dssm2518.c741 ssm2518 = devm_kzalloc(&i2c->dev, sizeof(*ssm2518), GFP_KERNEL); in ssm2518_i2c_probe()
746 ssm2518->enable_gpio = devm_gpiod_get_optional(&i2c->dev, NULL, in ssm2518_i2c_probe()
782 return devm_snd_soc_register_component(&i2c->dev, in ssm2518_i2c_probe()
/openbmc/linux/arch/sparc/include/asm/
H A Dfloppy_64.h593 state_prop = of_get_property(op->dev.of_node, "status", NULL); in sun_floppy_init()
605 sun_floppy_dev = &op->dev; in sun_floppy_init()
720 prop = of_get_property(op->dev.of_node, "status", NULL); in sun_floppy_init()
/openbmc/linux/drivers/i2c/
H A DKconfig54 Say Y here to use i2c-* device files, usually found in the /dev
57 contained in the file <file:Documentation/i2c/dev-interface.rst>.
60 will be called i2c-dev.
/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp_params.c397 "platform:%s", dev_name(isp_dev->dev)); in sun6i_isp_params_querycap()
495 queue->dev = isp_dev->dev; in sun6i_isp_params_setup()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dmain.h408 static inline struct irdma_pci_f *dev_to_rf(struct irdma_sc_dev *dev) in dev_to_rf() argument
410 return container_of(dev, struct irdma_pci_f, sc_dev); in dev_to_rf()
496 bool irdma_cqp_crit_err(struct irdma_sc_dev *dev, u8 cqp_cmd,

1...<<901902903904905906907908909910>>...1072