Home
last modified time | relevance | path

Searched refs:dev (Results 21276 – 21300 of 26799) sorted by relevance

1...<<851852853854855856857858859860>>...1072

/openbmc/linux/net/mac80211/
H A Docb.c202 netif_carrier_on(sdata->dev); in ieee80211_ocb_join()
227 netif_carrier_off(sdata->dev); in ieee80211_ocb_leave()
/openbmc/linux/drivers/staging/vt6656/
H A Drf.c302 dev_dbg(&priv->usb->dev, in vnt_rf_set_txpower()
316 dev_dbg(&priv->usb->dev, in vnt_rf_set_txpower()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/
H A Dmbedtls_2.28.8.bb65 sed -i 's+${S}/++g' ${B}/tests/*.c 2>/dev/null || :
66 sed -i 's+${B}/++g' ${B}/tests/*.c 2>/dev/null || :
/openbmc/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_device_test.c172 KUNIT_EXPECT_PTR_EQ(test, pool->dev, priv->dev); in ttm_device_init_pools()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.h316 struct device *dev; member
458 struct device *dev; member
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/
H A DREADME.md19 redfish--| /dev/ttyAMA1 |-------------- UART --------------| MCP | | SCP |
38 - The serial /dev/ttyAMA1 will be automatically configured
/openbmc/qemu/hw/misc/
H A Dmst_fpga.c208 DeviceState *dev = DEVICE(obj); in mst_fpga_init() local
218 qdev_init_gpio_in(dev, mst_fpga_set_irq, MST_NUM_IRQS); in mst_fpga_init()
/openbmc/qemu/accel/kvm/
H A Dtrace-events8 kvm_device_ioctl(int fd, int type, void *arg) "dev fd %d, type 0x%x, arg %p"
17 kvm_irqchip_add_msi_route(char *name, int vector, int virq) "dev %s vector %d virq %d"
/openbmc/qemu/hw/adc/
H A Dstm32f2xx_adc.c44 static void stm32f2xx_adc_reset(DeviceState *dev) in stm32f2xx_adc_reset() argument
46 STM32F2XXADCState *s = STM32F2XX_ADC(dev); in stm32f2xx_adc_reset()
/openbmc/qemu/hw/char/
H A Dsclpconsole.c241 static void console_reset(DeviceState *dev) in console_reset() argument
243 SCLPEvent *event = SCLP_EVENT(dev); in console_reset()
/openbmc/openbmc-build-scripts/scripts/
H A Dformat-code.sh163 " 2> /dev/null)
334 if ! which "${EXE}" > /dev/null 2>&1 ; then
/openbmc/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-orion.c221 pdev->dev.platform_data = (void*)device_get_match_data(&pdev->dev); in orion_pinctrl_probe()
/openbmc/linux/drivers/media/usb/gspca/
H A Dpac207.c89 struct usb_device *udev = gspca_dev->dev; in pac207_write_regs()
110 struct usb_device *udev = gspca_dev->dev; in pac207_write_reg()
128 struct usb_device *udev = gspca_dev->dev; in pac207_read_reg()
/openbmc/linux/drivers/usb/musb/
H A Dux500_dma.c270 struct device *dev = musb->controller; in ux500_dma_controller_start() local
271 struct musb_hdrc_platform_data *plat = dev_get_platdata(dev); in ux500_dma_controller_start()
313 dma_request_chan(dev, chan_names[ch_num]); in ux500_dma_controller_start()
/openbmc/u-boot/board/technexion/pico-imx6ul/
H A DREADME99 => setenv bootargs 'console=ttymxc5,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait rw'
144 $ sudo dd if=SPL of=/dev/sdX bs=1k seek=1; sync
145 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1k seek=69; sync
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_param.c435 struct net_device *dev = adapter->netdev; in pch_gbe_check_options() local
480 dev->features &= ~NETIF_F_RXCSUM; in pch_gbe_check_options()
492 dev->features &= ~NETIF_F_CSUM_MASK; in pch_gbe_check_options()
/openbmc/linux/drivers/usb/usbip/
H A Dvudc_transfer.c458 dev_dbg(&udc->pdev->dev, "timer start"); in v_start_timer()
476 dev_dbg(&udc->pdev->dev, "timer kick"); in v_kick_timer()
494 dev_dbg(&udc->pdev->dev, "timer stop"); in v_stop_timer()
/openbmc/qemu/include/hw/i2c/
H A Dpmbus_device.h274 void (*quick_cmd)(PMBusDevice *dev, uint8_t read);
275 int (*write_data)(PMBusDevice *dev, const uint8_t *buf, uint8_t len);
276 uint8_t (*receive_byte)(PMBusDevice *dev);
/openbmc/qemu/hw/riscv/
H A Dopentitan.c144 DeviceState *dev; in lowrisc_ibex_soc_realize() local
231 dev = DEVICE(&(s->spi_host[i])); in lowrisc_ibex_soc_realize()
235 busdev = SYS_BUS_DEVICE(dev); in lowrisc_ibex_soc_realize()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ptp.c70 bool is_ptp_enabled(struct sk_buff *skb, struct net_device *dev) in is_ptp_enabled() argument
74 pi = netdev_priv(dev); in is_ptp_enabled()
435 &adapter->pdev->dev); in cxgb4_ptp_init()
/openbmc/linux/drivers/platform/x86/
H A Dfujitsu-tablet.c232 idev->dev.parent = parent; in input_fujitsu_setup()
464 error = input_fujitsu_setup(&adev->dev, in acpi_fujitsu_add()
495 static int acpi_fujitsu_resume(struct device *dev) in acpi_fujitsu_resume() argument
/openbmc/linux/net/dsa/
H A Dtag_8021q.c326 dev_err(ds->dev, in dsa_tag_8021q_bridge_leave()
354 dev_err(ds->dev, in dsa_tag_8021q_port_setup()
395 dev_err(ds->dev, in dsa_tag_8021q_setup()
/openbmc/linux/drivers/scsi/arm/
H A Dcumana_2.c162 struct device *dev = scsi_get_device(host); in cumanascsi_2_dma_setup() local
183 dma_map_sg(dev, info->sg, bufs, map_dir); in cumanascsi_2_dma_setup()
455 ret = fas216_add(host, &ec->dev); in cumanascsi2_probe()
/openbmc/linux/arch/arm/mach-mvebu/
H A Dpmsu.c415 mvebu_v7_cpuidle_device.dev.platform_data = armada_370_xp_cpu_suspend; in armada_370_cpuidle_init()
464 mvebu_v7_cpuidle_device.dev.platform_data = armada_38x_cpu_suspend; in armada_38x_cpuidle_init()
484 mvebu_v7_cpuidle_device.dev.platform_data = armada_370_xp_cpu_suspend; in armada_xp_cpuidle_init()
/openbmc/linux/drivers/video/fbdev/
H A Dgoldfishfb.c239 &pdev->dev, framesize, in goldfish_fb_probe()
271 dma_free_coherent(&pdev->dev, framesize, in goldfish_fb_probe()
292 dma_free_coherent(&pdev->dev, framesize, (void *)fb->fb.screen_base, in goldfish_fb_remove()

1...<<851852853854855856857858859860>>...1072