Lines Matching defs:share
98 hw->hw_info.share = kzalloc(size, GFP_KERNEL);
99 if (!hw->hw_info.share)
102 hw->hw_info.share->epnum = hw->max_epid;
109 kfree(hw->hw_info.share);
110 hw->hw_info.share = NULL;
275 param.share_start = __pa(hw->hw_info.share->ep_status);
611 struct fjes_device_shared_info *share = hw->hw_info.share;
619 if (!req_buf || !res_buf || !share)
740 int fjes_hw_epid_is_shared(struct fjes_device_shared_info *share,
745 if (dest_epid < share->epnum)
746 value = share->ep_status[dest_epid];
767 if (fjes_hw_epid_is_shared(hw->hw_info.share, epid)) {
826 status = fjes_hw_epid_is_shared(hw->hw_info.share,