Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 25 of 5804) sorted by relevance

12345678910>>...233

/openbmc/linux/include/linux/
H A Dpm_runtime.h173 static inline bool pm_runtime_active(struct device *dev) in pm_runtime_active()
205 static inline bool pm_runtime_enabled(struct device *dev) in pm_runtime_enabled()
312 struct device *dev) { return 0; } in pm_runtime_autosuspend_expiration()
331 static inline int pm_runtime_idle(struct device *dev) in pm_runtime_idle()
340 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend()
361 static inline int pm_runtime_resume(struct device *dev) in pm_runtime_resume()
373 static inline int pm_request_idle(struct device *dev) in pm_request_idle()
382 static inline int pm_request_resume(struct device *dev) in pm_request_resume()
406 static inline int pm_runtime_get(struct device *dev) in pm_runtime_get()
425 static inline int pm_runtime_get_sync(struct device *dev) in pm_runtime_get_sync()
[all …]
H A Ddev_printk.h147 #define dev_emerg(dev, fmt, ...) \ argument
149 #define dev_crit(dev, fmt, ...) \ argument
151 #define dev_alert(dev, fmt, ...) \ argument
153 #define dev_err(dev, fmt, ...) \ argument
155 #define dev_warn(dev, fmt, ...) \ argument
157 #define dev_notice(dev, fmt, ...) \ argument
159 #define dev_info(dev, fmt, ...) \ argument
164 #define dev_dbg(dev, fmt, ...) \ argument
167 #define dev_dbg(dev, fmt, ...) \ argument
170 #define dev_dbg(dev, fmt, ...) \ argument
[all …]
/openbmc/u-boot/include/dm/
H A Dread.h19 static inline const struct device_node *dev_np(struct udevice *dev) in dev_np()
24 static inline const struct device_node *dev_np(struct udevice *dev) in dev_np()
36 static inline ofnode dev_ofnode(struct udevice *dev) in dev_ofnode()
41 static inline bool dev_of_valid(struct udevice *dev) in dev_of_valid()
526 static inline int dev_read_u32(struct udevice *dev, in dev_read_u32()
538 static inline int dev_read_s32(struct udevice *dev, in dev_read_s32()
550 static inline int dev_read_u32u(struct udevice *dev, in dev_read_u32u()
607 static inline void *dev_remap_addr(struct udevice *dev) in dev_remap_addr()
692 static inline int dev_read_phandle(struct udevice *dev) in dev_read_phandle()
731 static inline int dev_read_enabled(struct udevice *dev) in dev_read_enabled()
[all …]
/openbmc/linux/drivers/base/power/
H A Druntime.c48 #define RPM_GET_CALLBACK(dev, callback) \ argument
114 u64 pm_runtime_active_time(struct device *dev) in pm_runtime_active_time()
119 u64 pm_runtime_suspended_time(struct device *dev) in pm_runtime_suspended_time()
1408 int pm_runtime_barrier(struct device *dev) in pm_runtime_barrier()
1488 void pm_runtime_enable(struct device *dev) in pm_runtime_enable()
1545 void pm_runtime_forbid(struct device *dev) in pm_runtime_forbid()
1566 void pm_runtime_allow(struct device *dev) in pm_runtime_allow()
1615 void pm_runtime_irq_safe(struct device *dev) in pm_runtime_irq_safe()
1712 void pm_runtime_init(struct device *dev) in pm_runtime_init()
1744 void pm_runtime_reinit(struct device *dev) in pm_runtime_reinit()
[all …]
H A Dgeneric_ops.c20 int pm_generic_runtime_suspend(struct device *dev) in pm_generic_runtime_suspend()
58 int pm_generic_prepare(struct device *dev) in pm_generic_prepare()
97 int pm_generic_suspend(struct device *dev) in pm_generic_suspend()
121 int pm_generic_freeze_late(struct device *dev) in pm_generic_freeze_late()
133 int pm_generic_freeze(struct device *dev) in pm_generic_freeze()
169 int pm_generic_poweroff(struct device *dev) in pm_generic_poweroff()
181 int pm_generic_thaw_noirq(struct device *dev) in pm_generic_thaw_noirq()
205 int pm_generic_thaw(struct device *dev) in pm_generic_thaw()
241 int pm_generic_resume(struct device *dev) in pm_generic_resume()
277 int pm_generic_restore(struct device *dev) in pm_generic_restore()
[all …]
H A Dpower.h4 static inline void device_pm_init_common(struct device *dev) in device_pm_init_common()
15 static inline void pm_runtime_early_init(struct device *dev) in pm_runtime_early_init()
35 struct device *dev; member
85 static inline void pm_runtime_early_init(struct device *dev) in pm_runtime_early_init()
90 static inline void pm_runtime_init(struct device *dev) {} in pm_runtime_init()
91 static inline void pm_runtime_reinit(struct device *dev) {} in pm_runtime_reinit()
92 static inline void pm_runtime_remove(struct device *dev) {} in pm_runtime_remove()
95 static inline void dpm_sysfs_remove(struct device *dev) {} in dpm_sysfs_remove()
138 static inline void device_pm_add(struct device *dev) {} in device_pm_add()
140 static inline void device_pm_remove(struct device *dev) in device_pm_remove()
[all …]
H A Dsysfs.c150 static ssize_t runtime_status_show(struct device *dev, in runtime_status_show()
349 static ssize_t wakeup_count_show(struct device *dev, in wakeup_count_show()
432 static ssize_t wakeup_active_show(struct device *dev, in wakeup_active_show()
553 static ssize_t runtime_usage_show(struct device *dev, in runtime_usage_show()
694 int dpm_sysfs_add(struct device *dev) in dpm_sysfs_add()
777 int wakeup_sysfs_add(struct device *dev) in wakeup_sysfs_add()
787 void wakeup_sysfs_remove(struct device *dev) in wakeup_sysfs_remove()
803 int pm_qos_sysfs_add_flags(struct device *dev) in pm_qos_sysfs_add_flags()
808 void pm_qos_sysfs_remove_flags(struct device *dev) in pm_qos_sysfs_remove_flags()
824 void rpm_sysfs_remove(struct device *dev) in rpm_sysfs_remove()
[all …]
/openbmc/u-boot/drivers/core/
H A Dread.c62 ofnode dev_read_first_subnode(struct udevice *dev) in dev_read_first_subnode()
115 fdt_addr_t dev_read_addr(struct udevice *dev) in dev_read_addr()
120 void *dev_read_addr_ptr(struct udevice *dev) in dev_read_addr_ptr()
127 void *dev_remap_addr(struct udevice *dev) in dev_remap_addr()
138 const char *dev_read_name(struct udevice *dev) in dev_read_name()
176 int dev_read_addr_cells(struct udevice *dev) in dev_read_addr_cells()
181 int dev_read_size_cells(struct udevice *dev) in dev_read_size_cells()
186 int dev_read_simple_addr_cells(struct udevice *dev) in dev_read_simple_addr_cells()
191 int dev_read_simple_size_cells(struct udevice *dev) in dev_read_simple_size_cells()
196 int dev_read_phandle(struct udevice *dev) in dev_read_phandle()
[all …]
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c44 static int vhost_kernel_cleanup(struct vhost_dev *dev) in vhost_kernel_cleanup()
53 static int vhost_kernel_memslots_limit(struct vhost_dev *dev) in vhost_kernel_memslots_limit()
72 static int vhost_kernel_net_set_backend(struct vhost_dev *dev, in vhost_kernel_net_set_backend()
101 static int vhost_kernel_set_mem_table(struct vhost_dev *dev, in vhost_kernel_set_mem_table()
119 static int vhost_kernel_set_vring_num(struct vhost_dev *dev, in vhost_kernel_set_vring_num()
149 static int vhost_kernel_set_vring_err(struct vhost_dev *dev, in vhost_kernel_set_vring_err()
161 static int vhost_kernel_set_features(struct vhost_dev *dev, in vhost_kernel_set_features()
189 static int vhost_kernel_get_features(struct vhost_dev *dev, in vhost_kernel_get_features()
195 static int vhost_kernel_set_owner(struct vhost_dev *dev) in vhost_kernel_set_owner()
220 struct vhost_dev *dev = opaque; in vhost_kernel_iotlb_read() local
[all …]
/openbmc/linux/drivers/pci/
H A Dquirks.c130 void (*fn)(struct pci_dev *dev)) in fixup_debug_start()
139 void (*fn)(struct pci_dev *dev)) in fixup_debug_report()
251 struct pci_dev *dev = NULL; in pci_apply_final_quirks() local
410 static void quirk_triton(struct pci_dev *dev) in quirk_triton()
495 static void quirk_viaetbf(struct pci_dev *dev) in quirk_viaetbf()
504 static void quirk_vsfx(struct pci_dev *dev) in quirk_vsfx()
529 static void quirk_natoma(struct pci_dev *dev) in quirk_natoma()
547 static void quirk_citrine(struct pci_dev *dev) in quirk_citrine()
557 static void quirk_nfp6000(struct pci_dev *dev) in quirk_nfp6000()
589 static void quirk_s3_64M(struct pci_dev *dev) in quirk_s3_64M()
[all …]
/openbmc/linux/drivers/media/rc/
H A Dene_ir.c86 static int ene_hw_detect(struct ene_device *dev) in ene_hw_detect()
838 struct ene_device *dev = rdev->priv; in ene_open() local
850 struct ene_device *dev = rdev->priv; in ene_close() local
861 struct ene_device *dev = rdev->priv; in ene_set_tx_mask() local
879 struct ene_device *dev = rdev->priv; in ene_set_tx_carrier() local
903 struct ene_device *dev = rdev->priv; in ene_set_tx_duty_cycle() local
913 struct ene_device *dev = rdev->priv; in ene_set_learning_mode() local
929 struct ene_device *dev = rdev->priv; in ene_set_carrier_report() local
947 struct ene_device *dev = rdev->priv; in ene_set_idle() local
958 struct ene_device *dev = rdev->priv; in ene_transmit() local
[all …]
H A Dite-cir.c226 struct ite_dev *dev = data; in ite_cir_isr() local
289 struct ite_dev *dev = rcdev->priv; in ite_set_rx_carrier_range() local
304 struct ite_dev *dev = rcdev->priv; in ite_set_tx_carrier() local
318 struct ite_dev *dev = rcdev->priv; in ite_set_tx_duty_cycle() local
334 struct ite_dev *dev = rcdev->priv; in ite_tx_ir() local
478 struct ite_dev *dev = rcdev->priv; in ite_s_idle() local
578 static void it87_idle_rx(struct ite_dev *dev) in it87_idle_rx()
639 static void it87_disable(struct ite_dev *dev) in it87_disable()
920 static void it8709_wait(struct ite_dev *dev) in it8709_wait()
1175 struct ite_dev *dev = rcdev->priv; in ite_open() local
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dwa.c20 void b43_wa_initgains(struct b43_wldev *dev) in b43_wa_initgains()
59 static void b43_wa_analog(struct b43_wldev *dev) in b43_wa_analog()
155 static void b43_wa_crs_ed(struct b43_wldev *dev) in b43_wa_crs_ed()
173 static void b43_wa_crs_thr(struct b43_wldev *dev) in b43_wa_crs_thr()
178 static void b43_wa_crs_blank(struct b43_wldev *dev) in b43_wa_crs_blank()
183 static void b43_wa_cck_shiftbits(struct b43_wldev *dev) in b43_wa_cck_shiftbits()
188 static void b43_wa_wrssi_offset(struct b43_wldev *dev) in b43_wa_wrssi_offset()
205 static void b43_wa_txpuoff_rxpuon(struct b43_wldev *dev) in b43_wa_txpuoff_rxpuon()
211 static void b43_wa_altagc(struct b43_wldev *dev) in b43_wa_altagc()
300 static void b43_wa_boards_g(struct b43_wldev *dev) in b43_wa_boards_g()
[all …]
H A Dbus.c21 static int b43_bus_bcma_bus_may_powerdown(struct b43_bus_dev *dev) in b43_bus_bcma_bus_may_powerdown()
25 static int b43_bus_bcma_bus_powerup(struct b43_bus_dev *dev, in b43_bus_bcma_bus_powerup()
30 static int b43_bus_bcma_device_is_enabled(struct b43_bus_dev *dev) in b43_bus_bcma_device_is_enabled()
34 static void b43_bus_bcma_device_enable(struct b43_bus_dev *dev, in b43_bus_bcma_device_enable()
39 static void b43_bus_bcma_device_disable(struct b43_bus_dev *dev, in b43_bus_bcma_device_disable()
77 struct b43_bus_dev *dev = kzalloc(sizeof(*dev), GFP_KERNEL); in b43_bus_dev_bcma_init() local
130 static int b43_bus_ssb_bus_powerup(struct b43_bus_dev *dev, in b43_bus_ssb_bus_powerup()
139 static void b43_bus_ssb_device_enable(struct b43_bus_dev *dev, in b43_bus_ssb_device_enable()
180 struct b43_bus_dev *dev; in b43_bus_dev_ssb_init() local
223 void *b43_bus_get_wldev(struct b43_bus_dev *dev) in b43_bus_get_wldev()
[all …]
H A Dphy_common.c28 int b43_phy_allocate(struct b43_wldev *dev) in b43_phy_allocate()
77 void b43_phy_free(struct b43_wldev *dev) in b43_phy_free()
83 int b43_phy_init(struct b43_wldev *dev) in b43_phy_init()
125 void b43_phy_exit(struct b43_wldev *dev) in b43_phy_exit()
135 bool b43_has_hardware_pctl(struct b43_wldev *dev) in b43_has_hardware_pctl()
144 void b43_radio_lock(struct b43_wldev *dev) in b43_radio_lock()
162 void b43_radio_unlock(struct b43_wldev *dev) in b43_radio_unlock()
179 void b43_phy_lock(struct b43_wldev *dev) in b43_phy_lock()
191 void b43_phy_unlock(struct b43_wldev *dev) in b43_phy_unlock()
470 struct b43_wldev *dev; in b43_phy_txpower_adjust_work() local
[all …]
H A Dphy_lcn.c62 static void b43_radio_2064_channel_setup(struct b43_wldev *dev) in b43_radio_2064_channel_setup()
109 static void b43_radio_2064_init(struct b43_wldev *dev) in b43_radio_2064_init()
165 static void b43_phy_lcn_afe_set_unset(struct b43_wldev *dev) in b43_phy_lcn_afe_set_unset()
181 static u16 b43_phy_lcn_get_pa_gain(struct b43_wldev *dev) in b43_phy_lcn_get_pa_gain()
259 static void b43_phy_lcn_bu_tweaks(struct b43_wldev *dev) in b43_phy_lcn_bu_tweaks()
310 static void b43_phy_lcn_sense_setup(struct b43_wldev *dev, in b43_phy_lcn_sense_setup()
511 static void b43_phy_lcn_set_tx_gain(struct b43_wldev *dev, in b43_phy_lcn_set_tx_gain()
625 static int b43_phy_lcn_set_channel(struct b43_wldev *dev, in b43_phy_lcn_set_channel()
668 static int b43_phy_lcn_op_allocate(struct b43_wldev *dev) in b43_phy_lcn_op_allocate()
680 static void b43_phy_lcn_op_free(struct b43_wldev *dev) in b43_phy_lcn_op_free()
[all …]
/openbmc/linux/net/switchdev/
H A Dswitchdev.c59 struct net_device *dev; member
132 struct net_device *dev, in switchdev_port_attr_notify()
197 int switchdev_port_attr_set(struct net_device *dev, in switchdev_port_attr_set()
224 struct net_device *dev, in switchdev_port_obj_notify()
280 int switchdev_port_obj_add(struct net_device *dev, in switchdev_port_obj_add()
459 const struct net_device *dev; member
470 const struct net_device *dev; in switchdev_lower_dev_walk() local
506 switchdev_lower_dev_find(struct net_device *dev, in switchdev_lower_dev_find()
529 bool (*check_cb)(const struct net_device *dev), in __switchdev_handle_fdb_event_to_device()
892 struct net_device *dev, const void *ctx, in switchdev_bridge_port_offload()
[all …]
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c62 void initGPIO(struct cx231xx *dev) in initGPIO()
84 void uninitGPIO(struct cx231xx *dev) in uninitGPIO()
186 int cx231xx_afe_init_channels(struct cx231xx *dev) in cx231xx_afe_init_channels()
541 int cx231xx_check_fw(struct cx231xx *dev) in cx231xx_check_fw()
938 void cx231xx_enable656(struct cx231xx *dev) in cx231xx_enable656()
954 void cx231xx_disable656(struct cx231xx *dev) in cx231xx_disable656()
1069 int cx231xx_unmute_audio(struct cx231xx *dev) in cx231xx_unmute_audio()
1341 void cx231xx_dump_HH_reg(struct cx231xx *dev) in cx231xx_dump_HH_reg()
2463 int cx231xx_power_suspend(struct cx231xx *dev) in cx231xx_power_suspend()
2784 int cx231xx_gpio_i2c_start(struct cx231xx *dev) in cx231xx_gpio_i2c_start()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c526 bool mlx5_is_roce_on(struct mlx5_core_dev *dev) in mlx5_is_roce_on()
736 static int set_hca_cap(struct mlx5_core_dev *dev) in set_hca_cap()
792 static int set_hca_ctrl(struct mlx5_core_dev *dev) in set_hca_ctrl()
1296 static int mlx5_load(struct mlx5_core_dev *dev) in mlx5_load()
1415 static void mlx5_unload(struct mlx5_core_dev *dev) in mlx5_unload()
1502 int mlx5_init_one(struct mlx5_core_dev *dev) in mlx5_init_one()
1516 void mlx5_uninit_one(struct mlx5_core_dev *dev) in mlx5_uninit_one()
1794 struct mlx5_core_dev *dev = file->private; in vhca_id_show() local
1891 void mlx5_mdev_uninit(struct mlx5_core_dev *dev) in mlx5_mdev_uninit()
1916 struct mlx5_core_dev *dev; in probe_one() local
[all …]
/openbmc/u-boot/lib/
H A Dtpm_api.c38 u32 tpm_auto_start(struct udevice *dev) in tpm_auto_start()
46 u32 tpm_resume(struct udevice *dev) in tpm_resume()
56 u32 tpm_self_test_full(struct udevice *dev) in tpm_self_test_full()
66 u32 tpm_continue_self_test(struct udevice *dev) in tpm_continue_self_test()
76 u32 tpm_clear_and_reenable(struct udevice *dev) in tpm_clear_and_reenable()
104 u32 tpm_nv_enable_locking(struct udevice *dev) in tpm_nv_enable_locking()
135 u32 tpm_set_global_lock(struct udevice *dev) in tpm_set_global_lock()
140 u32 tpm_write_lock(struct udevice *dev, u32 index) in tpm_write_lock()
211 u32 tpm_force_clear(struct udevice *dev) in tpm_force_clear()
221 u32 tpm_physical_enable(struct udevice *dev) in tpm_physical_enable()
[all …]
/openbmc/qemu/hw/pci/
H A Dpcie.c259 void pcie_cap_exit(PCIDevice *dev) in pcie_cap_exit()
264 void pcie_cap_v1_exit(PCIDevice *dev) in pcie_cap_v1_exit()
302 void pcie_cap_deverr_init(PCIDevice *dev) in pcie_cap_deverr_init()
323 void pcie_cap_lnkctl_init(PCIDevice *dev) in pcie_cap_lnkctl_init()
679 void pcie_cap_slot_reset(PCIDevice *dev) in pcie_cap_slot_reset()
820 PCIDevice *dev = opaque; in pcie_cap_slot_post_load() local
832 void pcie_cap_root_init(PCIDevice *dev) in pcie_cap_root_init()
839 void pcie_cap_root_reset(PCIDevice *dev) in pcie_cap_root_reset()
845 void pcie_cap_flr_init(PCIDevice *dev) in pcie_cap_flr_init()
961 void pcie_add_capability(PCIDevice *dev, in pcie_add_capability()
[all …]
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v6.c62 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_codec_buffers_v6() local
335 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_instance_buffer_v6() local
438 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_dec_calc_dpb_size_v6() local
494 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_stream_buffer_v6() local
516 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_frame_buffer_v6() local
614 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_stream_buffer_v6() local
629 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_frame_buffer_v6() local
642 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_get_enc_frame_buffer_v6() local
659 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_ref_buffer_v6() local
730 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_slice_mode() local
[all …]
H A Ds5p_mfc_opr_v5.c36 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_dec_temp_buffers_v5() local
63 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_codec_buffers_v5() local
202 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_alloc_instance_buffer_v5() local
347 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_desc_buffer() local
357 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_shared_buffer() local
366 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_stream_buffer_v5() local
380 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_dec_frame_buffer_v5() local
511 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_stream_buffer_v5() local
521 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_set_enc_frame_buffer_v5() local
530 struct s5p_mfc_dev *dev = ctx->dev; in s5p_mfc_get_enc_frame_buffer_v5() local
[all …]
/openbmc/linux/drivers/misc/mei/
H A Dhw-me.c205 static int mei_me_fw_status(struct mei_device *dev, in mei_me_fw_status()
240 static int mei_me_hw_config(struct mei_device *dev) in mei_me_hw_config()
318 static void mei_me_intr_clear(struct mei_device *dev) in mei_me_intr_clear()
491 static int mei_me_hw_start(struct mei_device *dev) in mei_me_hw_start()
583 static int mei_me_hbuf_write(struct mei_device *dev, in mei_me_hbuf_write()
695 static void mei_me_pg_set(struct mei_device *dev) in mei_me_pg_set()
714 static void mei_me_pg_unset(struct mei_device *dev) in mei_me_pg_unset()
1151 int mei_me_pg_enter_sync(struct mei_device *dev) in mei_me_pg_enter_sync()
1168 int mei_me_pg_exit_sync(struct mei_device *dev) in mei_me_pg_exit_sync()
1397 struct mei_device *dev = _dev; in mei_me_polling_thread() local
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
H A Dr852.c41 static inline void r852_write_reg(struct r852_device *dev, in r852_write_reg()
71 static void r852_dma_test(struct r852_device *dev) in r852_dma_test()
89 static void r852_dma_enable(struct r852_device *dev) in r852_dma_enable()
157 static int r852_dma_wait(struct r852_device *dev) in r852_dma_wait()
590 struct r852_device *dev = r852_get_dev(mtd); in media_type_show() local
682 struct r852_device *dev = in r852_card_detect_work() local
845 struct r852_device *dev; in r852_probe() local
975 struct r852_device *dev = pci_get_drvdata(pci_dev); in r852_remove() local
1005 struct r852_device *dev = pci_get_drvdata(pci_dev); in r852_shutdown() local
1016 struct r852_device *dev = dev_get_drvdata(device); in r852_suspend() local
[all …]

12345678910>>...233