Home
last modified time | relevance | path

Searched refs:cb1 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/ibm/ehea/
Dehea_main.c2108 struct hcp_ehea_port_cb1 *cb1; in ehea_vlan_rx_add_vid() local
2113 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_add_vid()
2114 if (!cb1) { in ehea_vlan_rx_add_vid()
2121 H_PORT_CB1, H_PORT_CB1_ALL, cb1); in ehea_vlan_rx_add_vid()
2129 cb1->vlan_filter[index] |= ((u64)(0x8000000000000000 >> (vid & 0x3F))); in ehea_vlan_rx_add_vid()
2132 H_PORT_CB1, H_PORT_CB1_ALL, cb1); in ehea_vlan_rx_add_vid()
2138 free_page((unsigned long)cb1); in ehea_vlan_rx_add_vid()
2146 struct hcp_ehea_port_cb1 *cb1; in ehea_vlan_rx_kill_vid() local
2151 cb1 = (void *)get_zeroed_page(GFP_KERNEL); in ehea_vlan_rx_kill_vid()
2152 if (!cb1) { in ehea_vlan_rx_kill_vid()
[all …]
/Linux-v4.19/drivers/media/tuners/
Dtda8290.c471 static unsigned char cb1[] = { 0x30, 0xD0 }; in tda8290_standby() local
474 struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2}; in tda8290_standby()
479 cb1[1] = 0x90; in tda8290_standby()