Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-bitmap.c62 static void bitmap_set_case(bmap_set_func set_func) in bitmap_set_case() argument
72 set_func(bmap, BITS_PER_LONG + offset, 1); in bitmap_set_case()
82 set_func(bmap, BITS_PER_LONG, 2 * BITS_PER_LONG); in bitmap_set_case()
92 set_func(bmap, BITS_PER_LONG - offset, 2 * BITS_PER_LONG + offset); in bitmap_set_case()
106 set_func(bmap, BITS_PER_LONG, 2 * BITS_PER_LONG + offset); in bitmap_set_case()
/openbmc/linux/net/bluetooth/
H A Dmgmt.c4504 .set_func = _set_func, \
4950 int (*set_func)(struct sock *sk, struct hci_dev *hdev, member
4980 return exp_features[i].set_func(sk, hdev, cp, data_len); in set_exp_feature()