Lines Matching defs:index
45 int index; member
124 static int cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status) in cmd_status()
154 static int cmd_complete(struct sock *sk, u16 index, u16 cmd, void *rp, in cmd_complete()
505 static int read_controller_info(struct sock *sk, u16 index) in read_controller_info()
626 static int set_powered(struct sock *sk, u16 index, unsigned char *data, u16 len) in set_powered()
679 static int set_discoverable(struct sock *sk, u16 index, unsigned char *data, in set_discoverable()
749 static int set_connectable(struct sock *sk, u16 index, unsigned char *data, in set_connectable()
842 static int set_pairable(struct sock *sk, u16 index, unsigned char *data, in set_pairable()
885 static int add_uuid(struct sock *sk, u16 index, unsigned char *data, u16 len) in add_uuid()
935 static int remove_uuid(struct sock *sk, u16 index, unsigned char *data, u16 len) in remove_uuid()
998 static int set_dev_class(struct sock *sk, u16 index, unsigned char *data, in set_dev_class()
1041 static int load_link_keys(struct sock *sk, u16 index, unsigned char *data, in load_link_keys()
1100 static int remove_keys(struct sock *sk, u16 index, unsigned char *data, in remove_keys()
1169 static int disconnect(struct sock *sk, u16 index, unsigned char *data, u16 len) in disconnect()
1254 static int get_connections(struct sock *sk, u16 index) in get_connections()
1308 static int send_pin_code_neg_reply(struct sock *sk, u16 index, in send_pin_code_neg_reply()
1327 static int pin_code_reply(struct sock *sk, u16 index, unsigned char *data, in pin_code_reply()
1400 static int pin_code_neg_reply(struct sock *sk, u16 index, unsigned char *data, in pin_code_neg_reply()
1437 static int set_io_capability(struct sock *sk, u16 index, unsigned char *data, in set_io_capability()
1521 static int pair_device(struct sock *sk, u16 index, unsigned char *data, u16 len) in pair_device()
1607 static int user_pairing_resp(struct sock *sk, u16 index, bdaddr_t *bdaddr, in user_pairing_resp()
1684 static int user_confirm_reply(struct sock *sk, u16 index, void *data, u16 len) in user_confirm_reply()
1699 static int user_confirm_neg_reply(struct sock *sk, u16 index, void *data, in user_confirm_neg_reply()
1715 static int user_passkey_reply(struct sock *sk, u16 index, void *data, u16 len) in user_passkey_reply()
1730 static int user_passkey_neg_reply(struct sock *sk, u16 index, void *data, in user_passkey_neg_reply()
1746 static int set_local_name(struct sock *sk, u16 index, unsigned char *data, in set_local_name()
1787 static int read_local_oob_data(struct sock *sk, u16 index) in read_local_oob_data()
1837 static int add_remote_oob_data(struct sock *sk, u16 index, unsigned char *data, in add_remote_oob_data()
1872 static int remove_remote_oob_data(struct sock *sk, u16 index, in remove_remote_oob_data()
1906 static int start_discovery(struct sock *sk, u16 index, in start_discovery()
1950 static int stop_discovery(struct sock *sk, u16 index) in stop_discovery()
1982 static int block_device(struct sock *sk, u16 index, unsigned char *data, in block_device()
2016 static int unblock_device(struct sock *sk, u16 index, unsigned char *data, in unblock_device()
2051 static int set_fast_connectable(struct sock *sk, u16 index, in set_fast_connectable()
2111 u16 opcode, index, len; in mgmt_control() local