Lines Matching refs:channel_path
29 #define to_channelpath(device) container_of(device, struct channel_path, dev)
134 struct channel_path *chp; in chp_measurement_chars_read()
181 struct channel_path *chp; in chp_measurement_read()
209 void chp_remove_cmg_attr(struct channel_path *chp) in chp_remove_cmg_attr()
215 int chp_add_cmg_attr(struct channel_path *chp) in chp_add_cmg_attr()
234 struct channel_path *chp = to_channelpath(dev); in chp_status_show()
248 struct channel_path *cp = to_channelpath(dev); in chp_status_write()
276 struct channel_path *cp; in chp_configure_show()
293 struct channel_path *cp; in chp_configure_write()
313 struct channel_path *chp = to_channelpath(dev); in chp_type_show()
327 struct channel_path *chp = to_channelpath(dev); in chp_cmg_show()
341 struct channel_path *chp = to_channelpath(dev); in chp_shared_show()
355 struct channel_path *chp = to_channelpath(dev); in chp_chid_show()
372 struct channel_path *chp = to_channelpath(dev); in chp_chid_external_show()
406 struct channel_path *cp; in chp_release()
420 int chp_update_desc(struct channel_path *chp) in chp_update_desc()
447 struct channel_path *chp; in chp_new()
452 chp = kzalloc(sizeof(struct channel_path), GFP_KERNEL); in chp_new()
509 struct channel_path *chp; in chp_get_chp_desc()