Home
last modified time | relevance | path

Searched defs:bulk (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/u-boot/include/
H A Dreset.h235 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk()
247 struct reset_ctl_bulk *bulk) in reset_get_bulk()
268 static inline int reset_assert_bulk(struct reset_ctl_bulk *bulk) in reset_assert_bulk()
278 static inline int reset_deassert_bulk(struct reset_ctl_bulk *bulk) in reset_deassert_bulk()
288 static inline int reset_release_bulk(struct reset_ctl_bulk *bulk) in reset_release_bulk()
H A Dclk.h155 static inline int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk()
200 static inline int clk_release_bulk(struct clk_bulk *bulk) in clk_release_bulk()
H A Dusb.h701 int (*bulk)(struct udevice *bus, struct usb_device *udev, member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c63 struct mlx5_fc_bulk *bulk; member
476 static void mlx5_fc_init(struct mlx5_fc *counter, struct mlx5_fc_bulk *bulk, in mlx5_fc_init()
483 static int mlx5_fc_bulk_get_free_fcs_amount(struct mlx5_fc_bulk *bulk) in mlx5_fc_bulk_get_free_fcs_amount()
491 struct mlx5_fc_bulk *bulk; in mlx5_fc_bulk_create() local
532 mlx5_fc_bulk_destroy(struct mlx5_core_dev *dev, struct mlx5_fc_bulk *bulk) in mlx5_fc_bulk_destroy()
546 static struct mlx5_fc *mlx5_fc_bulk_acquire_fc(struct mlx5_fc_bulk *bulk) in mlx5_fc_bulk_acquire_fc()
557 static int mlx5_fc_bulk_release_fc(struct mlx5_fc_bulk *bulk, struct mlx5_fc *fc) in mlx5_fc_bulk_release_fc()
585 struct mlx5_fc_bulk *bulk; in mlx5_fc_pool_cleanup() local
616 mlx5_fc_pool_free_bulk(struct mlx5_fc_pool *fc_pool, struct mlx5_fc_bulk *bulk) in mlx5_fc_pool_free_bulk()
630 struct mlx5_fc_bulk *bulk; in mlx5_fc_pool_acquire_from_list() local
[all …]
/OK3568_Linux_fs/u-boot/drivers/reset/
H A Dreset-uclass.c84 int reset_get_bulk(struct udevice *dev, struct reset_ctl_bulk *bulk) in reset_get_bulk()
163 int reset_assert_bulk(struct reset_ctl_bulk *bulk) in reset_assert_bulk()
185 int reset_deassert_bulk(struct reset_ctl_bulk *bulk) in reset_deassert_bulk()
H A Dsandbox-reset-test.c15 struct reset_ctl_bulk bulk; member
/OK3568_Linux_fs/u-boot/drivers/clk/
H A Dclk-uclass.c108 int clk_get_bulk(struct udevice *dev, struct clk_bulk *bulk) in clk_get_bulk()
394 int clk_enable_bulk(struct clk_bulk *bulk) in clk_enable_bulk()
419 int clk_disable_bulk(struct clk_bulk *bulk) in clk_disable_bulk()
H A Dclk_sandbox_test.c14 struct clk_bulk bulk; member
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_2835_arm.c219 vchiq_prepare_bulk_data(struct vchiq_bulk *bulk, void *offset, in vchiq_prepare_bulk_data()
244 vchiq_complete_bulk(struct vchiq_bulk *bulk) in vchiq_complete_bulk()
H A Dvchiq_core.c1221 struct vchiq_bulk *bulk = in notify_bulks() local
1372 struct vchiq_bulk *bulk = in abort_outstanding_bulks() local
1730 struct vchiq_bulk *bulk; in parse_rx_slots() local
3031 struct vchiq_bulk *bulk; in vchiq_bulk_transfer() local
H A Dvchiq_arm.c456 struct vchiq_bulk *bulk = waiter->bulk_waiter.bulk; in vchiq_blocking_bulk_transfer() local
486 struct vchiq_bulk *bulk = waiter->bulk_waiter.bulk; in vchiq_blocking_bulk_transfer() local
H A Dvchiq_core.h500 struct vchiq_bulk *bulk; member
/OK3568_Linux_fs/kernel/drivers/iio/magnetometer/
H A Dak8974.c210 __le16 bulk; in ak8974_get_u16_val() local
222 __le16 bulk = cpu_to_le16(val); in ak8974_set_u16_val() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo.c161 struct ttm_lru_bulk_move *bulk) in ttm_bo_move_to_lru_tail()
185 void ttm_bo_bulk_move_lru_tail(struct ttm_lru_bulk_move *bulk) in ttm_bo_bulk_move_lru_tail()
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dqcom_wcnss.c378 struct regulator_bulk_data *bulk; in wcnss_init_regulators() local
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddevio.c1195 struct usbdevfs_bulktransfer *bulk) in do_proc_bulk()
1269 struct usbdevfs_bulktransfer bulk; in proc_bulk() local
2048 struct usbdevfs_bulktransfer bulk; in proc_bulk_compat() local
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/
H A Dgspca.h62 u8 bulk; /* image transfer by 0:isoc / 1:bulk */ member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h109 unsigned char bulk; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dppa.c526 int fast, bulk, status; in ppa_completion() local
H A Dimm.c633 int fast, bulk, status; in imm_completion() local
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h153 } bulk; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_drv.c88 struct clk *msm_clk_bulk_get_clock(struct clk_bulk_data *bulk, int count, in msm_clk_bulk_get_clock()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Ddvb-usb.h113 } bulk; member
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c149 } bulk; /* bulk data */ member
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_qca.c1907 struct regulator_bulk_data *bulk; in qca_init_regulators() local

12