/openbmc/linux/drivers/gpio/ |
H A D | gpio-fxl6408.c | 91 static int fxl6408_identify(struct device *dev, struct regmap *regmap) in fxl6408_identify() 106 struct device *dev = &client->dev; in fxl6408_probe() local
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | omap-iommu.c | 19 struct device *dev; member 53 static struct powerdomain *_get_pwrdm(struct device *dev) in _get_pwrdm()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | umr.h | 19 static inline bool mlx5r_umr_can_load_pas(struct mlx5_ib_dev *dev, in mlx5r_umr_can_load_pas() 48 static inline bool mlx5r_umr_can_reconfig(struct mlx5_ib_dev *dev, in mlx5r_umr_can_reconfig()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_prime.c | 73 int vmw_prime_fd_to_handle(struct drm_device *dev, in vmw_prime_fd_to_handle() 86 int vmw_prime_handle_to_fd(struct drm_device *dev, in vmw_prime_handle_to_fd()
|
/openbmc/linux/drivers/dma/ti/ |
H A D | edma.c | 230 struct device *dev; member 902 struct device *dev = chan->device->dev; in edma_config_pset() local 1015 struct device *dev = chan->device->dev; in edma_prep_slave_sg() local 1111 struct device *dev = chan->device->dev; in edma_prep_dma_memcpy() local 1226 struct device *dev = chan->device->dev; in edma_prep_dma_interleaved() local 1302 struct device *dev = chan->device->dev; in edma_prep_dma_cyclic() local 1669 struct device *dev = ecc->dev; in edma_alloc_chan_resources() local 1712 struct device *dev = echan->ecc->dev; in edma_free_chan_resources() local 2291 struct device *dev = &pdev->dev; in edma_probe() local 2565 struct device *dev = &pdev->dev; in edma_remove() local [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_devlink.c | 256 struct device *dev = ice_pf_to_dev(pf); in ice_devlink_info_get() local 390 struct device *dev = ice_pf_to_dev(pf); in ice_devlink_reload_empr_start() local 533 struct device *dev = ice_pf_to_dev(pf); in ice_devlink_port_options_print() local 607 struct device *dev = ice_pf_to_dev(pf); in ice_devlink_aq_set_port_option() local 667 struct device *dev = ice_pf_to_dev(pf); in ice_devlink_port_split() local 775 struct device *dev = ice_pf_to_dev(pf); in ice_enable_custom_tx() local 1532 struct device *dev; in ice_devlink_create_pf_port() local 1593 struct device *dev; in ice_devlink_create_vf_port() local 1663 struct device *dev = ice_pf_to_dev(pf); in ice_devlink_nvm_snapshot() local 1752 struct device *dev = ice_pf_to_dev(pf); in ice_devlink_nvm_read() local [all …]
|
/openbmc/linux/drivers/net/wan/ |
H A D | ixp4xx_hss.c | 259 struct device *dev; member 345 static inline struct port *dev_to_port(struct net_device *dev) in dev_to_port() 563 static inline void debug_pkt(struct net_device *dev, const char *func, in debug_pkt() 650 struct net_device *dev = pdev; in hss_hdlc_rx_irq() local 663 struct net_device *dev = port->netdev; in hss_hdlc_poll() local 799 struct net_device *dev = pdev; in hss_hdlc_txdone_irq() local 837 static int hss_hdlc_xmit(struct sk_buff *skb, struct net_device *dev) in hss_hdlc_xmit() 1059 struct net_device *dev = data; in hss_hdlc_dcd_irq() local 1069 static int hss_hdlc_open(struct net_device *dev) in hss_hdlc_open() 1153 static int hss_hdlc_close(struct net_device *dev) in hss_hdlc_close() [all …]
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_video.c | 201 struct acpi_device *dev; member 1034 struct pci_dev *dev; in acpi_video_bus_check() local 1211 struct acpi_video_device *dev; in acpi_video_device_rebind() local 1784 struct acpi_video_device *dev; in acpi_video_run_bcl_for_osi() local 1813 struct acpi_video_device *dev; in acpi_video_bus_register_backlight() local 1856 struct acpi_video_device *dev; in acpi_video_bus_unregister_backlight() local 1890 struct acpi_video_device *dev; in acpi_video_bus_add_notify_handler() local 1952 struct acpi_video_device *dev; in acpi_video_bus_remove_notify_handler() local 1966 struct acpi_video_device *dev, *next; in acpi_video_bus_put_devices() local 2118 static int __init is_i740(struct pci_dev *dev) in is_i740() [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | musicpal.c | 252 static void musicpal_lcd_realize(DeviceState *dev, Error **errp) in musicpal_lcd_realize() 262 DeviceState *dev = DEVICE(sbd); in musicpal_lcd_init() local 389 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in mv88w8618_pic_init() local 556 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in mv88w8618_pit_init() local 573 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in mv88w8618_pit_finalize() local 671 SysBusDevice *dev = SYS_BUS_DEVICE(obj); in mv88w8618_flashcfg_init() local 789 static void mv88w8618_wlan_realize(DeviceState *dev, Error **errp) in mv88w8618_wlan_realize() 1000 DeviceState *dev = DEVICE(sbd); in musicpal_gpio_init() local 1145 DeviceState *dev = DEVICE(sbd); in musicpal_key_init() local 1159 static void musicpal_key_realize(DeviceState *dev, Error **errp) in musicpal_key_realize() [all …]
|
/openbmc/u-boot/cmd/ |
H A D | mmc.c | 95 static struct mmc *init_mmc_device(int dev, bool force_init) in init_mmc_device() 479 int dev, part = 0, ret; in do_mmc_dev() local 680 int dev; in do_mmc_bootbus() local 706 int dev; in do_mmc_boot_resize() local 759 int dev; in do_mmc_partconf() local 790 int dev; in do_mmc_rst_func() local 854 int dev; in do_mmc_bkops_enable() local
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | ad7879.c | 108 struct device *dev; member 303 static int __maybe_unused ad7879_suspend(struct device *dev) in ad7879_suspend() 319 static int __maybe_unused ad7879_resume(struct device *dev) in ad7879_resume() 358 static ssize_t ad7879_disable_show(struct device *dev, in ad7879_disable_show() 366 static ssize_t ad7879_disable_store(struct device *dev, in ad7879_disable_store() 491 static int ad7879_parse_dt(struct device *dev, struct ad7879 *ts) in ad7879_parse_dt() 517 int ad7879_probe(struct device *dev, struct regmap *regmap, in ad7879_probe()
|
H A D | ilitek_ts_i2c.c | 159 struct device *dev = &ts->client->dev; in ilitek_process_and_report_v6() local 463 static int ilitek_input_dev_init(struct device *dev, struct ilitek_ts_data *ts) in ilitek_input_dev_init() 515 static ssize_t firmware_version_show(struct device *dev, in firmware_version_show() 530 static ssize_t product_id_show(struct device *dev, in product_id_show() 554 struct device *dev = &client->dev; in ilitek_ts_i2c_probe() local 613 static int ilitek_suspend(struct device *dev) in ilitek_suspend() 630 static int ilitek_resume(struct device *dev) in ilitek_resume()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mt7921.h | 202 mt7921_reg_map_l1(struct mt792x_dev *dev, u32 addr) in mt7921_reg_map_l1() 215 mt7921_l1_rr(struct mt792x_dev *dev, u32 addr) in mt7921_l1_rr() 221 mt7921_l1_wr(struct mt792x_dev *dev, u32 addr, u32 val) in mt7921_l1_wr() 227 mt7921_l1_rmw(struct mt792x_dev *dev, u32 addr, u32 mask, u32 val) in mt7921_l1_rmw() 235 #define mt7921_l1_set(dev, addr, val) mt7921_l1_rmw(dev, addr, 0, val) argument 236 #define mt7921_l1_clear(dev, addr, val) mt7921_l1_rmw(dev, addr, val, 0) argument 239 mt7921_skb_add_usb_sdio_hdr(struct mt792x_dev *dev, struct sk_buff *skb, in mt7921_skb_add_usb_sdio_hdr()
|
/openbmc/linux/drivers/misc/ocxl/ |
H A D | link.c | 91 int dev; member 271 static int map_irq_registers(struct pci_dev *dev, struct spa *spa) in map_irq_registers() 277 static int setup_xsl_irq(struct pci_dev *dev, struct ocxl_link *link) in setup_xsl_irq() 344 static int alloc_spa(struct pci_dev *dev, struct ocxl_link *link) in alloc_spa() 385 static int alloc_link(struct pci_dev *dev, int PE_mask, struct ocxl_link **out_link) in alloc_link() 441 int ocxl_link_setup(struct pci_dev *dev, int PE_mask, void **link_handle) in ocxl_link_setup() 484 void ocxl_link_release(struct pci_dev *dev, void *link_handle) in ocxl_link_release()
|
/openbmc/linux/drivers/mtd/ |
H A D | sm_ftl.c | 41 static ssize_t sm_attr_show(struct device *dev, struct device_attribute *attr, in sm_attr_show() 1013 static int sm_read(struct mtd_blktrans_dev *dev, in sm_read() 1059 static int sm_write(struct mtd_blktrans_dev *dev, in sm_write() 1098 static int sm_flush(struct mtd_blktrans_dev *dev) in sm_flush() 1110 static void sm_release(struct mtd_blktrans_dev *dev) in sm_release() 1122 static int sm_getgeo(struct mtd_blktrans_dev *dev, struct hd_geometry *geo) in sm_getgeo() 1230 static void sm_remove_dev(struct mtd_blktrans_dev *dev) in sm_remove_dev()
|
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_asrc.c | 218 struct device *dev = &asrc->pdev->dev; in fsl_asrc_request_pair() local 828 static bool fsl_asrc_readable_reg(struct device *dev, unsigned int reg) in fsl_asrc_readable_reg() 872 static bool fsl_asrc_volatile_reg(struct device *dev, unsigned int reg) in fsl_asrc_volatile_reg() 892 static bool fsl_asrc_writeable_reg(struct device *dev, unsigned int reg) in fsl_asrc_writeable_reg() 1014 struct device *dev = &asrc->pdev->dev; in fsl_asrc_isr() local 1262 static int fsl_asrc_runtime_resume(struct device *dev) in fsl_asrc_runtime_resume() 1337 static int fsl_asrc_runtime_suspend(struct device *dev) in fsl_asrc_runtime_suspend()
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | ec_bhf.c | 124 struct pci_dev *dev; member 253 struct device *dev = PRIV_TO_DEV(priv); in ec_bhf_setup_offsets() local 324 struct device *dev = PRIV_TO_DEV(priv); in ec_bhf_alloc_dma_mem() local 395 struct device *dev = PRIV_TO_DEV(priv); in ec_bhf_open() local 435 struct device *dev = PRIV_TO_DEV(priv); in ec_bhf_stop() local 477 static int ec_bhf_probe(struct pci_dev *dev, const struct pci_device_id *id) in ec_bhf_probe() 566 static void ec_bhf_remove(struct pci_dev *dev) in ec_bhf_remove()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/ |
H A D | panel-sony-acx565akm.c | 336 static int acx565akm_bl_update_status(struct backlight_device *dev) in acx565akm_bl_update_status() 357 static int acx565akm_bl_get_intensity(struct backlight_device *dev) in acx565akm_bl_get_intensity() 377 static int acx565akm_bl_update_status_locked(struct backlight_device *dev) in acx565akm_bl_update_status_locked() 389 static int acx565akm_bl_get_intensity_locked(struct backlight_device *dev) in acx565akm_bl_get_intensity_locked() 415 static ssize_t show_cabc_mode(struct device *dev, in show_cabc_mode() 436 static ssize_t store_cabc_mode(struct device *dev, in store_cabc_mode() 469 static ssize_t show_cabc_available_modes(struct device *dev, in show_cabc_available_modes()
|
/openbmc/linux/drivers/pci/ |
H A D | p2pdma.c | 41 static ssize_t size_show(struct device *dev, struct device_attribute *attr, in size_show() 58 static ssize_t available_show(struct device *dev, struct device_attribute *attr, in available_show() 75 static ssize_t published_show(struct device *dev, struct device_attribute *attr, in published_show() 364 static struct pci_dev *find_parent_pci_dev(struct device *dev) in find_parent_pci_dev() 969 struct device *dev) in pci_p2pdma_map_type() 1017 pci_p2pdma_map_segment(struct pci_p2pdma_map_state *state, struct device *dev, in pci_p2pdma_map_segment() 1058 struct device *dev; in pci_p2pdma_enable_store() local
|
H A D | xen-pcifront.c | 241 static int pci_frontend_enable_msix(struct pci_dev *dev, in pci_frontend_enable_msix() 296 static void pci_frontend_disable_msix(struct pci_dev *dev) in pci_frontend_disable_msix() 315 static int pci_frontend_enable_msi(struct pci_dev *dev, int vector[]) in pci_frontend_enable_msi() 344 static void pci_frontend_disable_msi(struct pci_dev *dev) in pci_frontend_disable_msi() 386 static int pcifront_claim_resource(struct pci_dev *dev, void *data) in pcifront_claim_resource() 542 struct pci_dev *dev; in free_root_bus_devs() local 650 static irqreturn_t pcifront_handler_aer(int irq, void *dev) in pcifront_handler_aer()
|
/openbmc/linux/include/net/ |
H A D | xdp.h | 61 struct net_device *dev; member 70 struct net_device *dev; member 339 struct net_device *dev, u32 queue_index, in xdp_rxq_info_reg() 462 xdp_set_features_flag(struct net_device *dev, xdp_features_t val) in xdp_set_features_flag() 467 xdp_features_set_redirect_target(struct net_device *dev, bool support_sg) in xdp_features_set_redirect_target() 472 xdp_features_clear_redirect_target(struct net_device *dev) in xdp_features_clear_redirect_target() 477 static inline void xdp_clear_features_flag(struct net_device *dev) in xdp_clear_features_flag()
|
/openbmc/linux/drivers/perf/ |
H A D | fsl_imx8_ddr_perf.c | 101 struct device *dev; member 110 static ssize_t ddr_perf_identifier_show(struct device *dev, in ddr_perf_identifier_show() 123 struct device *dev = kobj_to_dev(kobj); in ddr_perf_identifier_attr_visible() local 167 static ssize_t ddr_perf_filter_cap_show(struct device *dev, in ddr_perf_filter_cap_show() 198 static ssize_t ddr_perf_cpumask_show(struct device *dev, in ddr_perf_cpumask_show() 219 ddr_pmu_event_show(struct device *dev, struct device_attribute *attr, in ddr_pmu_event_show() 604 struct device *dev) in ddr_perf_init()
|
/openbmc/u-boot/drivers/mmc/ |
H A D | davinci_mmc.c | 432 static int davinci_mmc_getcd(struct udevice *dev) 446 static int davinci_mmc_getwp(struct udevice *dev) 491 static int davinci_mmc_probe(struct udevice *dev) 524 static int davinci_mmc_bind(struct udevice *dev)
|
/openbmc/u-boot/board/freescale/mx6sabresd/ |
H A D | mx6sabresd.c | 190 static void enable_rgb(struct display_info_t const *dev) in enable_rgb() 196 static void enable_lvds(struct display_info_t const *dev) in enable_lvds() 404 static void disable_lvds(struct display_info_t const *dev) in disable_lvds() 416 static void do_enable_hdmi(struct display_info_t const *dev) in do_enable_hdmi()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | sl811-hcd.c | 214 static int sl811_send_packet(struct usb_device *dev, unsigned long pipe, __u8 *buffer, int len) in sl811_send_packet() 287 int submit_bulk_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_bulk_msg() 322 int submit_control_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_control_msg() 386 int submit_int_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_int_msg()
|