/openbmc/linux/net/ax25/ |
H A D | ax25_ds_subr.c | 129 if (ax25_dev->dev == NULL) in ax25_kiss_cmd() 141 skb->protocol = ax25_type_trans(skb, ax25_dev->dev); in ax25_kiss_cmd()
|
/openbmc/linux/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon_xo_1_5.c | 94 gpios_table.dev_id = dev_name(&dcon->client->dev); in dcon_init_xo_1_5() 99 gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i].name, in dcon_init_xo_1_5()
|
/openbmc/linux/sound/aoa/core/ |
H A D | core.c | 84 int aoa_fabric_register(struct aoa_fabric *new_fabric, struct device *dev) in aoa_fabric_register() argument 100 err = aoa_alsa_init(new_fabric->name, new_fabric->owner, dev); in aoa_fabric_register()
|
/openbmc/linux/drivers/usb/gadget/legacy/ |
H A D | gmidi.c | 109 static int midi_unbind(struct usb_composite_dev *dev) in midi_unbind() argument 178 .dev = &device_desc,
|
H A D | ncm.c | 174 dev_info(&gadget->dev, "%s\n", DRIVER_DESC); in gncm_bind() 200 .dev = &device_desc,
|
/openbmc/linux/drivers/media/rc/img-ir/ |
H A D | img-ir-hw.h | 262 int img_ir_suspend(struct device *dev); 263 int img_ir_resume(struct device *dev);
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_udp_tunnel.c | 78 struct net_device *dev, struct in6_addr *saddr, in udp_tunnel6_xmit_skb() argument 109 ip6tunnel_xmit(sk, skb, dev); in udp_tunnel6_xmit_skb()
|
H A D | xfrm6_output.c | 109 net, sk, skb, skb->dev, skb_dst(skb)->dev, in xfrm6_output()
|
/openbmc/linux/arch/sh/boards/mach-se/7722/ |
H A D | setup.c | 61 .dev = { 126 .dev = {
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/ |
H A D | 0001-atop.daily-atop.init-atop-pm.sh-Avoid-using-bash.patch | 39 while ps -p `cat "$PIDFILE"` > /dev/null 58 while ps -p `cat $PIDFILE` > /dev/null
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.h | 77 struct drm_device *dev; member 164 void nouveau_bios_takedown(struct drm_device *dev);
|
/openbmc/u-boot/include/faraday/ |
H A D | ftpmu010.h | 170 void ftpmu010_mfpsr_diselect_dev(unsigned int dev); 171 void ftpmu010_mfpsr_select_dev(unsigned int dev);
|
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/ |
H A D | cpu_init.c | 126 int fecpin_setclear(struct eth_device *dev, int setclear) in fecpin_setclear() argument 129 struct fec_info_dma *info = (struct fec_info_dma *)dev->priv; in fecpin_setclear()
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | spl.c | 167 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup() argument 169 put_unaligned(CONFIG_USB_GADGET_PRODUCT_NUM + 0xfff, &dev->idProduct); in g_dnl_bind_fixup()
|
/openbmc/u-boot/drivers/clk/sunxi/ |
H A D | clk_a31.c | 86 static int a31_clk_bind(struct udevice *dev) in a31_clk_bind() argument 88 return sunxi_reset_bind(dev, ARRAY_SIZE(a31_resets)); in a31_clk_bind()
|
H A D | clk_h3.c | 87 static int h3_clk_bind(struct udevice *dev) in h3_clk_bind() argument 89 return sunxi_reset_bind(dev, ARRAY_SIZE(h3_resets)); in h3_clk_bind()
|
/openbmc/u-boot/drivers/clk/renesas/ |
H A D | renesas-cpg-mssr.c | 128 parent->dev = clk->dev; in renesas_clk_get_parent()
|
/openbmc/u-boot/drivers/pinctrl/uniphier/ |
H A D | pinctrl-uniphier-pro4.c | 157 static int uniphier_pro4_pinctrl_probe(struct udevice *dev) in uniphier_pro4_pinctrl_probe() argument 159 return uniphier_pinctrl_probe(dev, &uniphier_pro4_pinctrl_socdata); in uniphier_pro4_pinctrl_probe()
|
/openbmc/linux/sound/soc/sh/ |
H A D | migor.c | 68 dev_dbg(codec_dai->dev, "%s: configure %luHz\n", __func__, codec_freq); in migor_hw_params() 91 dev_dbg(codec_dai->dev, "Unbalanced hw_free!\n"); in migor_hw_free()
|
/openbmc/linux/drivers/power/supply/ |
H A D | wilco-charger.c | 171 struct wilco_ec_device *ec = dev_get_drvdata(pdev->dev.parent); in wilco_charge_probe() 176 psy = devm_power_supply_register(&pdev->dev, &wilco_ps_desc, &psy_cfg); in wilco_charge_probe()
|
/openbmc/qemu/hw/misc/ |
H A D | iotkit-sysinfo.c | 152 static void iotkit_sysinfo_realize(DeviceState *dev, Error **errp) in iotkit_sysinfo_realize() argument 154 IoTKitSysInfo *s = IOTKIT_SYSINFO(dev); in iotkit_sysinfo_realize()
|
/openbmc/linux/include/linux/dma/ |
H A D | k3-udma-glue.h | 26 struct k3_udma_glue_tx_channel *k3_udma_glue_request_tx_chn(struct device *dev, 108 struct device *dev,
|
/openbmc/linux/drivers/s390/cio/ |
H A D | io_sch.h | 29 dev_get_drvdata(&(n)->dev)) 30 #define set_io_private(n, p) (dev_set_drvdata(&(n)->dev, p))
|
/openbmc/linux/sound/usb/caiaq/ |
H A D | midi.c | 56 struct device *dev = caiaqdev_to_dev(cdev); in snd_usb_caiaq_midi_send() local 71 dev_err(dev, in snd_usb_caiaq_midi_send()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_pnor.c | 81 static void pnv_pnor_realize(DeviceState *dev, Error **errp) in pnv_pnor_realize() argument 83 PnvPnor *s = PNV_PNOR(dev); in pnv_pnor_realize()
|