/openbmc/linux/net/mac80211/ |
H A D | ocb.c | 202 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 D | rf.c | 302 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 D | mbedtls_2.28.8.bb | 65 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 D | ttm_device_test.c | 172 KUNIT_EXPECT_PTR_EQ(test, pool->dev, priv->dev); in ttm_device_init_pools()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-rockchip.h | 316 struct device *dev; member 458 struct device *dev; member
|
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/ |
H A D | README.md | 19 redfish--| /dev/ttyAMA1 |-------------- UART --------------| MCP | | SCP | 38 - The serial /dev/ttyAMA1 will be automatically configured
|
/openbmc/qemu/hw/misc/ |
H A D | mst_fpga.c | 208 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 D | trace-events | 8 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 D | stm32f2xx_adc.c | 44 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 D | sclpconsole.c | 241 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 D | format-code.sh | 163 " 2> /dev/null) 334 if ! which "${EXE}" > /dev/null 2>&1 ; then
|
/openbmc/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-orion.c | 221 pdev->dev.platform_data = (void*)device_get_match_data(&pdev->dev); in orion_pinctrl_probe()
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | pac207.c | 89 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 D | ux500_dma.c | 270 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 D | README | 99 => 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 D | pch_gbe_param.c | 435 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 D | vudc_transfer.c | 458 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 D | pmbus_device.h | 274 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 D | opentitan.c | 144 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 D | cxgb4_ptp.c | 70 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 D | fujitsu-tablet.c | 232 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 D | tag_8021q.c | 326 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 D | cumana_2.c | 162 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 D | pmsu.c | 415 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 D | goldfishfb.c | 239 &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()
|