Home
last modified time | relevance | path

Searched refs:op_val (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
Disl68137.c91 int rc, op_val; in isl68137_avs_enable_store_page() local
98 op_val = result ? ISL68137_VOUT_AVS : 0; in isl68137_avs_enable_store_page()
107 if (op_val == ISL68137_VOUT_AVS) { in isl68137_avs_enable_store_page()
120 ISL68137_VOUT_AVS, op_val); in isl68137_avs_enable_store_page()
/kernel/linux/linux-5.10/tools/lib/traceevent/
Devent-plugin.c58 char *op_val; in update_option_value() local
80 op_val = strdup(val); in update_option_value()
81 if (!op_val) in update_option_value()
83 lower_case(op_val); in update_option_value()
89 free(op_val); in update_option_value()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c6405 enum cxgb4_netdev_tls_ops op_val) in chcr_offload_state() argument
6407 switch (op_val) { in chcr_offload_state()
6436 "driver has no support for offload %d\n", op_val); in chcr_offload_state()