Lines Matching refs:channel_path
29 #define to_channelpath(device) container_of(device, struct channel_path, dev)
137 struct channel_path *chp; in chp_measurement_chars_read()
184 struct channel_path *chp; in chp_measurement_read()
212 void chp_remove_cmg_attr(struct channel_path *chp) in chp_remove_cmg_attr()
218 int chp_add_cmg_attr(struct channel_path *chp) in chp_add_cmg_attr()
237 struct channel_path *chp = to_channelpath(dev); in chp_status_show()
251 struct channel_path *cp = to_channelpath(dev); in chp_status_write()
279 struct channel_path *cp; in chp_configure_show()
296 struct channel_path *cp; in chp_configure_write()
316 struct channel_path *chp = to_channelpath(dev); in chp_type_show()
330 struct channel_path *chp = to_channelpath(dev); in chp_cmg_show()
344 struct channel_path *chp = to_channelpath(dev); in chp_shared_show()
358 struct channel_path *chp = to_channelpath(dev); in chp_chid_show()
375 struct channel_path *chp = to_channelpath(dev); in chp_chid_external_show()
409 struct channel_path *cp; in chp_release()
422 int chp_update_desc(struct channel_path *chp) in chp_update_desc()
444 struct channel_path *chp; in chp_new()
449 chp = kzalloc(sizeof(struct channel_path), GFP_KERNEL); in chp_new()
514 struct channel_path *chp; in chp_get_chp_desc()