Lines Matching +full:oc +full:- +full:shutdown +full:- +full:all
1 /* SPDX-License-Identifier: GPL-2.0 */
51 for (id = array; id->match_flags; id++) { in ccw_device_id_match()
52 if ((id->match_flags & CCW_DEVICE_ID_MATCH_CU_TYPE) in ccw_device_id_match()
53 && (id->cu_type != match->cu_type)) in ccw_device_id_match()
56 if ((id->match_flags & CCW_DEVICE_ID_MATCH_CU_MODEL) in ccw_device_id_match()
57 && (id->cu_model != match->cu_model)) in ccw_device_id_match()
60 if ((id->match_flags & CCW_DEVICE_ID_MATCH_DEVICE_TYPE) in ccw_device_id_match()
61 && (id->dev_type != match->dev_type)) in ccw_device_id_match()
64 if ((id->match_flags & CCW_DEVICE_ID_MATCH_DEVICE_MODEL) in ccw_device_id_match()
65 && (id->dev_model != match->dev_model)) in ccw_device_id_match()
75 * struct ccw_device - channel attached device
85 * (multi-subchannel drivers).
122 * struct ccw_driver - device driver for channel attached devices
130 * @shutdown: called at device shutdown
143 void (*shutdown) (struct ccw_device *); member
165 /* Report all interrupt conditions. */
210 #define get_ccwdev_lock(x) (x)->ccwlock
232 struct chsc_pnso_area *pnso_area, u8 oc,