Searched refs:registry (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | surface_charger.c | 47 struct ssam_event_registry registry; member 175 struct ssam_event_registry registry, const char *name) in spwr_ac_init() 184 ac->notif.event.reg = registry; in spwr_ac_init() 244 spwr_ac_init(ac, sdev, p->registry, p->name); in surface_ac_probe() 259 .registry = SSAM_EVENT_REGISTRY_SAM, 174 spwr_ac_init(struct spwr_ac_device *ac, struct ssam_device *sdev, struct ssam_event_registry registry, const char *name) spwr_ac_init() argument
|
H A D | surface_battery.c | 116 struct ssam_event_registry registry; member 722 struct ssam_event_registry registry, const char *name) in spwr_battery_init() 731 bat->notif.event.reg = registry; in spwr_battery_init() 830 spwr_battery_init(bat, sdev, p->registry, p->name); in surface_battery_probe() 846 .registry = SSAM_EVENT_REGISTRY_SAM, 851 .registry = SSAM_EVENT_REGISTRY_KIP, 721 spwr_battery_init(struct spwr_battery_device *bat, struct ssam_device *sdev, struct ssam_event_registry registry, const char *name) spwr_battery_init() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 1346 /* Check the registry */ in bnx2x_validate_vlan_mac_add() 1349 DP(BNX2X_MSG_SP, "ADD command is not allowed considering current registry state.\n"); in bnx2x_validate_vlan_mac_add() 1400 DP(BNX2X_MSG_SP, "DEL command is not allowed considering current registry state\n"); in bnx2x_validate_vlan_mac_del() 1455 /* Check if we can perform this operation based on the current registry in bnx2x_validate_vlan_mac_move() 1460 DP(BNX2X_MSG_SP, "MOVE command is not allowed considering current registry state\n"); in bnx2x_validate_vlan_mac_move() 1716 * bnx2x_vlan_mac_get_registry_elem - prepare a registry element 1722 * @re: registry 1724 * prepare a registry element according to the current command request. 1736 /* Allocate a new registry element if needed. */ in bnx2x_vlan_mac_get_registry_elem() 1793 /* If DRIVER_ONLY execution is requested, cleanup a registry in bnx2x_execute_vlan_mac() [all...] |
H A D | bnx2x_sp.h | 33 /* Don't send a ramrod, only update a registry */ 244 * Element in the VLAN_MAC registry list having all currently configured 572 } registry; member 605 * @return -1 if we handled the whole registry or index of the last 606 * handled registry element.
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 1346 /* Check the registry */ in bnx2x_validate_vlan_mac_add() 1349 DP(BNX2X_MSG_SP, "ADD command is not allowed considering current registry state.\n"); in bnx2x_validate_vlan_mac_add() 1400 DP(BNX2X_MSG_SP, "DEL command is not allowed considering current registry state\n"); in bnx2x_validate_vlan_mac_del() 1455 /* Check if we can perform this operation based on the current registry in bnx2x_validate_vlan_mac_move() 1460 DP(BNX2X_MSG_SP, "MOVE command is not allowed considering current registry state\n"); in bnx2x_validate_vlan_mac_move() 1716 * bnx2x_vlan_mac_get_registry_elem - prepare a registry element 1722 * @re: registry 1724 * prepare a registry element according to the current command request. 1736 /* Allocate a new registry element if needed. */ in bnx2x_vlan_mac_get_registry_elem() 1793 /* If DRIVER_ONLY execution is requested, cleanup a registry in bnx2x_execute_vlan_mac() [all...] |
H A D | bnx2x_sp.h | 33 /* Don't send a ramrod, only update a registry */ 244 * Element in the VLAN_MAC registry list having all currently configured 572 } registry; member 605 * @return -1 if we handled the whole registry or index of the last 606 * handled registry element.
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_xmit.c | 2167 struct registry_priv *registry = &adapter->registrypriv; in xmitframe_hiq_filter() local 2169 if (registry->hiq_filter == RTW_HIQ_FILTER_ALLOW_SPECIAL) { in xmitframe_hiq_filter() 2180 } else if (registry->hiq_filter == RTW_HIQ_FILTER_ALLOW_ALL) in xmitframe_hiq_filter() 2182 else if (registry->hiq_filter == RTW_HIQ_FILTER_DENY_ALL) { in xmitframe_hiq_filter()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_xmit.c | 1992 struct registry_priv *registry = &adapter->registrypriv; in xmitframe_hiq_filter() local 1994 if (registry->hiq_filter == RTW_HIQ_FILTER_ALLOW_SPECIAL) { in xmitframe_hiq_filter() 2003 } else if (registry->hiq_filter == RTW_HIQ_FILTER_ALLOW_ALL) in xmitframe_hiq_filter() 2005 else if (registry->hiq_filter == RTW_HIQ_FILTER_DENY_ALL) { in xmitframe_hiq_filter()
|
Completed in 22 milliseconds