cb1
static unsigned char cb1[] = { 0x30, 0xD0 };
struct i2c_msg msg = {.addr = priv->tda827x_addr, .flags=0, .buf=cb1, .len = 2};
cb1[1] = 0x90;
struct hcp_ehea_port_cb1 *cb1;
cb1 = (void *)get_zeroed_page(GFP_KERNEL);
if (!cb1) {
H_PORT_CB1, H_PORT_CB1_ALL, cb1);
cb1->vlan_filter[index] |= ((u64)(0x8000000000000000 >> (vid & 0x3F)));
H_PORT_CB1, H_PORT_CB1_ALL, cb1);
free_page((unsigned long)cb1);
struct hcp_ehea_port_cb1 *cb1;
cb1 = (void *)get_zeroed_page(GFP_KERNEL);
if (!cb1) {
H_PORT_CB1, H_PORT_CB1_ALL, cb1);
cb1->vlan_filter[index] &= ~((u64)(0x8000000000000000 >> (vid & 0x3F)));
H_PORT_CB1, H_PORT_CB1_ALL, cb1);
free_page((unsigned long)cb1);
cb1(NULL, NULL, NULL, &p);
bpf_for_each_map_elem(&array_map, cb1, &p, 0);