Lines Matching refs:channel_path
30 #define to_channelpath(device) container_of(device, struct channel_path, dev)
134 struct channel_path *chp; in measurement_chars_read()
150 struct channel_path *chp; in chp_measurement_copy_block()
210 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()
226 struct channel_path *chp = to_channelpath(dev); in chp_status_show()
240 struct channel_path *cp = to_channelpath(dev); in chp_status_write()
271 struct channel_path *cp; in chp_configure_show()
288 struct channel_path *cp; in chp_configure_write()
308 struct channel_path *chp = to_channelpath(dev); in chp_type_show()
322 struct channel_path *chp = to_channelpath(dev); in chp_cmg_show()
336 struct channel_path *chp = to_channelpath(dev); in chp_shared_show()
350 struct channel_path *chp = to_channelpath(dev); in chp_chid_show()
367 struct channel_path *chp = to_channelpath(dev); in chp_chid_external_show()
384 struct channel_path *chp = to_channelpath(dev); in chp_esc_show()
412 struct channel_path *chp = to_channelpath(dev); in speed_bps_show()
428 struct channel_path *chp = to_channelpath(kobj_to_dev(kobj)); in util_string_read()
469 struct channel_path *cp; in chp_release()
483 int chp_update_desc(struct channel_path *chp) in chp_update_desc()
512 struct channel_path *chp; in chp_new()
519 chp = kzalloc(sizeof(struct channel_path), GFP_KERNEL); in chp_new()
576 struct channel_path *chp; in chp_get_chp_desc()