Home
last modified time | relevance | path

Searched defs:ops (Results 26 – 50 of 1849) sorted by relevance

12345678910>>...74

/openbmc/linux/tools/perf/util/
H A Dunwind-libunwind.c15 static void unwind__register_ops(struct maps *maps, struct unwind_libunwind_ops *ops) in unwind__register_ops()
24 struct unwind_libunwind_ops *ops = local_unwind_libunwind_ops; in unwind__prepare_access() local
73 const struct unwind_libunwind_ops *ops = maps__unwind_libunwind_ops(maps); in unwind__flush_access() local
81 const struct unwind_libunwind_ops *ops = maps__unwind_libunwind_ops(maps); in unwind__finish_access() local
92 const struct unwind_libunwind_ops *ops = maps__unwind_libunwind_ops(thread__maps(thread)); in unwind__get_entries() local
/openbmc/linux/sound/core/seq/
H A Dseq_midi_emul.c72 snd_midi_process_event(const struct snd_midi_op *ops, in snd_midi_process_event()
235 note_off(const struct snd_midi_op *ops, void *drv, in note_off()
258 do_control(const struct snd_midi_op *ops, void *drv, in do_control()
410 rpn(const struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in rpn()
450 nrpn(const struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, in nrpn()
478 sysex(const struct snd_midi_op *ops, void *private, unsigned char *buf, int len, in sysex()
592 all_sounds_off(const struct snd_midi_op *ops, void *drv, in all_sounds_off()
611 all_notes_off(const struct snd_midi_op *ops, void *drv, in all_notes_off()
/openbmc/u-boot/drivers/demo/
H A Ddemo-uclass.c27 const struct demo_ops *ops = device_get_ops(dev); in demo_hello() local
37 const struct demo_ops *ops = device_get_ops(dev); in demo_status() local
47 const struct demo_ops *ops = device_get_ops(dev); in demo_get_light() local
57 const struct demo_ops *ops = device_get_ops(dev); in demo_set_light() local
/openbmc/u-boot/drivers/reset/
H A Dreset-uclass.c38 struct reset_ops *ops; in reset_get_by_index() local
135 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request() local
144 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free() local
153 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert() local
175 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert() local
197 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_status() local
/openbmc/u-boot/drivers/tpm/
H A Dtpm-uclass.c22 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_open() local
32 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_close() local
42 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_get_desc() local
52 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_report_state() local
88 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_xfer() local
/openbmc/linux/net/core/
H A Ddev_ioctl.c245 const struct net_device_ops *ops = dev->netdev_ops; in dev_eth_ioctl() local
282 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_hwtstamp() local
329 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_hwtstamp_phylib() local
369 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_hwtstamp() local
437 const struct net_device_ops *ops = dev->netdev_ops; in generic_hwtstamp_get_lower() local
454 const struct net_device_ops *ops = dev->netdev_ops; in generic_hwtstamp_set_lower() local
470 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocbond() local
485 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocdevprivate() local
499 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocwandev() local
519 const struct net_device_ops *ops; in dev_ifsioc() local
H A Dnet_namespace.c167 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list()
181 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list()
323 const struct pernet_operations *ops, *saved_ops; in setup_net() local
571 const struct pernet_operations *ops; in cleanup_net() local
1161 struct pernet_operations *ops) in __register_pernet_operations()
1204 struct pernet_operations *ops) in __register_pernet_operations()
1230 struct pernet_operations *ops) in register_pernet_operations()
1283 int register_pernet_subsys(struct pernet_operations *ops) in register_pernet_subsys()
1302 void unregister_pernet_subsys(struct pernet_operations *ops) in unregister_pernet_subsys()
1329 int register_pernet_device(struct pernet_operations *ops) in register_pernet_device()
[all …]
/openbmc/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c30 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_value() local
51 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_value() local
86 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_value_force() local
96 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_current() local
106 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_current() local
123 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_enable() local
133 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_enable() local
175 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_get_mode() local
185 const struct dm_regulator_ops *ops = dev_get_driver_ops(dev); in regulator_set_mode() local
/openbmc/u-boot/drivers/board/
H A Dboard-uclass.c18 struct board_ops *ops = board_get_ops(dev); in board_detect() local
28 struct board_ops *ops = board_get_ops(dev); in board_get_bool() local
38 struct board_ops *ops = board_get_ops(dev); in board_get_int() local
48 struct board_ops *ops = board_get_ops(dev); in board_get_str() local
/openbmc/linux/drivers/hid/
H A Dhid-wiimote-modules.c89 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()
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()
733 static int wiimod_ir_probe(const struct wiimod_ops *ops, in wiimod_ir_probe()
784 static void wiimod_ir_remove(const struct wiimod_ops *ops, in wiimod_ir_remove()
1862 static int wiimod_pro_probe(const struct wiimod_ops *ops, in wiimod_pro_probe()
[all …]
/openbmc/u-boot/drivers/clk/
H A Dclk-uclass.c63 const struct clk_ops *ops; in clk_get_by_indexed_prop() local
307 const struct clk_ops *ops = clk_dev_ops(dev); in clk_request() local
321 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_free() local
333 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_get_rate() local
345 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_rate() local
357 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_parent() local
369 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_enable() local
394 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_disable() local
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c194 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation() local
205 struct fbcon_ops *ops= info->fbcon_par; in fbcon_rotate() local
227 struct fbcon_ops *ops = info->fbcon_par; in fbcon_rotate_all() local
250 struct fbcon_ops *ops = info->fbcon_par; in fbcon_set_rotation() local
268 struct fbcon_ops *ops = info->fbcon_par; in fbcon_get_rotate() local
708 struct fbcon_ops *ops; in fbcon_open() local
927 struct fbcon_ops *ops; in fbcon_startup() local
992 struct fbcon_ops *ops; in fbcon_init() local
1171 struct fbcon_ops *ops; in fbcon_deinit() local
2063 struct fbcon_ops *ops; in fbcon_switch() local
[all …]
/openbmc/u-boot/drivers/input/
H A Dkeyboard-uclass.c13 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_start() local
24 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_stop() local
36 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_tstc() local
51 struct keyboard_ops *ops = keyboard_get_ops(dev); in keyboard_getc() local
/openbmc/u-boot/drivers/video/
H A Dvideo_osd-uclass.c13 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_get_info() local
21 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_set_mem() local
28 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_set_size() local
36 struct video_osd_ops *ops = video_osd_get_ops(dev); in video_osd_print() local
H A Dpanel-uclass.c13 struct panel_ops *ops = panel_get_ops(dev); in panel_enable_backlight() local
31 struct panel_ops *ops = panel_get_ops(dev); in panel_set_backlight() local
42 struct panel_ops *ops = panel_get_ops(dev); in panel_get_display_timing() local
/openbmc/linux/drivers/vhost/
H A Dvdpa.c225 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_bind_mm() local
236 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_unbind_mm() local
247 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_device_id() local
261 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_status() local
275 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_status() local
379 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_can_suspend() local
387 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_can_resume() local
395 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_features() local
409 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_get_backend_features() local
420 const struct vdpa_config_ops *ops = vdpa->config; in vhost_vdpa_set_features() local
[all …]
/openbmc/u-boot/drivers/power/domain/
H A Dpower-domain-uclass.c37 struct power_domain_ops *ops; in power_domain_get_by_index() local
85 struct power_domain_ops *ops = power_domain_dev_ops(power_domain->dev); in power_domain_free() local
94 struct power_domain_ops *ops = power_domain_dev_ops(power_domain->dev); in power_domain_on() local
103 struct power_domain_ops *ops = power_domain_dev_ops(power_domain->dev); in power_domain_off() local
/openbmc/u-boot/drivers/serial/
H A Dserial-uclass.c175 struct dm_serial_ops *ops = serial_get_ops(dev); in _serial_putc() local
194 struct dm_serial_ops *ops = serial_get_ops(dev); in __serial_getc() local
208 struct dm_serial_ops *ops = serial_get_ops(dev); in __serial_tstc() local
287 struct dm_serial_ops *ops; in serial_setbrg() local
299 struct dm_serial_ops *ops; in serial_getconfig() local
310 struct dm_serial_ops *ops; in serial_setconfig() local
321 struct dm_serial_ops *ops; in serial_getinfo() local
428 struct dm_serial_ops *ops = serial_get_ops(dev); in serial_post_probe() local
/openbmc/u-boot/drivers/video/bridge/
H A Dvideo-bridge-uclass.c15 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_set_backlight() local
25 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_attach() local
36 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_check_attached() local
50 struct video_bridge_ops *ops = video_bridge_get_ops(dev); in video_bridge_read_edid() local
/openbmc/u-boot/drivers/hwspinlock/
H A Dhwspinlock-uclass.c40 const struct hwspinlock_ops *ops; in hwspinlock_get_by_index() local
78 const struct hwspinlock_ops *ops; in hwspinlock_lock_timeout() local
106 const struct hwspinlock_ops *ops; in hwspinlock_unlock() local
123 struct hwspinlock_ops *ops = device_get_ops(dev); in hwspinlock_post_bind() local
/openbmc/u-boot/drivers/cpu/
H A Dcpu-uclass.c39 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_desc() local
49 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_info() local
59 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_count() local
69 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_vendor() local
/openbmc/u-boot/drivers/rtc/
H A Drtc-uclass.c14 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_get() local
24 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_set() local
34 struct rtc_ops *ops = rtc_get_ops(dev); in dm_rtc_reset() local
44 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_read8() local
54 struct rtc_ops *ops = rtc_get_ops(dev); in rtc_write8() local
/openbmc/linux/drivers/pinctrl/
H A Dpinconf.c27 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
/openbmc/linux/drivers/misc/c2port/
H A Dcore.c63 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
629 struct c2port_ops *ops = dev->ops; in __c2port_read_flash_data() local
[all …]
/openbmc/u-boot/drivers/mailbox/
H A Dmailbox-uclass.c36 struct mbox_ops *ops; in mbox_get_by_index() local
93 struct mbox_ops *ops = mbox_dev_ops(chan->dev); in mbox_free() local
102 struct mbox_ops *ops = mbox_dev_ops(chan->dev); in mbox_send() local
111 struct mbox_ops *ops = mbox_dev_ops(chan->dev); in mbox_recv() local

12345678910>>...74