Home
last modified time | relevance | path

Searched defs:ops (Results 76 – 100 of 1849) sorted by relevance

12345678910>>...74

/openbmc/u-boot/arch/sandbox/lib/
H A Dpci_io.c26 struct dm_pci_emul_ops *ops = pci_get_emul_ops(dev); in pci_map_physmem() local
44 struct dm_pci_emul_ops *ops = pci_get_emul_ops(dev); in pci_unmap_physmem() local
60 struct dm_pci_emul_ops *ops = pci_get_emul_ops(dev); in pci_io_read() local
81 struct dm_pci_emul_ops *ops = pci_get_emul_ops(dev); in pci_io_write() local
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon_ccw.c66 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()
/openbmc/linux/arch/arm64/kernel/
H A Dsmp.c102 const struct cpu_operations *ops = get_cpu_ops(cpu); in boot_secondary() local
199 const struct cpu_operations *ops; in secondary_start_kernel() local
270 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_disable() local
321 const struct cpu_operations *ops = get_cpu_ops(cpu); in op_cpu_kill() local
362 const struct cpu_operations *ops = get_cpu_ops(cpu); in cpu_die() local
385 const struct cpu_operations *ops = get_cpu_ops(cpu); in __cpu_try_die() local
488 const struct cpu_operations *ops; in smp_cpu_setup() local
718 const struct cpu_operations *ops; in smp_prepare_cpus() local
1084 const struct cpu_operations *ops = get_cpu_ops(any_cpu); in have_cpu_die() local
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c672 struct hnae_ae_ops *ops; in hns_get_ringparam() local
697 struct hnae_ae_ops *ops; in hns_get_pauseparam() local
718 struct hnae_ae_ops *ops; in hns_set_pauseparam() local
745 struct hnae_ae_ops *ops; in hns_get_coalesce() local
793 struct hnae_ae_ops *ops; in hns_set_coalesce() local
1098 struct hnae_ae_ops *ops; in hns_get_regs() local
1120 struct hnae_ae_ops *ops; in hns_get_regs_len() local
1161 struct hnae_ae_ops *ops; in hns_get_rss_key_size() local
1177 struct hnae_ae_ops *ops; in hns_get_rss_indir_size() local
1193 struct hnae_ae_ops *ops; in hns_get_rss() local
[all …]
/openbmc/linux/tools/perf/arch/loongarch/annotate/
H A Dinstructions.c8 static int loongarch_call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in loongarch_call__parse()
54 static int loongarch_jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms) in loongarch_jump__parse()
103 struct ins_ops *ops = NULL; in loongarch__associate_ins_ops() local
/openbmc/linux/arch/sparc/kernel/
H A Dpci_msi.c20 const struct sparc64_msiq_ops *ops; in sparc64_msiq_interrupt() local
129 const struct sparc64_msiq_ops *ops = pbm->msi_ops; in sparc64_setup_msi_irq() local
187 const struct sparc64_msiq_ops *ops = pbm->msi_ops; in sparc64_teardown_msi_irq() local
278 const struct sparc64_msiq_ops *ops, in bringup_one_msi_queue()
305 const struct sparc64_msiq_ops *ops) in sparc64_bringup_msi_queues()
323 const struct sparc64_msiq_ops *ops) in sparc64_pbm_msi_init()
/openbmc/linux/net/ieee802154/
H A Dnl-mac.c79 struct ieee802154_mlme_ops *ops; in ieee802154_nl_fill_iface() local
467 struct ieee802154_mlme_ops *ops; in ieee802154_set_macparams() local
648 struct ieee802154_mlme_ops *ops; in ieee802154_llsec_getparams() local
702 struct ieee802154_mlme_ops *ops; in ieee802154_llsec_setparams() local
767 struct ieee802154_mlme_ops *ops; member
874 struct ieee802154_mlme_ops *ops = ieee802154_mlme_ops(dev); in llsec_add_key() local
896 struct ieee802154_mlme_ops *ops = ieee802154_mlme_ops(dev); in llsec_remove_key() local
1011 struct ieee802154_mlme_ops *ops = ieee802154_mlme_ops(dev); in llsec_add_dev() local
1031 struct ieee802154_mlme_ops *ops = ieee802154_mlme_ops(dev); in llsec_del_dev() local
1110 struct ieee802154_mlme_ops *ops = ieee802154_mlme_ops(dev); in llsec_add_devkey() local
[all …]
/openbmc/linux/fs/fat/
H A Dfatent.c105 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_bread() local
324 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_update_ptr() local
353 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_read() local
414 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_write() local
439 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_read_block() local
470 const struct fatent_operations *ops = sbi->fatent_ops; in fat_alloc_clusters() local
558 const struct fatent_operations *ops = sbi->fatent_ops; in fat_free_clusters() local
651 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ra_init() local
691 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_reada() local
719 const struct fatent_operations *ops = sbi->fatent_ops; in fat_count_free_clusters() local
[all …]
/openbmc/u-boot/drivers/w1/
H A Dw1-uclass.c30 const struct w1_ops *ops = device_get_ops(bus); in w1_enumerate() local
141 const struct w1_ops *ops = device_get_ops(bus); in w1_reset_select() local
160 const struct w1_ops *ops = device_get_ops(bus); in w1_read_byte() local
186 const struct w1_ops *ops = device_get_ops(bus); in w1_write_byte() local
/openbmc/linux/samples/ftrace/
H A Dftrace-ops.c96 struct ftrace_ops ops; member
123 struct sample_ops *ops; in ops_alloc_init() local
139 static void ops_destroy(struct sample_ops *ops, int nr) in ops_destroy()
152 static void ops_check(struct sample_ops *ops, int nr, in ops_check()
/openbmc/linux/drivers/base/
H A Dcomponent.c60 const struct component_master_ops *ops; member
70 const struct component_ops *ops; member
142 const struct component_master_ops *ops) in __aggregate_find()
513 const struct component_master_ops *ops, in component_master_add_with_match()
558 const struct component_master_ops *ops) in component_master_del()
711 static int __component_add(struct device *dev, const struct component_ops *ops, in __component_add()
762 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed()
787 int component_add(struct device *dev, const struct component_ops *ops) in component_add()
802 void component_del(struct device *dev, const struct component_ops *ops) in component_del()
/openbmc/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_core.c325 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_read_bulk_callback() local
437 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_open() local
505 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_close() local
538 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_set_bittiming() local
582 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_set_data_bittiming() local
645 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_start_xmit() local
769 const struct kvaser_usb_dev_ops *ops = dev->driver_info->ops; in kvaser_usb_remove_interfaces() local
797 const struct kvaser_usb_dev_ops *ops = driver_info->ops; in kvaser_usb_init_one() local
891 const struct kvaser_usb_dev_ops *ops; in kvaser_usb_probe() local
/openbmc/linux/drivers/hid/i2c-hid/
H A Di2c-hid-of-goodix.c26 struct i2chid_ops ops; member
35 static int goodix_i2c_hid_power_up(struct i2chid_ops *ops) in goodix_i2c_hid_power_up()
67 static void goodix_i2c_hid_power_down(struct i2chid_ops *ops) in goodix_i2c_hid_power_down()
H A Di2c-hid-of.c36 struct i2chid_ops ops; member
45 static int i2c_hid_of_power_up(struct i2chid_ops *ops) in i2c_hid_of_power_up()
68 static void i2c_hid_of_power_down(struct i2chid_ops *ops) in i2c_hid_of_power_down()
/openbmc/linux/lib/
H A Dassoc_array.c171 const struct assoc_array_ops *ops, in assoc_array_walk()
305 const struct assoc_array_ops *ops, in assoc_array_find()
344 const struct assoc_array_ops *ops) in assoc_array_destroy_subtree()
442 const struct assoc_array_ops *ops) in assoc_array_destroy()
475 const struct assoc_array_ops *ops, in assoc_array_insert_into_terminal_node()
793 const struct assoc_array_ops *ops, in assoc_array_insert_mid_shortcut()
964 const struct assoc_array_ops *ops, in assoc_array_insert()
1079 const struct assoc_array_ops *ops, in assoc_array_delete()
1275 const struct assoc_array_ops *ops) in assoc_array_clear()
1454 const struct assoc_array_ops *ops, in assoc_array_gc()
/openbmc/u-boot/drivers/scsi/
H A Dscsi-uclass.c17 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_exec() local
27 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_bus_reset() local
/openbmc/u-boot/drivers/video/
H A Dbacklight-uclass.c13 const struct backlight_ops *ops = backlight_get_ops(dev); in backlight_enable() local
23 const struct backlight_ops *ops = backlight_get_ops(dev); in backlight_set_brightness() local
/openbmc/linux/net/devlink/
H A Dnetlink.c159 int devlink_nl_pre_doit(const struct genl_split_ops *ops, in devlink_nl_pre_doit()
165 int devlink_nl_pre_doit_port(const struct genl_split_ops *ops, in devlink_nl_pre_doit_port()
171 int devlink_nl_pre_doit_port_optional(const struct genl_split_ops *ops, in devlink_nl_pre_doit_port_optional()
178 void devlink_nl_post_doit(const struct genl_split_ops *ops, in devlink_nl_post_doit()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr_tcam.c283 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
/openbmc/linux/net/openvswitch/
H A Dvport.c61 int __ovs_vport_ops_register(struct vport_ops *ops) in __ovs_vport_ops_register()
79 void ovs_vport_ops_unregister(struct vport_ops *ops) in ovs_vport_ops_unregister()
122 struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *ops, in ovs_vport_alloc()
188 struct vport_ops *ops; in ovs_vport_lookup() local
207 struct vport_ops *ops; in ovs_vport_add() local
/openbmc/linux/drivers/media/radio/
H A Dradio-isa.c47 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
/openbmc/linux/tools/perf/arch/s390/annotate/
H A Dinstructions.c4 static int s390_call__parse(struct arch *arch, struct ins_operands *ops, in s390_call__parse()
54 struct ins_operands *ops, in s390_mov__parse()
108 struct ins_ops *ops = NULL; in s390__associate_ins_ops() local
/openbmc/linux/drivers/iommu/
H A Diommu.c442 const struct iommu_ops *ops = dev_iommu_ops(dev); in iommu_deinit_device() local
486 const struct iommu_ops *ops = dev->bus->iommu_ops; in __iommu_probe_device() local
563 const struct iommu_ops *ops; in iommu_probe_device() local
1451 const struct iommu_ops *ops = dev_iommu_ops(dev); in iommu_page_response() local
1720 const struct iommu_ops *ops = dev_iommu_ops(dev); in iommu_get_def_domain_type() local
1849 const struct iommu_ops *ops = dev_iommu_ops(dev); in iommu_group_do_probe_finalize() local
1914 const struct iommu_ops *ops; in device_iommu_capable() local
2425 const struct iommu_domain_ops *ops = domain->ops; in __iommu_map_pages() local
2827 const struct iommu_ops *ops = NULL; in iommu_ops_from_fwnode() local
2841 const struct iommu_ops *ops) in iommu_fwspec_init()
[all …]
/openbmc/linux/include/linux/
H A Dproc_fs.h95 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
97 #define proc_create_seq(name, mode, parent, ops) \ argument
131 #define proc_create_net(name, mode, parent, ops, state_size) \ argument
188 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument
189 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) argument
190 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument
213 #define proc_create_net_data(name, mode, parent, ops, state_size, data) ({NULL;}) argument
214 #define proc_create_net_data_write(name, mode, parent, ops, write, state_size, data) ({NULL;}) argument
215 #define proc_create_net(name, mode, parent, state_size, ops) ({NULL;}) argument
/openbmc/u-boot/drivers/i2c/muxes/
H A Di2c-mux-uclass.c129 struct i2c_mux_ops *ops = i2c_mux_get_ops(mux); in i2c_mux_select() local
141 struct i2c_mux_ops *ops = i2c_mux_get_ops(mux); in i2c_mux_deselect() local
169 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_probe() local
189 struct dm_i2c_ops *ops = i2c_get_ops(priv->i2c_bus); in i2c_mux_bus_xfer() local

12345678910>>...74