Searched refs:dir_str (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/mailbox/ |
| H A D | cix-mailbox.c | 562 const char *dir_str; in cix_mbox_probe() local 590 if (device_property_read_string(dev, "cix,mbox-dir", &dir_str)) in cix_mbox_probe() 593 if (!strcmp(dir_str, "tx")) in cix_mbox_probe() 595 else if (!strcmp(dir_str, "rx")) in cix_mbox_probe() 598 return dev_err_probe(dev, -EINVAL, "cix,mbox-dir=%s is not expected\n", dir_str); in cix_mbox_probe()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 2678 char *dir_str; in bnxt_event_error_report() local 2698 dir_str = "above"; in bnxt_event_error_report() 2701 dir_str = "below"; in bnxt_event_error_report() 2704 dir_str, threshold_type); in bnxt_event_error_report()
|