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;
274 param.share_start = __pa(hw->hw_info.share->ep_status);
610 struct fjes_device_shared_info *share = hw->hw_info.share;
618 if (!req_buf || !res_buf || !share)
739 int fjes_hw_epid_is_shared(struct fjes_device_shared_info *share,
744 if (dest_epid < share->epnum)
745 value = share->ep_status[dest_epid];
766 if (fjes_hw_epid_is_shared(hw->hw_info.share, epid)) {
825 status = fjes_hw_epid_is_shared(hw->hw_info.share,