Searched refs:connectable (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/include/linux/ |
D | exportfs.h | 230 int *max_len, int connectable);
|
/linux-6.1.9/Documentation/devicetree/bindings/iio/imu/ |
D | bosch,bmi160.yaml | 14 connectable Magnetometer
|
/linux-6.1.9/fs/exportfs/ |
D | expfs.c | 397 int connectable) in exportfs_encode_fh() argument 403 if (connectable && !S_ISDIR(inode->i_mode)) { in exportfs_encode_fh()
|
/linux-6.1.9/net/bluetooth/ |
D | hci_sync.c | 781 static bool is_advertising_allowed(struct hci_dev *hdev, bool connectable) in is_advertising_allowed() argument 792 if (!connectable && !(hdev->le_states[2] & 0x10)) in is_advertising_allowed() 798 if (connectable && (!(hdev->le_states[4] & 0x40) || in is_advertising_allowed() 806 if (!connectable && !(hdev->le_states[2] & 0x02)) in is_advertising_allowed() 812 if (connectable && (!(hdev->le_states[4] & 0x08) || in is_advertising_allowed() 1022 bool connectable; in hci_setup_ext_adv_instance_sync() local 1053 connectable = (flags & MGMT_ADV_FLAG_CONNECTABLE) || in hci_setup_ext_adv_instance_sync() 1056 if (!is_advertising_allowed(hdev, connectable)) in hci_setup_ext_adv_instance_sync() 1063 err = hci_get_random_address(hdev, !connectable, in hci_setup_ext_adv_instance_sync() 1083 if (connectable) { in hci_setup_ext_adv_instance_sync() [all …]
|
/linux-6.1.9/fs/ocfs2/ |
D | export.c | 205 fh, len, connectable); in ocfs2_encode_fh()
|
D | ocfs2_trace.h | 2542 void *fh, int len, int connectable), 2543 TP_ARGS(dentry, name_len, name, fh, len, connectable), 2550 __field(int, connectable) 2558 __entry->connectable = connectable; 2562 __entry->connectable)
|
/linux-6.1.9/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.1.9/Documentation/filesystems/ |
D | overlayfs.rst | 562 The overlay filesystem does not support non-directory connectable file
|