Searched refs:cod (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/clk/ |
D | clk-qoriq.c | 281 struct clk_onecell_data *cod; in pltfrm_pll_init() local 315 cod = kmalloc(sizeof(*cod) + i * sizeof(struct clk *), GFP_KERNEL); in pltfrm_pll_init() 316 if (!cod) in pltfrm_pll_init() 318 cod->clks = (struct clk **)(cod + 1); in pltfrm_pll_init() 319 cod->clk_num = i; in pltfrm_pll_init() 321 for (i = 0; i < cod->clk_num; i++) { in pltfrm_pll_init() 330 cod->clks[i] = clk_register_fixed_factor(NULL, clk_name, in pltfrm_pll_init() 332 if (IS_ERR(cod->clks[i])) { in pltfrm_pll_init() 335 clk_name, PTR_ERR(cod->clks[i])); in pltfrm_pll_init() 340 _errno = of_clk_add_provider(np, of_clk_src_onecell_get, cod); in pltfrm_pll_init() [all …]
|
/linux-4.1.27/drivers/isdn/act2000/ |
D | capi.h | 63 unsigned cod:2; /* coding standard */ member
|
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 1203 u8 cod[3]; in update_class() local 1216 cod[0] = hdev->minor_class; in update_class() 1217 cod[1] = hdev->major_class; in update_class() 1218 cod[2] = get_service_classes(hdev); in update_class() 1221 cod[1] |= 0x20; in update_class() 1223 if (memcmp(cod, hdev->dev_class, 3) == 0) in update_class() 1226 hci_req_add(req, HCI_OP_WRITE_CLASS_OF_DEV, sizeof(cod), cod); in update_class()
|
/linux-4.1.27/sound/isa/ |
D | Kconfig | 405 firmware files called "scope.cod" and "sndscape.co?" where the
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 1145 your card model). THE OLD sndscape.cod WILL NOT WORK. IT WILL HANG YOUR 1168 dangerous as long as you don't try to use a file called sndscape.cod.
|