/drivers/media/platform/qcom/venus/ |
D | hfi.c | 178 int hfi_session_create(struct venus_inst *inst, const struct hfi_inst_ops *ops) in hfi_session_create() 211 const struct hfi_ops *ops = core->ops; in hfi_session_init() local 260 const struct hfi_ops *ops = inst->core->ops; in hfi_session_deinit() local 287 const struct hfi_ops *ops = inst->core->ops; in hfi_session_start() local 311 const struct hfi_ops *ops = inst->core->ops; in hfi_session_stop() local 346 const struct hfi_ops *ops = inst->core->ops; in hfi_session_abort() local 365 const struct hfi_ops *ops = inst->core->ops; in hfi_session_load_res() local 388 const struct hfi_ops *ops = inst->core->ops; in hfi_session_unload_res() local 412 const struct hfi_ops *ops = inst->core->ops; in hfi_session_flush() local 433 const struct hfi_ops *ops = inst->core->ops; in hfi_session_set_buffers() local [all …]
|
/drivers/mfd/ |
D | abx500-core.c | 19 struct abx500_ops ops; member 23 static void lookup_ops(struct device *dev, struct abx500_ops **ops) in lookup_ops() 36 int abx500_register_ops(struct device *dev, struct abx500_ops *ops) in abx500_register_ops() 65 struct abx500_ops *ops; in abx500_set_register_interruptible() local 78 struct abx500_ops *ops; in abx500_get_register_interruptible() local 91 struct abx500_ops *ops; in abx500_get_register_page_interruptible() local 105 struct abx500_ops *ops; in abx500_mask_and_set_register_interruptible() local 118 struct abx500_ops *ops; in abx500_get_chip_id() local 130 struct abx500_ops *ops; in abx500_event_registers_startup_state_get() local 142 struct abx500_ops *ops; in abx500_startup_irq_enabled() local
|
/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 930 const struct v4l2_ioctl_ops *ops = vfd->ioctl_ops; in check_fmt() local 1044 static int v4l_querycap(const struct v4l2_ioctl_ops *ops, in v4l_querycap() 1075 static int v4l_g_input(const struct v4l2_ioctl_ops *ops, in v4l_g_input() 1088 static int v4l_g_output(const struct v4l2_ioctl_ops *ops, in v4l_g_output() 1101 static int v4l_s_input(const struct v4l2_ioctl_ops *ops, in v4l_s_input() 1117 static int v4l_s_output(const struct v4l2_ioctl_ops *ops, in v4l_s_output() 1128 static int v4l_g_priority(const struct v4l2_ioctl_ops *ops, in v4l_g_priority() 1139 static int v4l_s_priority(const struct v4l2_ioctl_ops *ops, in v4l_s_priority() 1153 static int v4l_enuminput(const struct v4l2_ioctl_ops *ops, in v4l_enuminput() 1179 static int v4l_enumoutput(const struct v4l2_ioctl_ops *ops, in v4l_enumoutput() [all …]
|
/drivers/video/fbdev/core/ |
D | fbcon.c | 204 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation() local 215 struct fbcon_ops *ops= info->fbcon_par; in fbcon_rotate() local 237 struct fbcon_ops *ops = info->fbcon_par; in fbcon_rotate_all() local 260 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation() local 278 struct fbcon_ops *ops = info->fbcon_par; in fbcon_get_rotate() local 285 struct fbcon_ops *ops = info->fbcon_par; in fbcon_is_inactive() local 361 struct fbcon_ops *ops = info->fbcon_par; in fb_flashcursor() local 394 struct fbcon_ops *ops = from_timer(ops, t, cursor_timer); in cursor_timer_handler() local 403 struct fbcon_ops *ops = info->fbcon_par; in fbcon_add_cursor_timer() local 419 struct fbcon_ops *ops = info->fbcon_par; in fbcon_del_cursor_timer() local [all …]
|
D | fbcon_ud.c | 51 struct fbcon_ops *ops = info->fbcon_par; in ud_bmove() local 69 struct fbcon_ops *ops = info->fbcon_par; in ud_clear() local 90 struct fbcon_ops *ops = info->fbcon_par; in ud_putcs_aligned() local 123 struct fbcon_ops *ops = info->fbcon_par; in ud_putcs_unaligned() local 156 struct fbcon_ops *ops = info->fbcon_par; in ud_putcs() local 255 struct fbcon_ops *ops = info->fbcon_par; in ud_cursor() local 411 struct fbcon_ops *ops = info->fbcon_par; in ud_update_start() local 430 void fbcon_rotate_ud(struct fbcon_ops *ops) in fbcon_rotate_ud()
|
D | fbcon_cw.c | 51 struct fbcon_ops *ops = info->fbcon_par; in cw_bmove() local 68 struct fbcon_ops *ops = info->fbcon_par; in cw_clear() local 88 struct fbcon_ops *ops = info->fbcon_par; in cw_putcs_aligned() local 119 struct fbcon_ops *ops = info->fbcon_par; in cw_putcs() local 208 struct fbcon_ops *ops = info->fbcon_par; in cw_cursor() local 371 struct fbcon_ops *ops = info->fbcon_par; in cw_update_start() local 386 void fbcon_rotate_cw(struct fbcon_ops *ops) in fbcon_rotate_cw()
|
D | fbcon_ccw.c | 66 struct fbcon_ops *ops = info->fbcon_par; in ccw_bmove() local 83 struct fbcon_ops *ops = info->fbcon_par; in ccw_clear() local 103 struct fbcon_ops *ops = info->fbcon_par; in ccw_putcs_aligned() local 134 struct fbcon_ops *ops = info->fbcon_par; in ccw_putcs() local 225 struct fbcon_ops *ops = info->fbcon_par; in ccw_cursor() local 388 struct fbcon_ops *ops = info->fbcon_par; in ccw_update_start() local 403 void fbcon_rotate_ccw(struct fbcon_ops *ops) in fbcon_rotate_ccw()
|
/drivers/base/ |
D | syscore.c | 22 void register_syscore_ops(struct syscore_ops *ops) in register_syscore_ops() 34 void unregister_syscore_ops(struct syscore_ops *ops) in unregister_syscore_ops() 50 struct syscore_ops *ops; in syscore_suspend() local 96 struct syscore_ops *ops; in syscore_resume() local 119 struct syscore_ops *ops; in syscore_shutdown() local
|
D | component.c | 65 const struct component_master_ops *ops; member 75 const struct component_ops *ops; member 147 const struct component_master_ops *ops) in __master_find() 460 const struct component_master_ops *ops, in component_master_add_with_match() 505 const struct component_master_ops *ops) in component_master_del() 658 static int __component_add(struct device *dev, const struct component_ops *ops, in __component_add() 709 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed() 734 int component_add(struct device *dev, const struct component_ops *ops) in component_add() 749 void component_del(struct device *dev, const struct component_ops *ops) in component_del()
|
/drivers/hid/ |
D | hid-wiimote-modules.c | 89 static int wiimod_keys_probe(const struct wiimod_ops *ops, in wiimod_keys_probe() 155 static int wiimod_rumble_probe(const struct wiimod_ops *ops, in wiimod_rumble_probe() 167 static void wiimod_rumble_remove(const struct wiimod_ops *ops, in wiimod_rumble_remove() 234 static int wiimod_battery_probe(const struct wiimod_ops *ops, in wiimod_battery_probe() 268 static void wiimod_battery_remove(const struct wiimod_ops *ops, in wiimod_battery_remove() 338 static int wiimod_led_probe(const struct wiimod_ops *ops, in wiimod_led_probe() 380 static void wiimod_led_remove(const struct wiimod_ops *ops, in wiimod_led_remove() 481 static int wiimod_accel_probe(const struct wiimod_ops *ops, in wiimod_accel_probe() 522 static void wiimod_accel_remove(const struct wiimod_ops *ops, in wiimod_accel_remove() 733 static int wiimod_ir_probe(const struct wiimod_ops *ops, in wiimod_ir_probe() [all …]
|
/drivers/net/phy/ |
D | sfp-bus.c | 500 const struct sfp_upstream_ops *ops = bus->upstream_ops; in sfp_register_bus() local 522 const struct sfp_upstream_ops *ops = bus->upstream_ops; in sfp_unregister_bus() local 695 const struct sfp_upstream_ops *ops) in sfp_bus_add_upstream() 748 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_add_phy() local 763 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_remove_phy() local 773 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_link_up() local 782 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_link_down() local 791 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_insert() local 805 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_remove() local 816 const struct sfp_upstream_ops *ops = sfp_get_upstream_ops(bus); in sfp_module_start() local [all …]
|
/drivers/virtio/ |
D | virtio_vdpa.c | 68 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_set() local 76 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_generation() local 87 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_get_status() local 95 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_set_status() local 110 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_notify() local 140 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_setup_vq() local 237 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_del_vq() local 271 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_find_vqs() local 304 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_get_features() local 353 const struct vdpa_config_ops *ops = vdpa->config; in virtio_vdpa_probe() local
|
/drivers/misc/c2port/ |
D | core.c | 63 struct c2port_ops *ops = dev->ops; in c2port_reset() local 79 struct c2port_ops *ops = dev->ops; in c2port_strobe_ck() local 101 struct c2port_ops *ops = dev->ops; in c2port_write_ar() local 129 struct c2port_ops *ops = dev->ops; in c2port_read_ar() local 161 struct c2port_ops *ops = dev->ops; in c2port_write_dr() local 209 struct c2port_ops *ops = dev->ops; in c2port_read_dr() local 316 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_blocks_num() local 326 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_block_size() local 336 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_size() local 354 struct c2port_ops *ops = c2dev->ops; in access_store() local [all …]
|
/drivers/vhost/ |
D | vdpa.c | 62 const struct vdpa_config_ops *ops = v->vdpa->config; in handle_vq_kick() local 92 const struct vdpa_config_ops *ops = v->vdpa->config; in vhost_vdpa_setup_vq_irq() local 134 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_device_id() local 148 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_status() local 162 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_status() local 243 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_config() local 266 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_features() local 280 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_features() local 302 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_vring_num() local 366 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_vring_ioctl() local [all …]
|
/drivers/pinctrl/ |
D | pinconf.c | 27 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_check_ops() local 59 const struct pinconf_ops *ops = pctldev->desc->confops; in pin_config_get_for_pin() local 74 const struct pinconf_ops *ops; in pin_config_group_get() local 151 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_apply_setting() local 203 const struct pinconf_ops *ops; in pinconf_set_config() local 294 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_dump_pin() local 337 const struct pinconf_ops *ops = pctldev->desc->confops; in pinconf_dump_group() local
|
D | pinmux.c | 34 const struct pinmux_ops *ops = pctldev->desc->pmxops; in pinmux_check_ops() local 87 const struct pinmux_ops *ops = pctldev->desc->pmxops; in pinmux_can_be_used_for_gpio() local 113 const struct pinmux_ops *ops = pctldev->desc->pmxops; in pin_request() local 210 const struct pinmux_ops *ops = pctldev->desc->pmxops; in pin_free() local 307 const struct pinmux_ops *ops; in pinmux_gpio_direction() local 323 const struct pinmux_ops *ops = pctldev->desc->pmxops; in pinmux_func_name_to_selector() local 409 const struct pinmux_ops *ops = pctldev->desc->pmxops; in pinmux_enable_setting() local
|
/drivers/dma/sh/ |
D | shdma-base.c | 55 const struct shdma_ops *ops = sdev->ops; in shdma_chan_xfer_ld_queue() local 129 const struct shdma_ops *ops = sdev->ops; in shdma_tx_submit() local 174 const struct shdma_ops *ops = sdev->ops; in shdma_setup_slave() local 207 const struct shdma_ops *ops = sdev->ops; in shdma_alloc_chan_resources() local 454 const struct shdma_ops *ops = sdev->ops; in shdma_free_chan_resources() local 506 const struct shdma_ops *ops = sdev->ops; in shdma_add_desc() local 667 const struct shdma_ops *ops = sdev->ops; in shdma_prep_slave_sg() local 699 const struct shdma_ops *ops = sdev->ops; in shdma_prep_dma_cyclic() local 757 const struct shdma_ops *ops = sdev->ops; in shdma_terminate_all() local 854 const struct shdma_ops *ops = sdev->ops; in shdma_reset() local [all …]
|
/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ethtool.c | 671 struct hnae_ae_ops *ops; in hns_get_ringparam() local 696 struct hnae_ae_ops *ops; in hns_get_pauseparam() local 717 struct hnae_ae_ops *ops; in hns_set_pauseparam() local 744 struct hnae_ae_ops *ops; in hns_get_coalesce() local 792 struct hnae_ae_ops *ops; in hns_set_coalesce() local 966 struct hnae_ae_ops *ops = h->dev->ops; in hns_get_sset_count() local 1097 struct hnae_ae_ops *ops; in hns_get_regs() local 1119 struct hnae_ae_ops *ops; in hns_get_regs_len() local 1160 struct hnae_ae_ops *ops; in hns_get_rss_key_size() local 1176 struct hnae_ae_ops *ops; in hns_get_rss_indir_size() local [all …]
|
/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ulp.c | 284 struct bnxt_ulp_ops *ops; in bnxt_ulp_stop() local 304 struct bnxt_ulp_ops *ops; in bnxt_ulp_start() local 328 struct bnxt_ulp_ops *ops; in bnxt_ulp_sriov_cfg() local 353 struct bnxt_ulp_ops *ops; in bnxt_ulp_shutdown() local 372 struct bnxt_ulp_ops *ops; in bnxt_ulp_irq_stop() local 393 struct bnxt_ulp_ops *ops; in bnxt_ulp_irq_restart() local 425 struct bnxt_ulp_ops *ops; in bnxt_ulp_async_events() local
|
/drivers/net/can/usb/kvaser_usb/ |
D | kvaser_usb_core.c | 327 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_read_bulk_callback() local 439 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_open() local 507 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_close() local 540 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_set_bittiming() local 585 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_set_data_bittiming() local 649 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_start_xmit() local 758 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_remove_interfaces() local 786 const struct kvaser_usb_dev_ops *ops = driver_info->ops; in kvaser_usb_init_one() local 874 const struct kvaser_usb_dev_ops *ops; in kvaser_usb_probe() local
|
/drivers/iommu/ |
D | iommu.c | 166 const struct iommu_ops *ops, struct device *hwdev) in iommu_device_register() 221 const struct iommu_ops *ops = dev->bus->iommu_ops; in __iommu_probe_device() local 289 const struct iommu_ops *ops = dev->bus->iommu_ops; in iommu_probe_device() local 341 const struct iommu_ops *ops = dev->bus->iommu_ops; in iommu_release_device() local 1547 const struct iommu_ops *ops = dev->bus->iommu_ops; in iommu_get_def_domain_type() local 1606 const struct iommu_ops *ops = dev->bus->iommu_ops; in iommu_group_get_for_dev() local 1858 static int iommu_bus_init(struct bus_type *bus, const struct iommu_ops *ops) in iommu_bus_init() 1904 int bus_set_iommu(struct bus_type *bus, const struct iommu_ops *ops) in bus_set_iommu() 2047 const struct iommu_ops *ops = domain->ops; in iommu_deferred_attach() local 2482 const struct iommu_ops *ops = domain->ops; in __iommu_map_pages() local [all …]
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_mr_tcam.c | 283 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_create() local 346 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_destroy() local 372 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_action_update() local 404 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_min_mtu_update() local 466 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_erif_del() local 523 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_route_update() local 571 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_init() local 594 const struct mlxsw_sp_mr_tcam_ops *ops = mlxsw_sp->mr_tcam_ops; in mlxsw_sp_mr_tcam_fini() local
|
/drivers/media/radio/ |
D | radio-isa.c | 47 const struct radio_isa_ops *ops = isa->drv->ops; in radio_isa_g_tuner() local 77 const struct radio_isa_ops *ops = isa->drv->ops; in radio_isa_s_tuner() local 200 const struct radio_isa_ops *ops = drv->ops; in radio_isa_common_probe() local 279 const struct radio_isa_ops *ops = isa->drv->ops; in radio_isa_common_remove() local 293 const struct radio_isa_ops *ops = drv->ops; in radio_isa_probe() local
|
/drivers/hid/i2c-hid/ |
D | i2c-hid-of.c | 35 struct i2chid_ops ops; member 42 static int i2c_hid_of_power_up(struct i2chid_ops *ops) in i2c_hid_of_power_up() 61 static void i2c_hid_of_power_down(struct i2chid_ops *ops) in i2c_hid_of_power_down()
|
/drivers/firmware/tegra/ |
D | bpmp.c | 104 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_response_ready() local 111 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_request_ready() local 133 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_ack_response() local 140 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_ack_request() local 148 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_request_channel_free() local 156 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_is_response_channel_free() local 181 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_post_request() local 188 const struct tegra_bpmp_ops *ops = channel_to_ops(channel); in tegra_bpmp_post_response() local
|