Searched refs:gdev (Results 26 - 50 of 61) sorted by relevance

123

/linux-master/drivers/gnss/
H A Dserial.h16 struct gnss_device *gdev; member in struct:gnss_serial
H A Dmtk.c80 gserial->gdev->type = GNSS_TYPE_MTK;
H A Dubx.c81 gserial->gdev->type = GNSS_TYPE_UBX;
/linux-master/arch/s390/net/
H A Dpnet.c45 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); local
48 util_str = ccw_device_get_util_str(gdev->cdev[0], 0);
/linux-master/fs/vboxsf/
H A Dvboxsf_wrappers.c22 struct vbg_dev *gdev; local
29 gdev = vbg_get_gdev();
30 if (IS_ERR(gdev))
33 err = vbg_hgcm_connect(gdev, SHFL_REQUEST, &loc,
35 vbg_put_gdev(gdev);
42 struct vbg_dev *gdev; local
45 gdev = vbg_get_gdev();
46 if (IS_ERR(gdev))
49 vbg_hgcm_disconnect(gdev, SHFL_REQUEST, vboxsf_client_id, &vbox_status);
50 vbg_put_gdev(gdev);
55 struct vbg_dev *gdev; local
[all...]
/linux-master/include/linux/gpio/
H A Ddriver.h648 struct gpio_device *gpio_device_get(struct gpio_device *gdev);
649 void gpio_device_put(struct gpio_device *gdev);
654 struct device *gpio_device_to_device(struct gpio_device *gdev);
796 gpio_device_get_desc(struct gpio_device *gdev, unsigned int hwnum);
798 struct gpio_chip *gpio_device_get_chip(struct gpio_device *gdev);
810 int gpio_device_get_base(struct gpio_device *gdev);
811 const char *gpio_device_get_label(struct gpio_device *gdev);
833 static inline int gpio_device_get_base(struct gpio_device *gdev) argument
839 static inline const char *gpio_device_get_label(struct gpio_device *gdev) argument
/linux-master/drivers/iommu/
H A Diommu.c515 struct group_device *gdev; local
552 gdev = iommu_group_alloc_device(group, dev);
554 if (IS_ERR(gdev)) {
555 ret = PTR_ERR(gdev);
560 * The gdev must be in the list before calling
563 list_add_tail(&gdev->list, &group->devices);
593 list_del(&gdev->list);
594 __iommu_group_free_device(group, gdev);
1226 struct group_device *gdev; local
1228 gdev
1733 struct group_device *gdev; local
1815 struct group_device *gdev; local
2293 struct group_device *gdev; local
2933 struct group_device *gdev; local
3029 struct group_device *gdev; local
[all...]
/linux-master/drivers/hte/
H A Dhte-tegra194.c135 struct gpio_device *gdev; member in struct:tegra_hte_soc
424 line_id = desc->attr.line_id - gpio_device_get_base(gs->gdev);
651 return hte_dev->gdev == gpiod_to_gpio_device(hdesc->attr.line_data);
681 struct gpio_device *gdev = data; local
683 gpio_device_put(gdev);
761 hte_dev->gdev =
773 hte_dev->gdev =
778 if (!hte_dev->gdev)
783 hte_dev->gdev);
/linux-master/drivers/video/fbdev/
H A Dsmscufx.c94 struct device *gdev; /* &udev->dev */ member in struct:ufx_data
1604 dev->gdev = &usbdev->dev; /* our generic struct device * */
1607 dev_dbg(dev->gdev, "%s %s - serial #%s\n",
1609 dev_dbg(dev->gdev, "vid_%04x&pid_%04x&rev_%04x driver's ufx_data struct at %p\n",
1613 dev_dbg(dev->gdev, "console enable=%d\n", console);
1614 dev_dbg(dev->gdev, "fb_defio enable=%d\n", fb_defio);
1617 dev_err(dev->gdev, "ufx_alloc_urb_list failed\n");
1626 dev_err(dev->gdev, "framebuffer_alloc failed\n");
1638 dev_err(dev->gdev, "fb_alloc_cmap failed %x\n", retval);
1644 dev_dbg(dev->gdev, "ID_RE
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_l3_main.c188 dev_warn(&card->gdev->dev,
652 dev_warn(&card->gdev->dev,
696 dev_warn(&card->gdev->dev, "Reading the adapter MAC"
710 dev_info(&card->gdev->dev,
718 dev_warn(&card->gdev->dev,
732 dev_info(&card->gdev->dev,
741 dev_warn(&card->gdev->dev,
754 dev_info(&card->gdev->dev,
762 dev_warn(&card->gdev->dev,
766 dev_info(&card->gdev
1926 qeth_l3_probe_device(struct ccwgroup_device *gdev) argument
[all...]
H A Dqeth_l2_main.c98 dev_info(&card->gdev->dev,
103 dev_warn(&card->gdev->dev,
107 dev_warn(&card->gdev->dev,
1220 dev_warn(&card->gdev->dev,
1294 kobject_uevent_env(&card->gdev->dev.kobj, KOBJ_CHANGE, env);
1329 kobject_uevent_env(&data->card->gdev->dev.kobj,
1470 dev_info(&data->card->gdev->dev,
1576 dev_err(&card->gdev->dev,
1582 dev_err(&card->gdev->dev,
1590 dev_err(&card->gdev
2291 qeth_l2_probe_device(struct ccwgroup_device *gdev) argument
2311 qeth_l2_remove_device(struct ccwgroup_device *gdev) argument
[all...]
H A Dqeth_core_main.c382 dev_err(&card->gdev->dev,
541 dev_err_ratelimited(&card->gdev->dev,
565 dev_err(&card->gdev->dev,
584 dev_err_ratelimited(&card->gdev->dev,
608 dev_err(&card->gdev->dev,
627 dev_err_ratelimited(&card->gdev->dev,
657 dev_err_ratelimited(&card->gdev->dev,
801 dev_info(&card->gdev->dev,
827 dev_err(&card->gdev->dev,
834 dev_warn(&card->gdev
1205 struct ccwgroup_device *gdev; local
1625 qeth_alloc_card(struct ccwgroup_device *gdev) argument
6337 qeth_core_probe_device(struct ccwgroup_device *gdev) argument
6421 qeth_core_remove_device(struct ccwgroup_device *gdev) argument
6440 qeth_core_set_online(struct ccwgroup_device *gdev) argument
6462 qeth_core_set_offline(struct ccwgroup_device *gdev) argument
6474 qeth_core_shutdown(struct ccwgroup_device *gdev) argument
[all...]
H A Dctcm_sysfs.c117 struct ccwgroup_device *gdev = to_ccwgroupdev(dev); local
120 if (!priv || gdev->state != CCWGROUP_ONLINE)
H A Dlcs.h311 struct ccwgroup_device *gdev; member in struct:lcs_card
H A Dqeth_core_sys.c145 dev_warn_once(&card->gdev->dev,
433 dev_err(&card->gdev->dev, "Adapter does not "
/linux-master/include/linux/soc/qcom/
H A Dapr.h191 gpr_port_t *gpr_alloc_port(gpr_device_t *gdev, struct device *dev,
195 int gpr_send_pkt(gpr_device_t *gdev, struct gpr_pkt *pkt);
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6apm.c34 gpr_device_t *gdev = apm->gdev; local
36 return audioreach_send_cmd_sync(&gdev->dev, gdev, &apm->result, &apm->lock,
636 graph->port = gpr_alloc_port(apm->gdev, dev, graph_callback, graph);
721 static int apm_probe(gpr_device_t *gdev) argument
723 struct device *dev = &gdev->dev;
735 apm->gdev = gdev;
770 gpr_device_t *gdev local
[all...]
H A Dq6apm.h53 gpr_device_t *gdev; member in struct:q6apm
/linux-master/drivers/i2c/muxes/
H A Di2c-mux-gpio.c179 struct gpio_device *gdev; local
199 gdev = gpiod_to_gpio_device(gpiod);
200 dev = gpio_device_to_device(gdev);
/linux-master/drivers/gpio/
H A Dgpiolib-of.c387 struct gpio_device *gdev __free(gpio_device_put) =
389 if (!gdev) {
394 desc = of_xlate_and_get_gpiod_flags(gpio_device_get_chip(gdev),
869 struct gpio_device *gdev __free(gpio_device_put) = NULL;
887 gdev = of_find_gpio_device_by_node(rd->dn->parent);
888 if (!gdev)
891 ret = of_gpiochip_add_hog(gpio_device_get_chip(gdev), rd->dn);
904 gdev = of_find_gpio_device_by_node(rd->dn->parent);
905 if (!gdev)
908 of_gpiochip_remove_hog(gpio_device_get_chip(gdev), r
[all...]
/linux-master/drivers/ata/
H A Dpata_atp867x.c405 struct device *gdev = host->dev; local
406 struct pci_dev *pdev = to_pci_dev(gdev);
423 dev_dbg(gdev, "ATP867X: iomap[%d]=0x%p\n", i,
455 dev_err(gdev, "no available native port\n");
H A Dlibata-sff.c2152 struct device *gdev = host->dev; local
2153 struct pci_dev *pdev = to_pci_dev(gdev);
2176 dev_driver_string(gdev));
2178 dev_warn(gdev,
2202 dev_err(gdev, "no available native port\n");
3077 struct device *gdev = host->dev; local
3078 struct pci_dev *pdev = to_pci_dev(gdev);
3098 rc = pcim_iomap_regions(pdev, 1 << 4, dev_driver_string(gdev));
/linux-master/include/linux/
H A Dhte.h160 * @gdev: HTE subsystem abstract device, internal to the HTE subsystem.
177 struct hte_device *gdev; member in struct:hte_chip
/linux-master/arch/arm/mach-omap1/
H A Dboard-ams-delta.c603 struct gpio_device *gdev; local
617 gdev = gpio_device_find_by_label(OMAP_GPIO_LABEL);
618 if (!gdev) {
623 chip = gpio_device_get_chip(gdev);
/linux-master/drivers/soc/qcom/
H A Dapr.c90 gpr_port_t *gpr_alloc_port(struct apr_device *gdev, struct device *dev, argument
93 struct packet_router *pr = dev_get_drvdata(gdev->dev.parent);
142 int gpr_send_pkt(struct apr_device *gdev, struct gpr_pkt *pkt) argument
144 return pkt_router_send_svc_pkt(&gdev->svc, pkt);

Completed in 235 milliseconds

123