Home
last modified time | relevance | path

Searched defs:ops (Results 251 – 275 of 1977) sorted by relevance

1...<<11121314151617181920>>...80

/openbmc/linux/arch/s390/pci/
H A Dpci_bus.c186 static int zpci_bus_create_pci_bus(struct zpci_bus *zbus, struct zpci_dev *fr, struct pci_ops *ops) in zpci_bus_create_pci_bus()
327 int zpci_bus_device_register(struct zpci_dev *zdev, struct pci_ops *ops) in zpci_bus_device_register()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_scatterlist.h178 const struct i915_refct_sgt_ops *ops; member
212 const struct i915_refct_sgt_ops *ops) in __i915_refct_sgt_init()
/openbmc/linux/drivers/ptp/
H A Dptp_chardev.c18 static int ptp_disable_pinfunc(struct ptp_clock_info *ops, in ptp_disable_pinfunc()
116 struct ptp_clock_info *ops = ptp->info; in ptp_ioctl() local
/openbmc/linux/net/devlink/
H A Dsb.c408 const struct devlink_ops *ops = devlink->ops; in devlink_sb_pool_set() local
455 const struct devlink_ops *ops = devlink->ops; in devlink_nl_sb_port_pool_fill() local
616 const struct devlink_ops *ops = devlink_port->devlink->ops; in devlink_sb_port_pool_set() local
659 const struct devlink_ops *ops = devlink->ops; in devlink_nl_sb_tc_pool_bind_fill() local
855 const struct devlink_ops *ops = devlink_port->devlink->ops; in devlink_sb_tc_pool_bind_set() local
907 const struct devlink_ops *ops = devlink->ops; in devlink_nl_cmd_sb_occ_snapshot_doit() local
923 const struct devlink_ops *ops = devlink->ops; in devlink_nl_cmd_sb_occ_max_clear_doit() local
H A Ddevl_internal.h45 const struct devlink_ops *ops; member
190 static inline bool devlink_reload_supported(const struct devlink_ops *ops) in devlink_reload_supported()
213 const struct devlink_linecard_ops *ops; member
/openbmc/linux/net/sched/
H A Dact_ife.c227 static int ife_validate_metatype(struct tcf_meta_ops *ops, void *val, int len) in ife_validate_metatype()
267 struct tcf_meta_ops *ops = find_ife_oplist(metaid); in load_metaops_and_vet() local
295 static int __add_metainfo(const struct tcf_meta_ops *ops, in __add_metainfo()
325 static int add_metainfo_and_get_ops(const struct tcf_meta_ops *ops, in add_metainfo_and_get_ops()
342 const struct tcf_meta_ops *ops = find_ife_oplist(metaid); in add_metainfo() local
/openbmc/linux/drivers/mtd/
H A Dnftlcore.c127 struct mtd_oob_ops ops = { }; in nftl_read_oob() local
148 struct mtd_oob_ops ops = { }; in nftl_write_oob() local
171 struct mtd_oob_ops ops = { }; in nftl_write() local
/openbmc/linux/include/linux/
H A Dpci-epc.h143 const struct pci_epc_ops *ops; member
180 #define pci_epc_create(dev, ops) \ argument
182 #define devm_pci_epc_create(dev, ops) \ argument
/openbmc/linux/include/sound/
H A Dcompress_driver.h43 struct snd_compr_ops *ops; member
76 struct snd_compr_ops *ops; member
152 struct snd_compr_ops *ops; member
/openbmc/linux/tools/perf/arch/csky/annotate/
H A Dinstructions.c9 struct ins_ops *ops = NULL; in csky__associate_ins_ops() local
/openbmc/u-boot/drivers/crypto/rsa_mod_exp/
H A Dmod_exp_uclass.c19 const struct mod_exp_ops *ops = device_get_ops(dev); in rsa_mod_exp() local
/openbmc/linux/tools/perf/arch/mips/annotate/
H A Dinstructions.c6 struct ins_ops *ops = NULL; in mips__associate_ins_ops() local
/openbmc/linux/tools/testing/cxl/
H A Dmock_acpi.c14 struct cxl_mock_ops *ops = get_cxl_mock_ops(&index); in to_cxl_host_bridge() local
/openbmc/linux/tools/perf/arch/riscv64/annotate/
H A Dinstructions.c6 struct ins_ops *ops = NULL; in riscv64__associate_ins_ops() local
/openbmc/linux/drivers/clk/ti/
H A Dgate.c91 u8 clk_gate_flags, const struct clk_ops *ops, in _register_gate()
127 const struct clk_ops *ops, in _of_ti_gate_clk_setup()
/openbmc/linux/tools/perf/util/
H A Dannotate.c227 static void ins__delete(struct ins_operands *ops) in ins__delete()
238 struct ins_operands *ops, int max_ins_name) in ins__raw_scnprintf()
244 struct ins_operands *ops, int max_ins_name) in ins__scnprintf()
313 struct ins_operands *ops, int max_ins_name) in call__scnprintf()
344 static inline const char *validate_comma(const char *c, struct ins_operands *ops) in validate_comma()
436 struct ins_operands *ops, int max_ins_name) in jump__scnprintf()
531 struct ins_operands *ops, int max_ins_name) in lock__scnprintf()
543 static void lock__delete(struct ins_operands *ops) in lock__delete()
625 struct ins_operands *ops, int max_ins_name) in mov__scnprintf()
665 struct ins_operands *ops, int max_ins_name) in dec__scnprintf()
[all …]
/openbmc/linux/drivers/gpu/vga/
H A Dvga_switcheroo.c117 const struct vga_switcheroo_client_ops *ops; member
292 const struct vga_switcheroo_client_ops *ops, in register_client()
340 const struct vga_switcheroo_client_ops *ops, in vga_switcheroo_register_client()
363 const struct vga_switcheroo_client_ops *ops, in vga_switcheroo_register_audio_client()
/openbmc/linux/drivers/nvme/host/
H A Dfabrics.c580 int nvmf_register_transport(struct nvmf_transport_ops *ops) in nvmf_register_transport()
602 void nvmf_unregister_transport(struct nvmf_transport_ops *ops) in nvmf_unregister_transport()
613 struct nvmf_transport_ops *ops; in nvmf_lookup_transport() local
1185 struct nvmf_transport_ops *ops; in nvmf_create_ctrl() local
/openbmc/linux/ipc/
H A Dutil.c340 const struct ipc_ops *ops, struct ipc_params *params) in ipcget_new()
367 const struct ipc_ops *ops, in ipc_check_perms()
398 const struct ipc_ops *ops, struct ipc_params *params) in ipcget_public()
674 const struct ipc_ops *ops, struct ipc_params *params) in ipcget()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_console.c113 static int __hvc_flush(const struct hv_ops *ops, uint32_t vtermno, bool wait) in __hvc_flush()
123 static int hvc_console_flush(const struct hv_ops *ops, uint32_t vtermno) in hvc_console_flush()
285 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) in hvc_instantiate()
912 const struct hv_ops *ops, in hvc_alloc()
/openbmc/linux/include/linux/phy/
H A Dulpi_phy.h9 *ulpi_phy_create(struct ulpi *ulpi, const struct phy_ops *ops) in ulpi_phy_create()
/openbmc/linux/tools/perf/arch/powerpc/annotate/
H A Dinstructions.c7 struct ins_ops *ops; in powerpc__associate_instruction_ops() local
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_bridge.h11 struct nf_hook_ops *ops; member
/openbmc/u-boot/drivers/sound/
H A Dcodec-uclass.c14 struct audio_codec_ops *ops = audio_codec_get_ops(dev); in audio_codec_set_params() local
/openbmc/linux/sound/soc/intel/common/
H A Dsst-dsp.h24 struct sst_ops *ops; member

1...<<11121314151617181920>>...80