Searched refs:connectable (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/Documentation/devicetree/bindings/iio/imu/ |
D | bosch,bmi160.yaml | 14 connectable Magnetometer
|
/linux-6.6.21/net/bluetooth/ |
D | hci_sync.c | 809 static bool is_advertising_allowed(struct hci_dev *hdev, bool connectable) in is_advertising_allowed() argument 820 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed() 826 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed() 834 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed() 840 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed() 1050 bool connectable; in hci_setup_ext_adv_instance_sync() local 1081 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in hci_setup_ext_adv_instance_sync() 1084 if (!is_advertising_allowed(hdev, connectable)) in hci_setup_ext_adv_instance_sync() 1091 err = hci_get_random_address(hdev, !connectable, in hci_setup_ext_adv_instance_sync() 1111 if (connectable) { in hci_setup_ext_adv_instance_sync() [all …]
|
/linux-6.6.21/fs/ocfs2/ |
D | export.c | 205 fh, len, connectable); in ocfs2_encode_fh()
|
D | ocfs2_trace.h | 2543 void *fh, int len, int connectable), 2544 TP_ARGS(dentry, name_len, name, fh, len, connectable), 2551 __field(int, connectable) 2559 __entry->connectable = connectable; 2563 __entry->connectable)
|
/linux-6.6.21/Documentation/driver-api/usb/ |
D | power-management.rst | 709 ``hotplug`` indicates an externally connectable/visible 715 connectable. Examples are internal ports for USB
|
/linux-6.6.21/Documentation/filesystems/ |
D | overlayfs.rst | 655 The overlay filesystem does not support non-directory connectable file
|